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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_tex.c1078 const bool has_min_lod = local in function:nir_lower_tex_block
1083 if (tex->op == nir_texop_txb && tex->is_shadow && has_min_lod &&
1100 (options->lower_txd_shadow_clamp && tex->is_shadow && has_min_lod) ||
1101 (options->lower_txd_offset_clamp && has_offset && has_min_lod) ||
1102 (options->lower_txd_clamp_bindless_sampler && has_min_lod &&
1105 has_min_lod && !sampler_index_lt(tex, 16)) ||
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c1386 const bool has_min_lod = local in function:nir_lower_tex_block
1391 if (tex->op == nir_texop_txb && tex->is_shadow && has_min_lod &&
1409 (options->lower_txd_shadow_clamp && tex->is_shadow && has_min_lod) ||
1410 (options->lower_txd_offset_clamp && has_offset && has_min_lod) ||
1411 (options->lower_txd_clamp_bindless_sampler && has_min_lod &&
1414 has_min_lod && !sampler_index_lt(tex, 16)) ||

Completed in 6 milliseconds