Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TEX (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_analysis.c96 if ((info->base.opcode_count[TGSI_OPCODE_TEX] != 4 && in match_aero_minification_shader()
464 (shader->info.base.opcode_count[TGSI_OPCODE_TEX] + in llvmpipe_fs_analyse()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c234 case TGSI_OPCODE_TEX: in tgsi_util_get_src_usage_mask()
Dtgsi_transform.h562 inst.Instruction.Opcode = TGSI_OPCODE_TEX; in tgsi_transform_tex_inst()
Dtgsi_lowering.c1138 opcode = TGSI_OPCODE_TEX; in transform_samp()
1405 case TGSI_OPCODE_TEX: in transform_instr()
1548 n = info->opcode_count[TGSI_OPCODE_TEX] + in tgsi_transform_lowering()
Dtgsi_scan.c360 case TGSI_OPCODE_TEX: in scan_instruction()
Dtgsi_exec.c5097 case TGSI_OPCODE_TEX: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h398 TGSI_OPCODE_TEX = 52, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c75 case TGSI_OPCODE_TEX: return RC_OPCODE_TEX; in translate_opcode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c327 case TGSI_OPCODE_TEX: in analyse_instruction()
Dlp_bld_tgsi_aos.c661 case TGSI_OPCODE_TEX: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2684 if (opcode == TGSI_OPCODE_TEX || in near_end_of_shader()
4529 bld.bld_base.op_actions[TGSI_OPCODE_TEX].emit = tex_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c121 [TGSI_OPCODE_TEX] = {true, false, 0, 1, 2},
Di915_fpc_translate.c813 case TGSI_OPCODE_TEX: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1624 case TGSI_OPCODE_TEX: in emit_tex2()
1836 case TGSI_OPCODE_TEX: in emit_tex()
2839 case TGSI_OPCODE_TEX: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c11051 case TGSI_OPCODE_TEX: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1334 case TGSI_OPCODE_TEX: in ttn_tex()
1832 [TGSI_OPCODE_TEX] = 0,
2099 case TGSI_OPCODE_TEX: in ttn_emit_instruction()
Dnir_to_tgsi.c2624 tex_opcode = TGSI_OPCODE_TEX; in ntt_emit_texture()
2681 if (tex_opcode == TGSI_OPCODE_TEX) in ntt_emit_texture()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp315 case TGSI_OPCODE_TEX: in srcMask()
331 if (insn->Instruction.Opcode != TGSI_OPCODE_TEX && in srcMask()
2396 (tgsi.getOpcode() == TGSI_OPCODE_TEX || in handleTEX()
3509 case TGSI_OPCODE_TEX: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c732 case TGSI_OPCODE_TEX: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11837 [TGSI_OPCODE_TEX] = { FETCH_OP_SAMPLE, tgsi_tex},
12035 [TGSI_OPCODE_TEX] = { FETCH_OP_SAMPLE, tgsi_tex},
12262 [TGSI_OPCODE_TEX] = { FETCH_OP_SAMPLE, tgsi_tex},