Home
last modified time | relevance | path

Searched refs:subpasses_using_depthstencil_attachment (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dstateless_validation.h112 std::unordered_set<uint32_t> subpasses_using_depthstencil_attachment; member
888 … if (uses_depthstencil) renderpass_state.subpasses_using_depthstencil_attachment.insert(subpass); in RecordRenderPass()
Dparameter_validation_utils.cpp1456 … if (subpasses_uses.subpasses_using_depthstencil_attachment.count(pCreateInfos[i].subpass)) in manual_PreCallValidateCreateGraphicsPipelines()