Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c151 { OPCODE_TXL, "TXL", 1, 1 },
Dprog_instruction.h170 OPCODE_TXL, /* 3 2 X */ enumerator
Dprog_to_nir.c531 case OPCODE_TXL: in ptn_tex()
602 if (prog_inst->Opcode == OPCODE_TXL) { in ptn_tex()
670 [OPCODE_TXL] = 0,
796 case OPCODE_TXL: in ptn_emit_instruction()
Dprog_print.c639 case OPCODE_TXL: in _mesa_fprint_instruction_opt()