Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TXD (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c237 case TGSI_OPCODE_TXD: in tgsi_util_get_inst_usage_mask()
282 if (inst->Instruction.Opcode == TGSI_OPCODE_TXD) in tgsi_util_get_inst_usage_mask()
292 if (inst->Instruction.Opcode == TGSI_OPCODE_TXD) in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c88 opcode != TGSI_OPCODE_TXD && in computes_derivative()
363 case TGSI_OPCODE_TXD: in scan_instruction()
Dtgsi_exec.c5190 case TGSI_OPCODE_TXD: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h398 TGSI_OPCODE_TXD = 53, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c76 case TGSI_OPCODE_TXD: return RC_OPCODE_TXD; in translate_opcode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c330 case TGSI_OPCODE_TXD: in analyse_instruction()
Dlp_bld_tgsi_aos.c664 case TGSI_OPCODE_TXD: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2680 opcode == TGSI_OPCODE_TXD || in near_end_of_shader()
4524 bld.bld_base.op_actions[TGSI_OPCODE_TXD].emit = txd_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1374 case TGSI_OPCODE_TXD: in ttn_tex()
1505 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXD) { in ttn_tex()
1829 [TGSI_OPCODE_TXD] = 0,
2100 case TGSI_OPCODE_TXD: in ttn_emit_instruction()
Dnir_to_tgsi.c2134 tex_opcode = TGSI_OPCODE_TXD; in ntt_emit_texture()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1714 case TGSI_OPCODE_TXD: in emit_tex4()
1842 case TGSI_OPCODE_TXD: in emit_tex()
2775 case TGSI_OPCODE_TXD: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c9451 case TGSI_OPCODE_TXD: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp317 case TGSI_OPCODE_TXD: in srcMask()
334 insn->Instruction.Opcode != TGSI_OPCODE_TXD) in srcMask()
3514 case TGSI_OPCODE_TXD: in handleInstruction()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4458 opcode = TGSI_OPCODE_TXD; in visit()
4646 if (opcode == TGSI_OPCODE_TXD) in visit()
6242 case TGSI_OPCODE_TXD: in compile_tgsi_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7594 if (inst->Instruction.Opcode == TGSI_OPCODE_TXD) in tgsi_tex()
7926 if (inst->Instruction.Opcode == TGSI_OPCODE_TXD) { in tgsi_tex()
11810 [TGSI_OPCODE_TXD] = { FETCH_OP_SAMPLE_G, tgsi_tex},
12008 [TGSI_OPCODE_TXD] = { FETCH_OP_SAMPLE_G, tgsi_tex},
12235 [TGSI_OPCODE_TXD] = { FETCH_OP_SAMPLE_G, tgsi_tex},