Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c654 static const struct nir_lower_tex_options lower_tex_options = { in si_lower_nir() local
657 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in si_lower_nir()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp770 static const struct nir_lower_tex_options lower_tex_options = { in r600_shader_from_nir() local
773 NIR_PASS_V(sel->nir, nir_lower_tex, &lower_tex_options); in r600_shader_from_nir()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2280 nir_lower_tex_options lower_tex_options = { in bi_optimize_nir() local
2287 NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options); in bi_optimize_nir()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2556 const nir_lower_tex_options lower_tex_options = { in nir_to_tgsi() local
2561 NIR_PASS_V(s, nir_lower_tex, &lower_tex_options); in nir_to_tgsi()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c245 nir_lower_tex_options lower_tex_options = { in optimise_nir() local
256 NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options); in optimise_nir()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2248 static const struct nir_lower_tex_options lower_tex_options = { in lp_build_opt_nir() local
2251 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options); in lp_build_opt_nir()