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.c303 if (devinfo->gen >= 6 && (mask & BUFFER_BITS_DEPTH_STENCIL)) { in brw_clear()
305 debug_mask("blorp depth/stencil", mask & BUFFER_BITS_DEPTH_STENCIL); in brw_clear()
306 mask &= ~BUFFER_BITS_DEPTH_STENCIL; in brw_clear()
Dbrw_blorp.c1357 if (!(mask & (BUFFER_BITS_DEPTH_STENCIL))) in brw_blorp_clear_depth_stencil()
/external/mesa3d/src/mesa/main/
Dmtypes.h203 #define BUFFER_BITS_DEPTH_STENCIL (BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL) macro