Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_tex.c162 lower_array_layer_round_even(nir_builder *b, nir_tex_instr *tex, nir_def **coords) in lower_array_layer_round_even() function
179 if ((options->lower_array_layer_round_even || tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE) && in lower_tex_coords()
181 progress |= lower_array_layer_round_even(b, tex, coords); in lower_tex_coords()
H A Dac_nir.h294 bool lower_array_layer_round_even; member
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c456 … .lower_array_layer_round_even = !pdev->info.conformant_trunc_coord || device->disable_trunc_coord, in radv_postprocess_nir()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2287 .lower_array_layer_round_even = !sel->screen->info.conformant_trunc_coord, in si_get_nir_shader()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D23.2.1.rst4382 - ac/llvm,radeonsi: enable lower_array_layer_round_even
4476 - nir/lower_tex: remove lower_array_layer_round_even
H A D22.2.0.rst2269 - nir/lower_tex: Add lower_array_layer_round_even option.