Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp85 offset += bindings[i].descriptorCount * GetDescriptorSize(bindings[i].descriptorType); in DescriptorSetLayout()
114 uint32_t DescriptorSetLayout::GetDescriptorSize(VkDescriptorType type) in GetDescriptorSize() function in vk::DescriptorSetLayout
155 size += bindings[i].descriptorCount * GetDescriptorSize(bindings[i].descriptorType); in getDescriptorSetDataSize()
171 size_t descriptorSize = GetDescriptorSize(bindings[i].descriptorType); in initialize()
241 *typeSize = GetDescriptorSize(bindings[bindingNumber].descriptorType); in getDescriptorPointer()
DVkDescriptorSetLayout.hpp104 static uint32_t GetDescriptorSize(VkDescriptorType type);
DVkPipelineLayout.cpp126 return DescriptorSetLayout::GetDescriptorSize(getDescriptorType(setNumber, bindingNumber)); in getDescriptorSize()
DVkDescriptorPool.cpp52 sw::align(DescriptorSetLayout::GetDescriptorSize(pCreateInfo->pPoolSizes[i].type), 16); in ComputeRequiredAllocationSize()