Lines Matching refs:pDepthStencilState
636 pipeline->zs.z_test = builder->create_info.gfx->pDepthStencilState->depthTestEnable;
648 builder->create_info.gfx->pDepthStencilState->depthWriteEnable;
651 panvk_per_arch(translate_compare_func)(builder->create_info.gfx->pDepthStencilState->depthCompareOp);
652 pipeline->zs.s_test = builder->create_info.gfx->pDepthStencilState->stencilTestEnable;
654 translate_stencil_op(builder->create_info.gfx->pDepthStencilState->front.failOp);
656 translate_stencil_op(builder->create_info.gfx->pDepthStencilState->front.passOp);
658 translate_stencil_op(builder->create_info.gfx->pDepthStencilState->front.depthFailOp);
660 panvk_per_arch(translate_compare_func)(builder->create_info.gfx->pDepthStencilState->front.compareOp);
662 builder->create_info.gfx->pDepthStencilState->front.compareMask;
664 builder->create_info.gfx->pDepthStencilState->front.writeMask;
666 builder->create_info.gfx->pDepthStencilState->front.reference;
668 translate_stencil_op(builder->create_info.gfx->pDepthStencilState->back.failOp);
670 translate_stencil_op(builder->create_info.gfx->pDepthStencilState->back.passOp);
672 translate_stencil_op(builder->create_info.gfx->pDepthStencilState->back.depthFailOp);
674 panvk_per_arch(translate_compare_func)(builder->create_info.gfx->pDepthStencilState->back.compareOp);
676 builder->create_info.gfx->pDepthStencilState->back.compareMask;
678 builder->create_info.gfx->pDepthStencilState->back.writeMask;
680 builder->create_info.gfx->pDepthStencilState->back.reference;