Lines Matching refs:pDepthStencilState
1484 * pDepthStencilState. The Vulkan spec states that pDepthStencilState may
1485 * be NULL in this case. Even if pDepthStencilState is non-NULL, there is
1491 * pDepthStencilState is [...] NULL if the pipeline has rasterization
1497 assert(pCreateInfo->pDepthStencilState);
1501 pCreateInfo->pDepthStencilState->minDepthBounds;
1503 pCreateInfo->pDepthStencilState->maxDepthBounds;
1508 pCreateInfo->pDepthStencilState->front.compareMask;
1510 pCreateInfo->pDepthStencilState->back.compareMask;
1515 pCreateInfo->pDepthStencilState->front.writeMask;
1517 pCreateInfo->pDepthStencilState->back.writeMask;
1522 pCreateInfo->pDepthStencilState->front.reference;
1524 pCreateInfo->pDepthStencilState->back.reference;
1558 assert(info->pDepthStencilState);