OSDN Git Service

r600g: Add ar_chan member to struct r600_bytecode
authorTom Stellard <thomas.stellard@amd.com>
Tue, 22 Jan 2013 20:22:11 +0000 (21:22 +0100)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 28 Jan 2013 18:30:38 +0000 (18:30 +0000)
commit33dc412b8901ec6b693644a40b1cd62a2cde2e99
treedfdd5e5a7bd5b76557e52cf8c2b279a8263d85af
parent0ba0926861f489261e45404cd57d8f92add9e1ee
r600g: Add ar_chan member to struct r600_bytecode

r600_bytecode::ar_chan stores the register channel for the value that
will be loaded into the AR register.

At the moment, this field is only used by the LLVM backend.  The default
backend always sets ar_chan = 0.
src/gallium/drivers/r600/r600_asm.c
src/gallium/drivers/r600/r600_asm.h
src/gallium/drivers/r600/r600_shader.c