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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_zs.c85 z32_float_to_z24_unorm(float z) function in typeref:typename:uint32_t
366 value |= z32_float_to_z24_unorm(*src++);
500 value |= z32_float_to_z24_unorm(*src++) << 8;
613 value = z32_float_to_z24_unorm(*src++);
687 value = z32_float_to_z24_unorm(*src++) << 8;
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_zs.c85 z32_float_to_z24_unorm(float z) function in typeref:typename:uint32_t
405 value |= z32_float_to_z24_unorm(*src++);
575 value |= z32_float_to_z24_unorm(*src++) << 8;
685 *dst++ = z32_float_to_z24_unorm(*src++);
753 *dst++ = z32_float_to_z24_unorm(*src++) << 8;

Completed in 7 milliseconds