HomeSort by relevance Sort by last modified time
    Searched refs:z24_unorm_to_z32_unorm (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_zs.c 60 z24_unorm_to_z32_unorm(uint32_t z) function
416 *dst++ = z24_unorm_to_z32_unorm(value & 0xffffff);
557 *dst++ = z24_unorm_to_z32_unorm(value >> 8);
694 *dst++ = z24_unorm_to_z32_unorm(value & 0xffffff);
780 *dst++ = z24_unorm_to_z32_unorm(value >> 8);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_zs.c 60 z24_unorm_to_z32_unorm(uint32_t z) function
416 *dst++ = z24_unorm_to_z32_unorm(value & 0xffffff);
557 *dst++ = z24_unorm_to_z32_unorm(value >> 8);
694 *dst++ = z24_unorm_to_z32_unorm(value & 0xffffff);
780 *dst++ = z24_unorm_to_z32_unorm(value >> 8);

Completed in 28 milliseconds