Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h198 struct pipe_depth_stencil_alpha_state depth_stencild; in init_context() local
199 memset(&depth_stencild, 0, sizeof(depth_stencild)); in init_context()
200 depth_stencild.depth.enabled = TRUE; in init_context()
201 depth_stencild.depth.writemask = 1; in init_context()
202 depth_stencild.depth.func = PIPE_FUNC_LESS; in init_context()
203 default_depth_stencil = pipe->create_depth_stencil_alpha_state(pipe, &depth_stencild); in init_context()