Searched refs:lower_tex_options (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 654 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/ |
D | sfn_nir.cpp | 770 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/ |
D | bifrost_compile.c | 2280 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/ |
D | nir_to_tgsi.c | 2556 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/ |
D | midgard_compile.c | 245 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/ |
D | lp_bld_nir.c | 2248 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()
|