Home
last modified time | relevance | path

Searched refs:util_unsigned_fixed (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/util/
Du_math.h758 util_unsigned_fixed(float value, unsigned frac_bits) in util_unsigned_fixed() function
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c2679 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()
Dpvr_cmd_buffer.c3358 line_width = util_unsigned_fixed(dynamic_state->line_width, 4); in pvr_setup_isp_faces_and_control()