Home
last modified time | relevance | path

Searched refs:nir_lower_tex (Results 1 - 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_builtins.c59 NIR_PASS_V(nir, nir_lower_tex, &opts); in st_nir_finish_builtin_shader()
H A Dst_program.c727 NIR_PASS_V(state.ir.nir, nir_lower_tex, &tex_opts); in st_create_common_variant()
952 NIR_PASS_V(state.ir.nir, nir_lower_tex, &tex_opts); in st_create_fp_variant()
1028 NIR_PASS_V(state.ir.nir, nir_lower_tex, &options); in st_create_fp_variant()
H A Dst_glsl_to_nir.cpp1040 NIR_PASS_V(nir, nir_lower_tex, &opts); in st_finalize_nir()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c256 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in si_lower_nir()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c314 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in shader_create()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c775 * we will have nir_lower_tex() lower the source offset by returning true from
854 OPT(nir_lower_tex, &tex_options); in brw_preprocess_nir()
1362 return nir_lower_tex(nir, &tex_options); in brw_nir_apply_sampler_key()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c731 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in dxil_spirv_nir_passes()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c231 NIR_PASS_V(s, nir_lower_tex, tex_options); in lima_program_optimize_fs_nir()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir.c344 OPT_V(s, nir_lower_tex, &tex_options); in ir3_finalize_nir()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp687 NIR_PASS_V(sel->nir, nir_lower_tex, &lower_tex_options); in r600_shader_from_nir()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c1123 NIR_PASS_V(s, nir_lower_tex, &(struct nir_lower_tex_options) { .lower_txp = ~0u, .lower_invalid_implicit_lod = true, }); in etna_compile_shader()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c131 OPT_V(s, nir_lower_tex, &tex_options); in ir2_optimize_nir()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c2754 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in lp_build_opt_nir()
2766 NIR_PASS_V(nir, nir_lower_tex, &options); in lp_build_opt_nir()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c1625 nir_lower_tex(nir_shader *shader, const nir_lower_tex_options *options) in nir_lower_tex() function
H A Dnir.h2117 * after nir_lower_tex().
3575 /** Backend supports txs, if not nir_lower_tex(..) uses txs-free variants
5155 bool nir_lower_tex(nir_shader *shader,
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1698 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in agx_compile_shader_nir()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c653 NIR_PASS(_, c->s, nir_lower_tex, &tex_options); in v3d_lower_nir()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp1178 NIR_PASS_V(new_nir_variant, nir_lower_tex, &tex_options); in select_shader_variant()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2541 NIR_PASS_V(nir, nir_lower_tex, &opts); in ttn_finalize_nir()
H A Dnir_to_tgsi.c3624 * nir_lower_tex() only handles the lowering on a sampler-dim basis, so in nir_to_tgsi_lower_txp()
3632 /* nir_lower_tex must be run even if no options are set, because we need the in nir_to_tgsi_lower_txp()
3635 NIR_PASS_V(s, nir_lower_tex, &lower_tex_options); in nir_to_tgsi_lower_txp()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c939 NIR_PASS(_, nir, nir_lower_tex, &tex_options); in radv_shader_spirv_to_nir()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c2278 NIR_PASS_V(c->s, nir_lower_tex, &tex_options); in vc4_shader_ntq()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c238 nir_lower_tex(nir, &tex_options); in crocus_lower_swizzles()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp3214 NIR_PASS_V(nir, nir_lower_tex, &tex_options);
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c350 NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options); in optimise_nir()

Completed in 77 milliseconds

12