HomeSort by: relevance | last modified time | path
    Searched refs:has_min_lod (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_tex.c 1078 const bool has_min_lod = local
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/
nir_lower_tex.c 1386 const bool has_min_lod = local
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 9 milliseconds