Searched refs:lower_tex_options (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 681 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/ |
D | si_shader_nir.c | 250 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/ |
D | panvk_vX_shader.c | 307 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/ |
D | dxil_spirv_nir.c | 728 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/ |
D | agx_compile.c | 1687 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/ |
D | nir_to_tgsi.c | 3603 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/ |
D | midgard_compile.c | 341 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/ |
D | lp_bld_nir.c | 2749 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/ |
D | bifrost_compile.c | 4435 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()
|