Home
last modified time | relevance | path

Searched refs:lower_tex_options (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp681 struct nir_lower_tex_options lower_tex_options = {0}; in r600_shader_from_nir() local
682 lower_tex_options.lower_txp = ~0u; in r600_shader_from_nir()
683 lower_tex_options.lower_txf_offset = true; in r600_shader_from_nir()
684 lower_tex_options.lower_invalid_implicit_lod = true; in r600_shader_from_nir()
685 lower_tex_options.lower_tg4_offsets = true; in r600_shader_from_nir()
687 NIR_PASS_V(sel->nir, nir_lower_tex, &lower_tex_options); in r600_shader_from_nir()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c250 static const struct nir_lower_tex_options lower_tex_options = { in si_lower_nir() local
256 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in si_lower_nir()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_shader.c307 nir_lower_tex_options lower_tex_options = { in panvk_per_arch() local
314 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in panvk_per_arch()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Ddxil_spirv_nir.c728 nir_lower_tex_options lower_tex_options = { in dxil_spirv_nir_passes() local
731 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in dxil_spirv_nir_passes()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1687 nir_lower_tex_options lower_tex_options = { in agx_compile_shader_nir() local
1698 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in agx_compile_shader_nir()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c3603 nir_lower_tex_options lower_tex_options = { in nir_to_tgsi_lower_txp() local
3628 lower_tex_options.lower_txp |= 1 << tex->sampler_dim; 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/panfrost/midgard/
Dmidgard_compile.c341 nir_lower_tex_options lower_tex_options = { in optimise_nir() local
350 NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options); in optimise_nir()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2749 static const struct nir_lower_tex_options lower_tex_options = { in lp_build_opt_nir() local
2754 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in lp_build_opt_nir()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c4435 nir_lower_tex_options lower_tex_options = { in bi_optimize_nir() local
4454 NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options); in bi_optimize_nir()