OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:util_pack_z_stencil
(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
548
/* this case can get it via
util_pack_z_stencil
() */
581
util_pack_z_stencil
(enum pipe_format format, double z, uint8_t s)
function
614
return
util_pack_z_stencil
(format, z, s);
/external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h
434
/* Integer versions of util_pack_z and
util_pack_z_stencil
- useful for
548
/* this case can get it via
util_pack_z_stencil
() */
581
util_pack_z_stencil
(enum pipe_format format, double z, uint8_t s)
function
614
return
util_pack_z_stencil
(format, z, s);
Completed in 32 milliseconds