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(0), "offset: %d, size: %d", int(offset), int(getDesc… in DescriptorSetLayout()
149 …return sw::align<alignof(DescriptorSet)>(sizeof(DescriptorSetHeader) + getDescriptorSetDataSize(va… in getDescriptorSetAllocationSize()
152 size_t DescriptorSetLayout::getDescriptorSetDataSize(uint32_t variableDescriptorCount) const in getDescriptorSetDataSize() function in vk::DescriptorSetLayout
294 …ASSERT(((*typeSize * count) + byteOffset) <= getDescriptorSetDataSize(0)); // Make sure the opera… in getDescriptorPointer()
DVkDescriptorSetLayout.hpp139 size_t getDescriptorSetDataSize(uint32_t variableDescriptorCount) const;