Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c49 dsa.stencil[0].fail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_STENCILFAIL]); in nine_convert_dsa_state()
50 dsa.stencil[0].zpass_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_STENCILPASS]); in nine_convert_dsa_state()
51 dsa.stencil[0].zfail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_STENCILZFAIL]); in nine_convert_dsa_state()
58 dsa.stencil[1].fail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILFAIL]); in nine_convert_dsa_state()
59 dsa.stencil[1].zpass_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILPASS]); in nine_convert_dsa_state()
60 dsa.stencil[1].zfail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILZFAIL]); in nine_convert_dsa_state()
Dnine_pipe.h606 d3dstencilop_to_pipe_stencil_op(D3DSTENCILOP op) in d3dstencilop_to_pipe_stencil_op() function