Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dstateless_validation.h110 std::unordered_set<uint32_t> subpasses_using_depthstencil_attachment; member
960 … if (uses_depthstencil) renderpass_state.subpasses_using_depthstencil_attachment.insert(subpass); in RecordRenderPass()
Dparameter_validation_utils.cpp1724 … if (subpasses_uses.subpasses_using_depthstencil_attachment.count(pCreateInfos[i].subpass)) in manual_PreCallValidateCreateGraphicsPipelines()
/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp221 … if (subpasses_uses.subpasses_using_depthstencil_attachment.count(pCreateInfos[idx0].subpass)) in DispatchCreateGraphicsPipelines()
278 … if (uses_depthstencil) renderpass_state.subpasses_using_depthstencil_attachment.insert(subpass); in UpdateCreateRenderPassState()
Dchassis.h2477 std::unordered_set<uint32_t> subpasses_using_depthstencil_attachment; member