Searched defs:util_pack_z_stencil (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pack_color.h437 /* Integer versions of util_pack_z and util_pack_z_stencil - useful for
551 /* this case can get it via util_pack_z_stencil() */
584 util_pack_z_stencil(enum pipe_format format, double z, uint8_t s) function
617 return util_pack_z_stencil(format, z, s);

Completed in 192 milliseconds