Searched refs:d3d11_to_pipe_stencil_op (Results 1 – 3 of 3) sorted by relevance
88 extern unsigned d3d11_to_pipe_stencil_op[D3D11_STENCIL_OP_COUNT];
61 unsigned d3d11_to_pipe_stencil_op[D3D11_STENCIL_OP_COUNT] = variable
536 …state.stencil[0].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilPa… in CreateDepthStencilState()537 …state.stencil[0].fail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilFai… in CreateDepthStencilState()538 …state.stencil[0].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilDe… in CreateDepthStencilState()543 …state.stencil[1].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilPas… in CreateDepthStencilState()544 …state.stencil[1].fail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilFail… in CreateDepthStencilState()545 …state.stencil[1].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilDep… in CreateDepthStencilState()