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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pack_color.h 434 /* Integer versions of util_pack_z and util_pack_z_stencil - useful for
517 util_pack_z(enum pipe_format format, double z) function
551 debug_print_format("gallium: unhandled format in util_pack_z()", format);
571 return util_pack_z(format, z);
583 uint32_t packed = util_pack_z(format, z);
  /external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h 434 /* Integer versions of util_pack_z and util_pack_z_stencil - useful for
517 util_pack_z(enum pipe_format format, double z) function
551 debug_print_format("gallium: unhandled format in util_pack_z()", format);
571 return util_pack_z(format, z);
583 uint32_t packed = util_pack_z(format, z);

Completed in 140 milliseconds