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 }, 336 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 | 62 opcode == TGSI_OPCODE_TXQS || in is_mem_query_inst() 94 opcode != TGSI_OPCODE_TXQS; in computes_derivative() 363 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/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 435 #define TGSI_OPCODE_TXQS 104 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 446 #define TGSI_OPCODE_TXQS 104 macro
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7025 const boolean src_requires_loading = (inst->Instruction.Opcode != TGSI_OPCODE_TXQS && in tgsi_tex() 7768 else if (inst->Instruction.Opcode == TGSI_OPCODE_TXQS) { in tgsi_tex() 7782 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQS) { in tgsi_tex() 10354 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex}, 10551 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex}, 10773 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex},
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_mem.c | 1967 bld_base->op_actions[TGSI_OPCODE_TXQS].emit = si_llvm_emit_txqs; in si_shader_context_init_mem()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4198 opcode = TGSI_OPCODE_TXQS; in visit() 4325 } else if (opcode == TGSI_OPCODE_TXQS) { in visit() 5832 case TGSI_OPCODE_TXQS: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3564 case TGSI_OPCODE_TXQS: in handleInstruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3594 case TGSI_OPCODE_TXQS: in iter_instruction()
|