Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c1110 const bool has_min_lod = in nir_lower_tex_block() local
1115 if (tex->op == nir_texop_txb && tex->is_shadow && has_min_lod && in nir_lower_tex_block()
1133 (options->lower_txd_shadow_clamp && tex->is_shadow && has_min_lod) || in nir_lower_tex_block()
1134 (options->lower_txd_offset_clamp && has_offset && has_min_lod) || in nir_lower_tex_block()
1135 (options->lower_txd_clamp_bindless_sampler && has_min_lod && in nir_lower_tex_block()
1138 has_min_lod && !sampler_index_lt(tex, 16)) || in nir_lower_tex_block()