Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dstateless_validation.h882 bool uses_depthstencil = false; in RecordRenderPass() local
885 uses_depthstencil = true; in RecordRenderPass()
888 … if (uses_depthstencil) renderpass_state.subpasses_using_depthstencil_attachment.insert(subpass); in RecordRenderPass()