Searched refs:radv_float_to_ufixed (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 1002 state[1] = S_00A004_MIN_LOD(radv_float_to_ufixed(CLAMP(min_lod, 0, 15), 8)) | in gfx10_make_texture_descriptor() 1182 state[1] = (S_008F14_MIN_LOD(radv_float_to_ufixed(CLAMP(min_lod, 0, 15), 8)) | in si_make_texture_descriptor()
|
D | radv_private.h | 219 radv_float_to_ufixed(float value, unsigned frac_bits) in radv_float_to_ufixed() function
|
D | radv_device.c | 6956 …sampler->state[1] = (S_008F34_MIN_LOD(radv_float_to_ufixed(CLAMP(pCreateInfo->minLod, 0, 15), 8)) | in radv_init_sampler() 6957 … S_008F34_MAX_LOD(radv_float_to_ufixed(CLAMP(pCreateInfo->maxLod, 0, 15), 8)) | in radv_init_sampler()
|