Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp88 …ASSERT_MSG(offset == getDescriptorSetDataSize(), "offset: %d, size: %d", int(offset), int(getDescr… in DescriptorSetLayout()
147 return sw::align<alignof(DescriptorSet)>(OFFSET(DescriptorSet, data) + getDescriptorSetDataSize()); in getDescriptorSetAllocationSize()
150 size_t DescriptorSetLayout::getDescriptorSetDataSize() const in getDescriptorSetDataSize() function in vk::DescriptorSetLayout
243 …ASSERT(((*typeSize * count) + byteOffset) <= getDescriptorSetDataSize()); // Make sure the operat… in getDescriptorPointer()
DVkDescriptorSetLayout.hpp143 size_t getDescriptorSetDataSize() const;