Lines Matching refs:pDepthStencilState
2969 const auto pDepthStencilState = depthStencilState ? depthStencilState
3010 m_internalData->monolithicPipelineCreateInfo.pDepthStencilState = pDepthStencilState;
3045 pipelinePartCreateInfo.pDepthStencilState = pDepthStencilState;
3668 if (pointerToCreateInfo->pDepthStencilState)
3670 state->minDepthBounds = pointerToCreateInfo->pDepthStencilState->minDepthBounds;
3671 state->maxDepthBounds = pointerToCreateInfo->pDepthStencilState->maxDepthBounds;
3672 state->stencilFront = pointerToCreateInfo->pDepthStencilState->front;
3673 state->stencilBack = pointerToCreateInfo->pDepthStencilState->back;
3674 state->depthBoundsTestEnable = pointerToCreateInfo->pDepthStencilState->depthBoundsTestEnable;
3675 state->depthCompareOp = pointerToCreateInfo->pDepthStencilState->depthCompareOp;
3676 state->depthTestEnable = pointerToCreateInfo->pDepthStencilState->depthTestEnable;
3677 state->depthWriteEnable = pointerToCreateInfo->pDepthStencilState->depthWriteEnable;
3678 state->stencilTestEnable = pointerToCreateInfo->pDepthStencilState->stencilTestEnable;