Searched refs:depth_stencild (Results 1 – 1 of 1) sorted by relevance
198 struct pipe_depth_stencil_alpha_state depth_stencild; in init_context() local199 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()