Searched refs:lower_tex_options (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c293 nir_lower_tex_options lower_tex_options = {0}; local in function:spirv_to_dxil
294 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp834 struct nir_lower_tex_options lower_tex_options = {0}; local in function:r600_shader_from_nir
835 lower_tex_options.lower_txp = ~0u;
836 lower_tex_options.lower_txf_offset = true;
838 NIR_PASS_V(sel->nir, nir_lower_tex, &lower_tex_options);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c888 static const struct nir_lower_tex_options lower_tex_options = { local in function:si_lower_nir
891 NIR_PASS_V(sel->nir, nir_lower_tex, &lower_tex_options);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c838 static const struct nir_lower_tex_options lower_tex_options = { local in function:si_lower_nir
842 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options);
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c1421 nir_lower_tex_options lower_tex_options = { local in function:agx_compile_shader_nir
1430 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c2974 nir_lower_tex_options lower_tex_options = { local in function:nir_to_tgsi_lower_txp
2999 lower_tex_options.lower_txp |= 1 << tex->sampler_dim;
3006 NIR_PASS_V(s, nir_lower_tex, &lower_tex_options);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c893 nir_lower_tex_options lower_tex_options = { local in function:optimise_nir
897 NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c3338 nir_lower_tex_options lower_tex_options = { local in function:bi_optimize_nir
3356 NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c309 nir_lower_tex_options lower_tex_options = { local in function:optimise_nir
317 NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c2432 static const struct nir_lower_tex_options lower_tex_options = { local in function:lp_build_opt_nir
2436 NIR_PASS_V(nir, nir_lower_tex, &lower_tex_options);

Completed in 29 milliseconds