Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_FBFETCH (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c230 case TGSI_OPCODE_FBFETCH: in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c425 case TGSI_OPCODE_FBFETCH: in scan_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h415 TGSI_OPCODE_FBFETCH = 69, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1540 if (insn.getOpcode() == TGSI_OPCODE_FBFETCH) in scanInstruction()
3561 case TGSI_OPCODE_FBFETCH: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1793 [TGSI_OPCODE_FBFETCH] = nir_op_mov,