Searched refs:OPCODE_TXP (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_instruction.c150 { OPCODE_TXP, "TXP", 1, 1 },
189 opcode == OPCODE_TXP);
H A Dprog_instruction.h171 OPCODE_TXP, /* X X */ enumerator in enum:prog_opcode
H A Dprog_to_nir.c523 case OPCODE_TXP:
611 if (prog_inst->Opcode == OPCODE_TXP) {
692 [OPCODE_TXP] = 0,
818 case OPCODE_TXP:
H A Dprog_print.c649 case OPCODE_TXP:
H A Dprogramopt.c425 case OPCODE_TXP:
H A Dir_to_mesa.cpp2069 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 Dprog_execute.c1147 case OPCODE_TXP: /* GL_ARB_fragment_program only */
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_instruction.c152 { OPCODE_TXP, "TXP", 1, 1 },
191 opcode == OPCODE_TXP);
H A Dprog_instruction.h171 OPCODE_TXP, /* X X */ enumerator in enum:prog_opcode
H A Dprog_to_nir.c533 case OPCODE_TXP:
588 if (prog_inst->Opcode == OPCODE_TXP) {
669 [OPCODE_TXP] = 0,
795 case OPCODE_TXP:
H A Dprog_print.c652 case OPCODE_TXP:
H A Dprogramopt.c425 case OPCODE_TXP:
H A Dir_to_mesa.cpp2006 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 Dprog_execute.c1147 case OPCODE_TXP: /* GL_ARB_fragment_program only */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c499 case OPCODE_TXP:
538 case OPCODE_TXP:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c943 case OPCODE_TXP:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c943 case OPCODE_TXP:

Completed in 27 milliseconds