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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c81 struct pipe_depth_stencil_alpha_state mstencil; local
88 memset(&mstencil, 0, sizeof(mstencil));
105 mstencil.stencil[0].enabled = 1;
106 mstencil.stencil[0].valuemask = mstencil.stencil[0].writemask = ~0;
107 mstencil.stencil[0].func = PIPE_FUNC_ALWAYS;
108 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
109 mstencil.stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP;
110 mstencil
[all...]
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c81 struct pipe_depth_stencil_alpha_state mstencil; local
88 memset(&mstencil, 0, sizeof(mstencil));
105 mstencil.stencil[0].enabled = 1;
106 mstencil.stencil[0].valuemask = mstencil.stencil[0].writemask = ~0;
107 mstencil.stencil[0].func = PIPE_FUNC_ALWAYS;
108 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP;
109 mstencil.stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP;
110 mstencil
[all...]

Completed in 227 milliseconds