Searched refs:TGSI_OPCODE_TXQS (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 144 { 1, 1, 1, 0, 0, 0, 0, OTHR, "TXQS", TGSI_OPCODE_TXQS }, 360 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()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 437 #define TGSI_OPCODE_TXQS 104 macro
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 6789 inst->Instruction.Opcode != TGSI_OPCODE_TXQS && in tgsi_tex() 7532 else if (inst->Instruction.Opcode == TGSI_OPCODE_TXQS) { in tgsi_tex() 7547 inst->Instruction.Opcode == TGSI_OPCODE_TXQS) { in tgsi_tex() 9165 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex}, 9363 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex}, 9586 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4082 opcode = TGSI_OPCODE_TXQS; in visit() 4195 } else if (opcode == TGSI_OPCODE_TXQS) { in visit() 5632 case TGSI_OPCODE_TXQS: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3356 case TGSI_OPCODE_TXQS: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 6745 bld_base->op_actions[TGSI_OPCODE_TXQS].emit = si_llvm_emit_txqs; in si_init_shader_ctx()
|