Searched refs:TGSI_OPCODE_TXQS (Results 1 – 11 of 11) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 144 { 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/ |
D | tgsi_info.c | 135 case TGSI_OPCODE_TXQS: in tgsi_opcode_infer_type()
|
D | tgsi_scan.c | 63 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()
|
D | tgsi_util.c | 214 case TGSI_OPCODE_TXQS: /* bindless handle possible */ in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 454 TGSI_OPCODE_TXQS = 104, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 437 #define TGSI_OPCODE_TXQS 104 macro
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 1799 tex_opcode = TGSI_OPCODE_TXQS; in ntt_emit_texture()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7554 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/ |
D | st_glsl_to_tgsi.cpp | 4440 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/ |
D | nv50_ir_from_tgsi.cpp | 3488 case TGSI_OPCODE_TXQS: in handleInstruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5068 case TGSI_OPCODE_TXQS: in iter_instruction()
|