Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c470 stencil_op_state(const struct pipe_stencil_state *src) in stencil_op_state() function
506 cso->hw_state.stencil_front = stencil_op_state(depth_stencil_alpha->stencil); in zink_create_depth_stencil_alpha_state()
510 cso->hw_state.stencil_back = stencil_op_state(depth_stencil_alpha->stencil + 1); in zink_create_depth_stencil_alpha_state()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp420 stencil_op_state(const struct pipe_stencil_state *src) in stencil_op_state() function
454 dsa->desc.FrontFace = stencil_op_state(depth_stencil_alpha->stencil); in d3d12_create_depth_stencil_alpha_state()
458 dsa->desc.BackFace = stencil_op_state(depth_stencil_alpha->stencil + 1); in d3d12_create_depth_stencil_alpha_state()

Completed in 5 milliseconds