Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TXQ (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c134 case TGSI_OPCODE_TXQ: in tgsi_opcode_infer_type()
Dtgsi_scan.c62 opcode == TGSI_OPCODE_TXQ || in is_mem_query_inst()
94 opcode != TGSI_OPCODE_TXQ && in computes_derivative()
366 case TGSI_OPCODE_TXQ: in scan_instruction()
Dtgsi_util.c162 case TGSI_OPCODE_TXQ: in tgsi_util_get_src_usage_mask()
Dtgsi_exec.c5375 case TGSI_OPCODE_TXQ: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h440 TGSI_OPCODE_TXQ = 95, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c823 case TGSI_OPCODE_TXQ: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2690 opcode == TGSI_OPCODE_TXQ || in near_end_of_shader()
4535 bld.bld_base.op_actions[TGSI_OPCODE_TXQ].emit = txq_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2649 tex_opcode = TGSI_OPCODE_TXQ; in ntt_emit_texture()
2655 tex_opcode = TGSI_OPCODE_TXQ; in ntt_emit_texture()
2672 if (tex_opcode == TGSI_OPCODE_TXQ) { in ntt_emit_texture()
Dtgsi_to_nir.c1871 [TGSI_OPCODE_TXQ] = 0,
2115 case TGSI_OPCODE_TXQ: in ttn_emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp360 case TGSI_OPCODE_TXQ: in srcMask()
3549 case TGSI_OPCODE_TXQ: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7583 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ && in tgsi_tex()
7606 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ) { in tgsi_tex()
7687 inst->Instruction.Opcode != TGSI_OPCODE_TXQ) { in tgsi_tex()
11880 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex},
12077 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex},
12304 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c11069 case TGSI_OPCODE_TXQ: in emit_instruction()