Searched refs:WRITEMASK_XZ (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 80 #define WRITEMASK_XZ 0x5 macro
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 963 emit(MOV(dst_reg(MRF, param_base + 1, type, WRITEMASK_XZ), lod)); in emit_texture()
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 975 emit_op2(p, OPCODE_MUL, dist, WRITEMASK_XZ, dist, swizzle1(dist,Y)); in calculate_light_attenuation()
|