Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dd3d1x_private.h88 extern unsigned d3d11_to_pipe_stencil_op[D3D11_STENCIL_OP_COUNT];
Dd3d_enums.cpp61 unsigned d3d11_to_pipe_stencil_op[D3D11_STENCIL_OP_COUNT] = variable
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h536 …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()