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
405 ANGLE_INLINE const DeviceMemory &BufferSuballocation::getDeviceMemory() const in getDeviceMemory() function
Dvk_helpers.h2276 const DeviceMemory &getDeviceMemory() const { return mDeviceMemory; } in getDeviceMemory() function
/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DHostVisibleMemoryVirtualization.cpp57 VkDeviceMemory CoherentMemory::getDeviceMemory() const { return mMemory; } in getDeviceMemory() function in gfxstream::vk::CoherentMemory
DCommandBufferStagingStream.cpp246 VkDeviceMemory CommandBufferStagingStream::getDeviceMemory() { return m_mem.deviceMemory; } in getDeviceMemory() function in gfxstream::vk::CommandBufferStagingStream