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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_zs.c 53 z32_unorm_to_z24_unorm(uint32_t z) function
438 value |= z32_unorm_to_z24_unorm(*src++);
712 value = z32_unorm_to_z24_unorm(*src++);
798 value = z32_unorm_to_z24_unorm(*src++) << 8;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_zs.c 53 z32_unorm_to_z24_unorm(uint32_t z) function
438 value |= z32_unorm_to_z24_unorm(*src++);
712 value = z32_unorm_to_z24_unorm(*src++);
798 value = z32_unorm_to_z24_unorm(*src++) << 8;

Completed in 23 milliseconds