| /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/ |
| H A D | spirv_to_dxil.c | 293 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 D | sfn_nir.cpp | 834 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 D | si_shader_nir.c | 888 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 D | si_shader_nir.c | 838 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 D | agx_compile.c | 1421 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 D | nir_to_tgsi.c | 2974 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 D | midgard_compile.c | 893 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 D | bifrost_compile.c | 3338 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 D | midgard_compile.c | 309 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 D | lp_bld_nir.c | 2432 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);
|