Home
last modified time | relevance | path

Searched refs:pDepthStencilState (Results 1 – 15 of 15) sorted by relevance

/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp3095 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 …]
Dcore_validation.cpp3266 if (pCreateInfo->pDepthStencilState != NULL) { in initGraphicsPipeline()
3267 pPipeline->dsStateCI = *pCreateInfo->pDepthStencilState; in initGraphicsPipeline()
3268 pPipeline->graphicsPipelineCI.pDepthStencilState = &pPipeline->dsStateCI; in initGraphicsPipeline()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp482 pipelineCreateInfo.pDepthStencilState = &depthStencilInfo; in Create()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp361 pipeline_info.pDepthStencilState = nullptr; in create_pipeline()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl780 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member
DvkStrUtilImpl.inl2435 s << "\tpDepthStencilState = " << value.pDepthStencilState << '\n';
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp1107 pDepthStencilState = &m_dynamicDepthStencilState; in addState()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.cpp1108 pDepthStencilState = &m_dynamicDepthStencilState; in addState()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.cpp1115 pDepthStencilState = &m_dynamicDepthStencilState; in addState()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1315 info.pDepthStencilState = &m_ds_state; in CreateVKPipeline()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp860 pipelineState.pDepthStencilState = &depthStencilState; in generateWork()
/external/vulkan-validation-layers/demos/
Dtri.c1361 pipeline.pDepthStencilState = &ds; in demo_prepare_pipeline()
Dcube.c1621 pipeline.pDepthStencilState = &ds; in demo_prepare_pipeline()
/external/skia/third_party/vulkan/
Dvulkan.h1831 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1840 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member