Searched refs:z32_float_to_z32_unorm (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_zs.c99 z32_float_to_z32_unorm(float z) function in typeref:typename:uint32_t
242 value = z32_float_to_z32_unorm(*src++);
312 *dst++ = z32_float_to_z32_unorm(*src++);
780 *dst = z32_float_to_z32_unorm(*src);
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_zs.c99 z32_float_to_z32_unorm(float z) function in typeref:typename:uint32_t
234 *dst++ =z32_float_to_z32_unorm(*src++);
304 *dst++ = z32_float_to_z32_unorm(CLAMP(z, 0.0f, 1.0f));
842 *dst = z32_float_to_z32_unorm(CLAMP(*src, 0.0f, 1.0f));

Completed in 5 milliseconds