Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/tests/graw/
Dgraw_util.h162 struct pipe_depth_stencil_alpha_state depthStencilAlpha; in graw_util_default_state() local
164 memset(&depthStencilAlpha, 0, sizeof depthStencilAlpha); in graw_util_default_state()
165 depthStencilAlpha.depth.enabled = depth_test; in graw_util_default_state()
166 depthStencilAlpha.depth.writemask = 1; in graw_util_default_state()
167 depthStencilAlpha.depth.func = PIPE_FUNC_LESS; in graw_util_default_state()
169 &depthStencilAlpha); in graw_util_default_state()