Searched refs:z24_unorm_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.c59 z24_unorm_to_z32_unorm(uint32_t z) function in typeref:typename:uint32_t
385 *dst++ = z24_unorm_to_z32_unorm(value & 0xffffff);
519 *dst++ = z24_unorm_to_z32_unorm(value >> 8);
632 *dst++ = z24_unorm_to_z32_unorm(value & 0xffffff);
706 *dst++ = z24_unorm_to_z32_unorm(value >> 8);
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_zs.c59 z24_unorm_to_z32_unorm(uint32_t z) function in typeref:typename:uint32_t
462 *dst++ = z24_unorm_to_z32_unorm((*src++) & 0xffffff);
594 *dst++ = z24_unorm_to_z32_unorm(value >> 8);
702 *dst++ = z24_unorm_to_z32_unorm((*src++) & 0xffffff);
770 *dst++ = z24_unorm_to_z32_unorm((*src++) >> 8);

Completed in 5 milliseconds