Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanGraphicsPipeline.cpp538 VkDescriptorSetLayout inputAttachmentDescSetLayout = in setup_pipeline_layout() local
541 if (inputAttachmentDescSetLayout == VK_NULL_HANDLE) { in setup_pipeline_layout()
545 setLayouts.push_back(inputAttachmentDescSetLayout); in setup_pipeline_layout()