HomeSort by relevance Sort by last modified time
    Searched refs:d3d11_to_pipe_stencil_op (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
d3d1x_private.h 88 extern unsigned d3d11_to_pipe_stencil_op[D3D11_STENCIL_OP_COUNT];
d3d_enums.cpp 61 unsigned d3d11_to_pipe_stencil_op[D3D11_STENCIL_OP_COUNT] = variable
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 536 state.stencil[0].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilPassOp];
537 state.stencil[0].fail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilFailOp];
538 state.stencil[0].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilDepthFailOp];
543 state.stencil[1].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilPassOp];
544 state.stencil[1].fail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilFailOp];
545 state.stencil[1].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->BackFace.StencilDepthFailOp];
    [all...]

Completed in 682 milliseconds