Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c144 { 1, 1, 1, 0, 0, 0, 0, OTHR, "TXQS", TGSI_OPCODE_TXQS },
360 case TGSI_OPCODE_TXQS: in tgsi_opcode_infer_type()
Dtgsi_scan.c62 opcode == TGSI_OPCODE_TXQS || in is_mem_query_inst()
94 opcode != TGSI_OPCODE_TXQS; in computes_derivative()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h437 #define TGSI_OPCODE_TXQS 104 macro
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c6789 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/
Dst_glsl_to_tgsi.cpp4082 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/
Dnv50_ir_from_tgsi.cpp3356 case TGSI_OPCODE_TXQS: in handleInstruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c6745 bld_base->op_actions[TGSI_OPCODE_TXQS].emit = si_llvm_emit_txqs; in si_init_shader_ctx()