• Home
  • Raw
  • Download

Lines Matching refs:pDepthStencilState

3042             if (pCreateInfos[i].pDepthStencilState != nullptr) {  in CreateGraphicsPipelines()
3046 pCreateInfos[i].pDepthStencilState->pNext, 0, NULL, GeneratedHeaderVersion); in CreateGraphicsPipelines()
3051 pCreateInfos[i].pDepthStencilState->flags); in CreateGraphicsPipelines()
3056 pCreateInfos[i].pDepthStencilState->depthTestEnable); in CreateGraphicsPipelines()
3061 pCreateInfos[i].pDepthStencilState->depthWriteEnable); in CreateGraphicsPipelines()
3067 pCreateInfos[i].pDepthStencilState->depthCompareOp); in CreateGraphicsPipelines()
3072 pCreateInfos[i].pDepthStencilState->depthBoundsTestEnable); in CreateGraphicsPipelines()
3077 pCreateInfos[i].pDepthStencilState->stencilTestEnable); in CreateGraphicsPipelines()
3083 pCreateInfos[i].pDepthStencilState->front.failOp); in CreateGraphicsPipelines()
3089 pCreateInfos[i].pDepthStencilState->front.passOp); in CreateGraphicsPipelines()
3095 pCreateInfos[i].pDepthStencilState->front.depthFailOp); in CreateGraphicsPipelines()
3101 pCreateInfos[i].pDepthStencilState->front.compareOp); in CreateGraphicsPipelines()
3106 …K_STENCIL_OP_BEGIN_RANGE, VK_STENCIL_OP_END_RANGE, pCreateInfos[i].pDepthStencilState->back.failOp… in CreateGraphicsPipelines()
3111 …K_STENCIL_OP_BEGIN_RANGE, VK_STENCIL_OP_END_RANGE, pCreateInfos[i].pDepthStencilState->back.passOp… in CreateGraphicsPipelines()
3117 pCreateInfos[i].pDepthStencilState->back.depthFailOp); in CreateGraphicsPipelines()
3123 pCreateInfos[i].pDepthStencilState->back.compareOp); in CreateGraphicsPipelines()
3125 …if (pCreateInfos[i].pDepthStencilState->sType != VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CR… in CreateGraphicsPipelines()