Home
last modified time | relevance | path

Searched defs:toy_src (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler_reg.h135 struct toy_src { struct
136 unsigned file:3; /* TOY_FILE_x */
137 unsigned type:4; /* TOY_TYPE_x */
138 unsigned rect:3; /* TOY_RECT_x */
139 unsigned indirect:1; /* true or false */
140 unsigned indirect_subreg:6; /* which subreg of a0? */
142 unsigned swizzle_x:2; /* TOY_SWIZZLE_x */
143 unsigned swizzle_y:2; /* TOY_SWIZZLE_x */
144 unsigned swizzle_z:2; /* TOY_SWIZZLE_x */
145 unsigned swizzle_w:2; /* TOY_SWIZZLE_x */
[all …]