Searched refs:depthStencilAlpha (Results 1 – 1 of 1) sorted by relevance
162 struct pipe_depth_stencil_alpha_state depthStencilAlpha; in graw_util_default_state() local164 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()