Searched refs:OPCODE_TXP (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_instruction.c | 150 { OPCODE_TXP, "TXP", 1, 1 }, 189 opcode == OPCODE_TXP);
|
| H A D | prog_instruction.h | 171 OPCODE_TXP, /* X X */ enumerator in enum:prog_opcode
|
| H A D | prog_to_nir.c | 523 case OPCODE_TXP: 611 if (prog_inst->Opcode == OPCODE_TXP) { 692 [OPCODE_TXP] = 0, 818 case OPCODE_TXP:
|
| H A D | prog_print.c | 649 case OPCODE_TXP:
|
| H A D | programopt.c | 425 case OPCODE_TXP:
|
| H A D | ir_to_mesa.cpp | 2069 opcode = OPCODE_TXP; 2112 /* If projection is done and the opcode is not OPCODE_TXP, then the shadow 2116 if (ir->shadow_comparator && (!ir->projector || opcode == OPCODE_TXP)) {
|
| H A D | prog_execute.c | 1147 case OPCODE_TXP: /* GL_ARB_fragment_program only */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_instruction.c | 152 { OPCODE_TXP, "TXP", 1, 1 }, 191 opcode == OPCODE_TXP);
|
| H A D | prog_instruction.h | 171 OPCODE_TXP, /* X X */ enumerator in enum:prog_opcode
|
| H A D | prog_to_nir.c | 533 case OPCODE_TXP: 588 if (prog_inst->Opcode == OPCODE_TXP) { 669 [OPCODE_TXP] = 0, 795 case OPCODE_TXP:
|
| H A D | prog_print.c | 652 case OPCODE_TXP:
|
| H A D | programopt.c | 425 case OPCODE_TXP:
|
| H A D | ir_to_mesa.cpp | 2006 opcode = OPCODE_TXP; 2049 /* If projection is done and the opcode is not OPCODE_TXP, then the shadow 2053 if (ir->shadow_comparator && (!ir->projector || opcode == OPCODE_TXP)) {
|
| H A D | prog_execute.c | 1147 case OPCODE_TXP: /* GL_ARB_fragment_program only */
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_mesa_to_tgsi.c | 499 case OPCODE_TXP: 538 case OPCODE_TXP:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 943 case OPCODE_TXP:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 943 case OPCODE_TXP:
|
Completed in 27 milliseconds