Home
last modified time | relevance | path

Searched refs:dsUniBinding (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorSetManager.cpp121 VkDescriptorSetLayoutBinding dsUniBinding; in get_layout_and_desc_count() local
122 dsUniBinding.binding = GrVkUniformHandler::kUniformBinding; in get_layout_and_desc_count()
123 dsUniBinding.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in get_layout_and_desc_count()
124 dsUniBinding.descriptorCount = 1; in get_layout_and_desc_count()
125 dsUniBinding.stageFlags = visibility_to_vk_stage_flags(visibilities[0]); in get_layout_and_desc_count()
126 dsUniBinding.pImmutableSamplers = nullptr; in get_layout_and_desc_count()
133 uniformLayoutCreateInfo.pBindings = &dsUniBinding; in get_layout_and_desc_count()

Completed in 1 milliseconds