Home
last modified time | relevance | path

Searched refs:on_vkGetPhysicalDeviceMemoryProperties (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h254 mDgs->on_vkGetPhysicalDeviceMemoryProperties(mBp, physicalDevice, pMemoryProperties); in vkGetPhysicalDeviceMemoryProperties()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h162 void on_vkGetPhysicalDeviceMemoryProperties(
DResourceTracker.cpp2091 void ResourceTracker::on_vkGetPhysicalDeviceMemoryProperties( in on_vkGetPhysicalDeviceMemoryProperties() function in gfxstream::vk::ResourceTracker
2100 on_vkGetPhysicalDeviceMemoryProperties(nullptr, physdev, &out->memoryProperties); in on_vkGetPhysicalDeviceMemoryProperties2()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h180 void on_vkGetPhysicalDeviceMemoryProperties(
DVkDecoderGlobalState.cpp1509 void on_vkGetPhysicalDeviceMemoryProperties( in on_vkGetPhysicalDeviceMemoryProperties() function in gfxstream::vk::VkDecoderGlobalState::Impl
7912 void VkDecoderGlobalState::on_vkGetPhysicalDeviceMemoryProperties( in on_vkGetPhysicalDeviceMemoryProperties() function in gfxstream::vk::VkDecoderGlobalState
7915 mImpl->on_vkGetPhysicalDeviceMemoryProperties(pool, physicalDevice, pMemoryProperties); in on_vkGetPhysicalDeviceMemoryProperties()
DVkDecoder.cpp792 m_state->on_vkGetPhysicalDeviceMemoryProperties(&m_pool, physicalDevice, in decode()