Searched refs:lod_clamp_max (Results 1 – 5 of 5) sorted by relevance
1368 samp.lod_clamp_max = sampler->lod_clamp_max; in spvc_convert_msl_sampler()2578 sampler->lod_clamp_max = defaults.lod_clamp_max; in spvc_msl_constexpr_sampler_init()
496 float lod_clamp_max; member
208 float lod_clamp_max = 1000.0f; member
1209 convert_to_string(s.lod_clamp_max, current_locale_radix_character), ")")); in emit_entry_point_declarations()
2621 const float lod_clamp_max = (float)PVRX(TEXSTATE_CLAMP_MAX) / in pvr_CreateSampler() local2679 word.minlod = util_unsigned_fixed(CLAMP(min_lod, 0.0f, lod_clamp_max), in pvr_CreateSampler()2683 word.maxlod = util_unsigned_fixed(CLAMP(max_lod, 0.0f, lod_clamp_max), in pvr_CreateSampler()