Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.h139 struct brw_wm_instruction { struct
140 struct brw_wm_value *dst[4];
141 struct brw_wm_ref *src[3][4];
142 GLuint opcode:8;
143 GLuint saturate:1;
144 GLuint writemask:4;
145 GLuint tex_unit:4; /* texture unit for TEX, TXD, TXP instructions */
146 GLuint tex_idx:4; /* TEXTURE_1D,2D,3D,CUBE,RECT_INDEX source target */
147 GLuint tex_shadow:1; /* do shadow comparison? */
148 GLuint eot:1; /* End of thread indicator for FB_WRITE*/
[all …]