Lines Matching refs:pDepthStencilState
980 if (pCreateInfo->pDepthStencilState &&
983 pCreateInfo->pDepthStencilState;
1290 if (!pCreateInfo->pDepthStencilState ||
1291 !pCreateInfo->pDepthStencilState->depthBoundsTestEnable)
1294 if (!pCreateInfo->pDepthStencilState ||
1295 !pCreateInfo->pDepthStencilState->stencilTestEnable)
1378 * pDepthStencilState. The Vulkan spec states that pDepthStencilState may
1379 * be NULL in this case. Even if pDepthStencilState is non-NULL, there is
1385 * pDepthStencilState is [...] NULL if the pipeline has rasterization
1390 assert(pCreateInfo->pDepthStencilState);
1394 pCreateInfo->pDepthStencilState->minDepthBounds;
1396 pCreateInfo->pDepthStencilState->maxDepthBounds;
1401 pCreateInfo->pDepthStencilState->front.compareMask;
1403 pCreateInfo->pDepthStencilState->back.compareMask;
1408 pCreateInfo->pDepthStencilState->front.writeMask;
1410 pCreateInfo->pDepthStencilState->back.writeMask;
1415 pCreateInfo->pDepthStencilState->front.reference;
1417 pCreateInfo->pDepthStencilState->back.reference;
2713 const VkPipelineDepthStencilStateCreateInfo *vkds = pCreateInfo->pDepthStencilState;