Home
last modified time | relevance | path

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

/external/mesa3d/src/util/format/
Du_format_zs.c59 z24_unorm_to_z32_unorm(uint32_t z) in z24_unorm_to_z32_unorm() function
473 *dst++ = z24_unorm_to_z32_unorm(value & 0xffffff); in util_format_z24_unorm_s8_uint_unpack_z_32unorm()
607 *dst++ = z24_unorm_to_z32_unorm(value >> 8); in util_format_s8_uint_z24_unorm_unpack_z_32unorm()
720 *dst++ = z24_unorm_to_z32_unorm(value & 0xffffff); in util_format_z24x8_unorm_unpack_z_32unorm()
794 *dst++ = z24_unorm_to_z32_unorm(value >> 8); in util_format_x8z24_unorm_unpack_z_32unorm()