Home
last modified time | relevance | path

Searched refs:OPCODE_TXP (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c152 { OPCODE_TXP, "TXP", 1, 1 },
Dprog_instruction.h171 OPCODE_TXP, /* X X */ enumerator
Dprog_to_nir.c535 case OPCODE_TXP: in ptn_tex()
590 if (prog_inst->Opcode == OPCODE_TXP) { in ptn_tex()
671 [OPCODE_TXP] = 0,
797 case OPCODE_TXP: in ptn_emit_instruction()
Dprog_print.c638 case OPCODE_TXP: in _mesa_fprint_instruction_opt()