Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c298 case TGSI_OPCODE_TXD: in tgsi_util_get_inst_usage_mask()
343 if (inst->Instruction.Opcode == TGSI_OPCODE_TXD) in tgsi_util_get_inst_usage_mask()
353 if (inst->Instruction.Opcode == TGSI_OPCODE_TXD) in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c87 opcode != TGSI_OPCODE_TXD && in computes_derivative()
359 case TGSI_OPCODE_TXD: in scan_instruction()
Dtgsi_exec.c5206 case TGSI_OPCODE_TXD: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c288 case TGSI_OPCODE_TXD: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c93 { 1, 4, 1, 0, 0, 0, OTHR, "TXD", TGSI_OPCODE_TXD },
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h384 #define TGSI_OPCODE_TXD 53 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h395 #define TGSI_OPCODE_TXD 53 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c1377 if (opcode == TGSI_OPCODE_TXD) { in tex_fetch_args()
1442 opcode == TGSI_OPCODE_TXD, in tex_fetch_args()
1457 if (opcode == TGSI_OPCODE_TXD) in tex_fetch_args()
1872 case TGSI_OPCODE_TXD: in build_tex_intrinsic()
1957 bld_base->op_actions[TGSI_OPCODE_TXD] = tex_action; in si_shader_context_init_mem()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c74 case TGSI_OPCODE_TXD: return RC_OPCODE_TXD; in translate_opcode()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1247 case TGSI_OPCODE_TXD: in ttn_tex()
1367 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXD) { in ttn_tex()
1513 [TGSI_OPCODE_TXD] = 0,
1759 case TGSI_OPCODE_TXD: in ttn_emit_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c323 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.c2625 opcode == TGSI_OPCODE_TXD || in near_end_of_shader()
3892 bld.bld_base.op_actions[TGSI_OPCODE_TXD].emit = txd_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1716 case TGSI_OPCODE_TXD: in emit_tex4()
1844 case TGSI_OPCODE_TXD: in emit_tex()
2777 case TGSI_OPCODE_TXD: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c5578 case TGSI_OPCODE_TXD: in emit_vgpu10_instruction()
/external/virglrenderer/src/
Dvrend_shader.c1921 } else if (inst->Instruction.Opcode == TGSI_OPCODE_TXD) { in get_tex_inst_ext()
2157 if (inst->Instruction.Opcode == TGSI_OPCODE_TXD) { in translate_tex()
2203 } else if (inst->Instruction.Opcode == TGSI_OPCODE_TXD) { in translate_tex()
2252 …nstruction.Opcode == TGSI_OPCODE_TXL2 || inst->Instruction.Opcode == TGSI_OPCODE_TXD || (inst->Ins… in translate_tex()
3580 case TGSI_OPCODE_TXD: in iter_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp319 case TGSI_OPCODE_TXD: in srcMask()
336 insn->Instruction.Opcode != TGSI_OPCODE_TXD) in srcMask()
3529 case TGSI_OPCODE_TXD: in handleInstruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4136 opcode = TGSI_OPCODE_TXD; in visit()
4314 if (opcode == TGSI_OPCODE_TXD) in visit()
5828 case TGSI_OPCODE_TXD: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7050 if (inst->Instruction.Opcode == TGSI_OPCODE_TXD) in tgsi_tex()
7350 if (inst->Instruction.Opcode == TGSI_OPCODE_TXD) { in tgsi_tex()
10303 [TGSI_OPCODE_TXD] = { FETCH_OP_SAMPLE_G, tgsi_tex},
10501 [TGSI_OPCODE_TXD] = { FETCH_OP_SAMPLE_G, tgsi_tex},
10723 [TGSI_OPCODE_TXD] = { FETCH_OP_SAMPLE_G, tgsi_tex},