Searched refs:TGSI_OPCODE_TEX (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_analysis.c | 96 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/ |
D | tgsi_util.c | 234 case TGSI_OPCODE_TEX: in tgsi_util_get_src_usage_mask()
|
D | tgsi_transform.h | 562 inst.Instruction.Opcode = TGSI_OPCODE_TEX; in tgsi_transform_tex_inst()
|
D | tgsi_lowering.c | 1138 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()
|
D | tgsi_scan.c | 360 case TGSI_OPCODE_TEX: in scan_instruction()
|
D | tgsi_exec.c | 5097 case TGSI_OPCODE_TEX: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 398 TGSI_OPCODE_TEX = 52, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 75 case TGSI_OPCODE_TEX: return RC_OPCODE_TEX; in translate_opcode()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 327 case TGSI_OPCODE_TEX: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 661 case TGSI_OPCODE_TEX: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 2684 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/ |
D | i915_fpc_optimize.c | 121 [TGSI_OPCODE_TEX] = {true, false, 0, 1, 2},
|
D | i915_fpc_translate.c | 813 case TGSI_OPCODE_TEX: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 1624 case TGSI_OPCODE_TEX: in emit_tex2() 1836 case TGSI_OPCODE_TEX: in emit_tex() 2839 case TGSI_OPCODE_TEX: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 11051 case TGSI_OPCODE_TEX: in emit_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1334 case TGSI_OPCODE_TEX: in ttn_tex() 1832 [TGSI_OPCODE_TEX] = 0, 2099 case TGSI_OPCODE_TEX: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 2624 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/ |
D | nv50_ir_from_tgsi.cpp | 315 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/ |
D | nvfx_fragprog.c | 732 case TGSI_OPCODE_TEX: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11837 [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},
|