Home
last modified time | relevance | path

Searched refs:BUFFER_BITS_DEPTH_STENCIL (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clear.c274 if (devinfo->gen >= 6 && (mask & BUFFER_BITS_DEPTH_STENCIL)) { in brw_clear()
276 debug_mask("blorp depth/stencil", mask & BUFFER_BITS_DEPTH_STENCIL); in brw_clear()
277 mask &= ~BUFFER_BITS_DEPTH_STENCIL; in brw_clear()
Dbrw_blorp.c1401 if (!(mask & (BUFFER_BITS_DEPTH_STENCIL))) in brw_blorp_clear_depth_stencil()
/external/mesa3d/src/mesa/main/
Dmtypes.h156 #define BUFFER_BITS_DEPTH_STENCIL (BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL) macro