Home
last modified time | relevance | path

Searched defs:getDeviceMemory (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DSuballocation.h58 const DeviceMemory &getDeviceMemory() const { return mDeviceMemory; } in getDeviceMemory() function
59 DeviceMemory &getDeviceMemory() { return mDeviceMemory; } in getDeviceMemory() function
401 ANGLE_INLINE const DeviceMemory &BufferSuballocation::getDeviceMemory() const in getDeviceMemory() function
Dvk_helpers.h2497 const DeviceMemory &getDeviceMemory() const { return mDeviceMemory; } in getDeviceMemory() function
/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DHostVisibleMemoryVirtualization.cpp39 VkDeviceMemory CoherentMemory::getDeviceMemory() const { return mMemory; } in getDeviceMemory() function in gfxstream::vk::CoherentMemory
DCommandBufferStagingStream.cpp236 VkDeviceMemory CommandBufferStagingStream::getDeviceMemory() { return m_mem.deviceMemory; } in getDeviceMemory() function in gfxstream::vk::CommandBufferStagingStream