Searched refs:has_min_lod (Results 1 – 1 of 1) sorted by relevance
1110 const bool has_min_lod = in nir_lower_tex_block() local1115 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()