Searched refs:getDescriptorSetDataSize (Results 1 – 2 of 2) sorted by relevance
88 …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::DescriptorSetLayout243 …ASSERT(((*typeSize * count) + byteOffset) <= getDescriptorSetDataSize()); // Make sure the operat… in getDescriptorPointer()
143 size_t getDescriptorSetDataSize() const;