Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dstateless_validation.h954 bool uses_depthstencil = false; in RecordRenderPass() local
957 uses_depthstencil = true; in RecordRenderPass()
960 … if (uses_depthstencil) renderpass_state.subpasses_using_depthstencil_attachment.insert(subpass); in RecordRenderPass()
/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp272 bool uses_depthstencil = false; in UpdateCreateRenderPassState() local
275 uses_depthstencil = true; in UpdateCreateRenderPassState()
278 … if (uses_depthstencil) renderpass_state.subpasses_using_depthstencil_attachment.insert(subpass); in UpdateCreateRenderPassState()