Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.cpp128 VkDescriptorSetLayoutCreateInfo uniformLayoutCreateInfo; in get_layout_and_desc_count() local
129 uniformLayoutCreateInfo.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO; in get_layout_and_desc_count()
130 uniformLayoutCreateInfo.pNext = nullptr; in get_layout_and_desc_count()
131 uniformLayoutCreateInfo.flags = 0; in get_layout_and_desc_count()
132 uniformLayoutCreateInfo.bindingCount = 1; in get_layout_and_desc_count()
133 uniformLayoutCreateInfo.pBindings = &dsUniBinding; in get_layout_and_desc_count()
141 &uniformLayoutCreateInfo, in get_layout_and_desc_count()