Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TXP (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c297 case TGSI_OPCODE_TXP: in tgsi_util_get_inst_usage_mask()
338 inst->Instruction.Opcode == TGSI_OPCODE_TXP) in tgsi_util_get_inst_usage_mask()
Dtgsi_lowering.c1042 bool lower_txp = (opcode == TGSI_OPCODE_TXP) && in transform_samp()
1117 if (opcode == TGSI_OPCODE_TXP) { in transform_samp()
1406 case TGSI_OPCODE_TXP: in transform_instr()
1549 info->opcode_count[TGSI_OPCODE_TXP] + in tgsi_transform_lowering()
1554 n = info->opcode_count[TGSI_OPCODE_TXP]; in tgsi_transform_lowering()
Dtgsi_scan.c361 case TGSI_OPCODE_TXP: in scan_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c291 case TGSI_OPCODE_TXP: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c94 { 1, 2, 1, 0, 0, 0, OTHR, "TXP", TGSI_OPCODE_TXP },
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c748 if (using_temp || (opc == TGSI_OPCODE_TXP)) in translate_tex()
751 if (opc == TGSI_OPCODE_TXP) { in translate_tex()
1088 case TGSI_OPCODE_TXP: in translate_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h385 #define TGSI_OPCODE_TXP 54 macro
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c119 [ TGSI_OPCODE_TXP ] = { true, false, 0, 1, 2 },
374 if (instr->FullInstruction.Instruction.Opcode == TGSI_OPCODE_TXP) in i915_tex_mask()
Di915_fpc_translate.c946 case TGSI_OPCODE_TXP: in i915_translate_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h396 #define TGSI_OPCODE_TXP 54 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c75 case TGSI_OPCODE_TXP: return RC_OPCODE_TXP; in translate_opcode()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1216 case TGSI_OPCODE_TXP: in ttn_tex()
1328 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXP) { in ttn_tex()
1514 [TGSI_OPCODE_TXP] = 0,
1756 case TGSI_OPCODE_TXP: in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c1297 if (opcode == TGSI_OPCODE_TXP) in tex_fetch_args()
1304 if (opcode == TGSI_OPCODE_TXP) in tex_fetch_args()
1856 case TGSI_OPCODE_TXP: in build_tex_intrinsic()
1962 bld_base->op_actions[TGSI_OPCODE_TXP] = tex_action; in si_shader_context_init_mem()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c332 case TGSI_OPCODE_TXP: in analyse_instruction()
Dlp_bld_tgsi_aos.c738 case TGSI_OPCODE_TXP: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2624 opcode == TGSI_OPCODE_TXP || in near_end_of_shader()
3894 bld.bld_base.op_actions[TGSI_OPCODE_TXP].emit = txp_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1628 case TGSI_OPCODE_TXP: in emit_tex2()
1839 case TGSI_OPCODE_TXP: in emit_tex()
1868 if (insn->Instruction.Opcode == TGSI_OPCODE_TXP) { in emit_tex()
2775 case TGSI_OPCODE_TXP: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c5572 case TGSI_OPCODE_TXP: in emit_vgpu10_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c500 return TGSI_OPCODE_TXP; in translate_opcode()
Dst_glsl_to_tgsi.cpp4210 opcode = TGSI_OPCODE_TXP; in visit()
4257 if (ir->shadow_comparator && (!ir->projector || opcode == TGSI_OPCODE_TXP)) { in visit()
5830 case TGSI_OPCODE_TXP: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp321 case TGSI_OPCODE_TXP: in srcMask()
2404 if (tgsi.getOpcode() == TGSI_OPCODE_TXP && !tgt.isCube() && !tgt.isArray()) { in handleTEX()
2438 tgsi.getOpcode() == TGSI_OPCODE_TXP)) in handleTEX()
3524 case TGSI_OPCODE_TXP: in handleInstruction()
/external/virglrenderer/src/
Dvrend_shader.c1906 } else if (inst->Instruction.Opcode == TGSI_OPCODE_TXP) { in get_tex_inst_ext()
2097 if (inst->Instruction.Opcode == TGSI_OPCODE_TXP) in translate_tex()
2109 if (inst->Instruction.Opcode == TGSI_OPCODE_TXP) in translate_tex()
2120 if (inst->Instruction.Opcode == TGSI_OPCODE_TXP) in translate_tex()
3583 case TGSI_OPCODE_TXP: in iter_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c757 case TGSI_OPCODE_TXP: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c1705 case TGSI_OPCODE_TXP: { /* divide src.xyz by src.w */ in trans_sampler()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7070 if (inst->Instruction.Opcode == TGSI_OPCODE_TXP) { in tgsi_tex()
10304 [TGSI_OPCODE_TXP] = { FETCH_OP_SAMPLE, tgsi_tex},
10502 [TGSI_OPCODE_TXP] = { FETCH_OP_SAMPLE, tgsi_tex},
10724 [TGSI_OPCODE_TXP] = { FETCH_OP_SAMPLE, tgsi_tex},

12