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

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

Completed in 438 milliseconds