Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c149 { OPCODE_TXB, "TXB", 1, 1 },
Dprog_instruction.h168 OPCODE_TXB, /* X 3 X */ enumerator
Dprog_to_nir.c523 case OPCODE_TXB: in ptn_tex()
596 if (prog_inst->Opcode == OPCODE_TXB) { in ptn_tex()
668 [OPCODE_TXB] = 0,
794 case OPCODE_TXB: in ptn_emit_instruction()
Dprog_print.c640 case OPCODE_TXB: in _mesa_fprint_instruction_opt()