Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h160 struct pipe_depth_stencil_alpha_state depthStencilAlpha; in graw_util_default_state() local
162 memset(&depthStencilAlpha, 0, sizeof depthStencilAlpha); in graw_util_default_state()
163 depthStencilAlpha.depth_enabled = depth_test; in graw_util_default_state()
164 depthStencilAlpha.depth_writemask = 1; in graw_util_default_state()
165 depthStencilAlpha.depth_func = PIPE_FUNC_LESS; in graw_util_default_state()
167 &depthStencilAlpha); in graw_util_default_state()

Completed in 2 milliseconds