Searched refs:OPCODE_TXD (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.c | 238 { OPCODE_TXD, "TXD", 3, 1 }, 284 opcode == OPCODE_TXD || in _mesa_is_tex_instruction()
|
D | prog_instruction.h | 230 OPCODE_TXD, /* X X */ enumerator
|
D | prog_print.c | 729 case OPCODE_TXD: in _mesa_fprint_instruction_opt() 737 if (inst->Opcode == OPCODE_TXD) { in _mesa_fprint_instruction_opt()
|
D | programopt.c | 426 case OPCODE_TXD: in is_texture_instruction()
|
D | nvfragparse.c | 126 { "TXD", OPCODE_TXD, INPUT_3V_T, OUTPUT_V, _C | _S },
|
D | ir_to_mesa.cpp | 2020 opcode = OPCODE_TXD; in visit() 2108 if (opcode == OPCODE_TXD) in visit()
|
D | prog_execute.c | 1700 case OPCODE_TXD: /* GL_NV_fragment_program only */ in _mesa_execute_program()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 652 case OPCODE_TXD: in translate_opcode() 713 case OPCODE_TXD: in compile_instruction()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 1114 case OPCODE_TXD: in upload_program()
|