Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDeviceMemory.hpp82 VkDeviceSize getCommittedMemoryInBytes() const;
DVkDeviceMemory.cpp286 VkDeviceSize DeviceMemory::getCommittedMemoryInBytes() const in getCommittedMemoryInBytes() function in vk::DeviceMemory
DVkImage.cpp875 …ret_cast<uint8_t *>(deviceMemory->getOffsetPointer(deviceMemory->getCommittedMemoryInBytes() + 1)); in end()
DlibVulkan.cpp1280 *pCommittedMemoryInBytes = memory->getCommittedMemoryInBytes(); in vkGetDeviceMemoryCommitment()