Searched refs:lower_array_layer_round_even (Results 1 – 6 of 6) sorted by relevance
162 lower_array_layer_round_even(nir_builder *b, nir_tex_instr *tex, nir_def **coords) in lower_array_layer_round_even() function179 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()
294 bool lower_array_layer_round_even; member
456 … .lower_array_layer_round_even = !pdev->info.conformant_trunc_coord || device->disable_trunc_coord, in radv_postprocess_nir()
2287 .lower_array_layer_round_even = !sel->screen->info.conformant_trunc_coord, in si_get_nir_shader()
4382 - ac/llvm,radeonsi: enable lower_array_layer_round_even4476 - nir/lower_tex: remove lower_array_layer_round_even
2269 - nir/lower_tex: Add lower_array_layer_round_even option.