Searched refs:OPCODE_TXB (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_instruction.c | 147 { OPCODE_TXB, "TXB", 1, 1 }, 186 opcode == OPCODE_TXB ||
|
| H A D | prog_instruction.h | 168 OPCODE_TXB, /* X 3 X */ enumerator in enum:prog_opcode
|
| H A D | prog_to_nir.c | 511 case OPCODE_TXB: 617 if (prog_inst->Opcode == OPCODE_TXB) { 689 [OPCODE_TXB] = 0, 815 case OPCODE_TXB:
|
| H A D | prog_print.c | 651 case OPCODE_TXB:
|
| H A D | programopt.c | 422 case OPCODE_TXB:
|
| H A D | ir_to_mesa.cpp | 2025 opcode = OPCODE_TXB; 2134 if (opcode == OPCODE_TXL || opcode == OPCODE_TXB) {
|
| H A D | prog_execute.c | 1091 case OPCODE_TXB: /* GL_ARB_fragment_program only */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_instruction.c | 149 { OPCODE_TXB, "TXB", 1, 1 }, 188 opcode == OPCODE_TXB ||
|
| H A D | prog_instruction.h | 168 OPCODE_TXB, /* X 3 X */ enumerator in enum:prog_opcode
|
| H A D | prog_to_nir.c | 521 case OPCODE_TXB: 594 if (prog_inst->Opcode == OPCODE_TXB) { 666 [OPCODE_TXB] = 0, 792 case OPCODE_TXB:
|
| H A D | prog_print.c | 654 case OPCODE_TXB:
|
| H A D | programopt.c | 422 case OPCODE_TXB:
|
| H A D | ir_to_mesa.cpp | 1962 opcode = OPCODE_TXB; 2071 if (opcode == OPCODE_TXL || opcode == OPCODE_TXB) {
|
| H A D | prog_execute.c | 1091 case OPCODE_TXB: /* GL_ARB_fragment_program only */
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_mesa_to_tgsi.c | 497 case OPCODE_TXB: 537 case OPCODE_TXB:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 939 case OPCODE_TXB:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 939 case OPCODE_TXB:
|
Completed in 23 milliseconds