Home
last modified time | relevance | path

Searched refs:getBlockMemorySize (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DSuballocation.h157 VkDeviceSize getBlockMemorySize() const;
407 ANGLE_INLINE VkDeviceSize BufferSuballocation::getBlockMemorySize() const in getBlockMemorySize() function
Dvk_helpers.h804 VkDeviceSize getBlockMemorySize() const { return mSuballocation.getBlockMemorySize(); } in getBlockMemorySize() function
Dvk_helpers.cpp3096 ASSERT(mBuffer->getBlockMemorySize() == mSize); in allocate()
3134 if (bufferHelper->getBlockMemorySize() != mSize) in updateQueueSerialAndReleaseInFlightBuffers()