Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanGraphicsPipeline.cpp569 VkDescriptorSetLayout textureSamplerDescSetLayout = in setup_pipeline_layout() local
572 if (textureSamplerDescSetLayout == VK_NULL_HANDLE) { in setup_pipeline_layout()
576 setLayouts.push_back(textureSamplerDescSetLayout); in setup_pipeline_layout()