Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.cpp1368 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()
Dspirv_cross_c.h496 float lod_clamp_max; member
Dspirv_msl.hpp208 float lod_clamp_max = 1000.0f; member
Dspirv_msl.cpp1209 convert_to_string(s.lod_clamp_max, current_locale_radix_character), ")")); in emit_entry_point_declarations()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c2621 const float lod_clamp_max = (float)PVRX(TEXSTATE_CLAMP_MAX) / in pvr_CreateSampler() local
2679 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()