Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TXQS (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c135 case TGSI_OPCODE_TXQS: in tgsi_opcode_infer_type()
Dtgsi_scan.c63 opcode == TGSI_OPCODE_TXQS || in is_mem_query_inst()
95 opcode != TGSI_OPCODE_TXQS; in computes_derivative()
367 case TGSI_OPCODE_TXQS: in scan_instruction()
Dtgsi_util.c157 case TGSI_OPCODE_TXQS: /* bindless handle possible */ in tgsi_util_get_src_usage_mask()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h449 TGSI_OPCODE_TXQS = 104, enumerator
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7572 const boolean src_requires_loading = (inst->Instruction.Opcode != TGSI_OPCODE_TXQS && in tgsi_tex()
8503 else if (inst->Instruction.Opcode == TGSI_OPCODE_TXQS) { in tgsi_tex()
8517 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQS) { in tgsi_tex()
11889 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex},
12086 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex},
12313 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex},
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2661 tex_opcode = TGSI_OPCODE_TXQS; in ntt_emit_texture()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3553 case TGSI_OPCODE_TXQS: in handleInstruction()