Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDeviceMemory.hpp48 VkDeviceSize getCommittedMemoryInBytes() const;
DVkDeviceMemory.cpp363 VkDeviceSize DeviceMemory::getCommittedMemoryInBytes() const in getCommittedMemoryInBytes() function in vk::DeviceMemory
DVkImage.cpp839 …ret_cast<uint8_t *>(deviceMemory->getOffsetPointer(deviceMemory->getCommittedMemoryInBytes() + 1)); in end()
DlibVulkan.cpp1306 *pCommittedMemoryInBytes = memory->getCommittedMemoryInBytes(); in vkGetDeviceMemoryCommitment()