Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dstateless_validation.h946 auto &renderpass_state = renderpasses_states[renderPass]; in RecordRenderPass() local
959 if (uses_color) renderpass_state.subpasses_using_color_attachment.insert(subpass); 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.cpp265 auto &renderpass_state = layer_data->renderpasses_states[renderPass]; in UpdateCreateRenderPassState() local
277 if (uses_color) renderpass_state.subpasses_using_color_attachment.insert(subpass); in UpdateCreateRenderPassState()
278 … if (uses_depthstencil) renderpass_state.subpasses_using_depthstencil_attachment.insert(subpass); in UpdateCreateRenderPassState()