Searched refs:WRITEMASK_YZ (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 81 #define WRITEMASK_YZ 0x6 macro
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_array_merge.cpp | 910 … { TGSI_OPCODE_ADD, {MT(0, out0, WRITEMASK_YZ)}, {MT(2, 2, "xy"), MT(0, in0, "yz")}, {}, ARR()}, in TEST_F() 928 … { TGSI_OPCODE_ADD, {MT(0, out0, WRITEMASK_YZ)}, {MT(1, 2, "xy"), MT(0, in0, "yz")}, {}, ARR()}, in TEST_F()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 965 emit_op1(p, OPCODE_RCP, dist, WRITEMASK_YZ, dist); in calculate_light_attenuation()
|