Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c144 { 1, 1, 1, 0, 0, 0, OTHR, "TXQS", TGSI_OPCODE_TXQS },
368 case TGSI_OPCODE_TXQS: in tgsi_opcode_infer_type()
/external/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.c214 case TGSI_OPCODE_TXQS: /* bindless handle possible */ in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h454 TGSI_OPCODE_TXQS = 104, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h437 #define TGSI_OPCODE_TXQS 104 macro
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1799 tex_opcode = TGSI_OPCODE_TXQS; in ntt_emit_texture()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7554 const boolean src_requires_loading = (inst->Instruction.Opcode != TGSI_OPCODE_TXQS && in tgsi_tex()
8475 else if (inst->Instruction.Opcode == TGSI_OPCODE_TXQS) { in tgsi_tex()
8489 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQS) { in tgsi_tex()
11777 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex},
11974 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex},
12200 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4440 opcode = TGSI_OPCODE_TXQS; in visit()
4577 } else if (opcode == TGSI_OPCODE_TXQS) { in visit()
6166 case TGSI_OPCODE_TXQS: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3488 case TGSI_OPCODE_TXQS: in handleInstruction()
/external/virglrenderer/src/
Dvrend_shader.c5068 case TGSI_OPCODE_TXQS: in iter_instruction()