Searched refs:TGSI_OPCODE_TXQS (Results 1 – 7 of 7) sorted by relevance
135 case TGSI_OPCODE_TXQS: in tgsi_opcode_infer_type()
157 case TGSI_OPCODE_TXQS: /* bindless handle possible */ in tgsi_util_get_src_usage_mask()
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()
449 TGSI_OPCODE_TXQS = 104, enumerator
7572 const boolean src_requires_loading = (inst->Instruction.Opcode != TGSI_OPCODE_TXQS && in tgsi_tex()8503 else if (inst->Instruction.Opcode == TGSI_OPCODE_TXQS) { in tgsi_tex()8517 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQS) { in tgsi_tex()11889 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex},12086 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex},12313 [TGSI_OPCODE_TXQS] = { FETCH_OP_GET_NUMBER_OF_SAMPLES, tgsi_tex},
2661 tex_opcode = TGSI_OPCODE_TXQS; in ntt_emit_texture()
3553 case TGSI_OPCODE_TXQS: in handleInstruction()