Searched refs:pDepthStencilState (Results 1 – 15 of 15) sorted by relevance
3095 if (pCreateInfos->pDepthStencilState != nullptr) { in PreCreateGraphicsPipelines()3096 if (pCreateInfos->pDepthStencilState->depthCompareOp < VK_COMPARE_OP_BEGIN_RANGE || in PreCreateGraphicsPipelines()3097 pCreateInfos->pDepthStencilState->depthCompareOp > VK_COMPARE_OP_END_RANGE) { in PreCreateGraphicsPipelines()3103 if (pCreateInfos->pDepthStencilState->front.failOp < VK_STENCIL_OP_BEGIN_RANGE || in PreCreateGraphicsPipelines()3104 pCreateInfos->pDepthStencilState->front.failOp > VK_STENCIL_OP_END_RANGE) { in PreCreateGraphicsPipelines()3110 if (pCreateInfos->pDepthStencilState->front.passOp < VK_STENCIL_OP_BEGIN_RANGE || in PreCreateGraphicsPipelines()3111 pCreateInfos->pDepthStencilState->front.passOp > VK_STENCIL_OP_END_RANGE) { in PreCreateGraphicsPipelines()3117 if (pCreateInfos->pDepthStencilState->front.depthFailOp < VK_STENCIL_OP_BEGIN_RANGE || in PreCreateGraphicsPipelines()3118 pCreateInfos->pDepthStencilState->front.depthFailOp > VK_STENCIL_OP_END_RANGE) { in PreCreateGraphicsPipelines()3124 if (pCreateInfos->pDepthStencilState->front.compareOp < VK_COMPARE_OP_BEGIN_RANGE || in PreCreateGraphicsPipelines()[all …]
3266 if (pCreateInfo->pDepthStencilState != NULL) { in initGraphicsPipeline()3267 pPipeline->dsStateCI = *pCreateInfo->pDepthStencilState; in initGraphicsPipeline()3268 pPipeline->graphicsPipelineCI.pDepthStencilState = &pPipeline->dsStateCI; in initGraphicsPipeline()
482 pipelineCreateInfo.pDepthStencilState = &depthStencilInfo; in Create()
361 pipeline_info.pDepthStencilState = nullptr; in create_pipeline()
780 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member
2435 s << "\tpDepthStencilState = " << value.pDepthStencilState << '\n';
1107 pDepthStencilState = &m_dynamicDepthStencilState; in addState()
1108 pDepthStencilState = &m_dynamicDepthStencilState; in addState()
1115 pDepthStencilState = &m_dynamicDepthStencilState; in addState()
1315 info.pDepthStencilState = &m_ds_state; in CreateVKPipeline()
860 pipelineState.pDepthStencilState = &depthStencilState; in generateWork()
1361 pipeline.pDepthStencilState = &ds; in demo_prepare_pipeline()
1621 pipeline.pDepthStencilState = &ds; in demo_prepare_pipeline()
1831 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member
1840 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member