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/
H A Dtgsi_info.c134 case TGSI_OPCODE_TXQ: in tgsi_opcode_infer_type()
H A Dtgsi_util.c162 case TGSI_OPCODE_TXQ: in tgsi_util_get_src_usage_mask()
H A 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()
H A Dtgsi_exec.c5375 case TGSI_OPCODE_TXQ: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h440 TGSI_OPCODE_TXQ = 95, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c823 case TGSI_OPCODE_TXQ: in lp_emit_instruction_aos()
H A 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/
H A 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()
H A Dtgsi_to_nir.c1570 /* TGSI_OPCODE_TXQ is actually two distinct operations:
1871 [TGSI_OPCODE_TXQ] = 0,
2115 case TGSI_OPCODE_TXQ: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A 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/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp360 case TGSI_OPCODE_TXQ: in srcMask()
3549 case TGSI_OPCODE_TXQ: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9175 * Emit code for TGSI_OPCODE_TXQ (texture query) instruction.
11069 case TGSI_OPCODE_TXQ: in emit_instruction()

Completed in 60 milliseconds