Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResourceTracker.h420 VkResult on_vkMapMemoryIntoAddressSpaceGOOGLE(void* context, VkResult input_result,
H A DResourceTracker.cpp6371 VkResult ResourceTracker::on_vkMapMemoryIntoAddressSpaceGOOGLE(void*, VkResult input_result, in on_vkMapMemoryIntoAddressSpaceGOOGLE() function in gfxstream::vk::ResourceTracker
H A DVkEncoder.cpp24203 sResourceTracker->on_vkMapMemoryIntoAddressSpaceGOOGLE( in vkMapMemoryIntoAddressSpaceGOOGLE()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h467 VkResult on_vkMapMemoryIntoAddressSpaceGOOGLE(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp5771 VkResult on_vkMapMemoryIntoAddressSpaceGOOGLE(android::base::BumpPool* pool, in on_vkMapMemoryIntoAddressSpaceGOOGLE() function in gfxstream::vk::VkDecoderGlobalState::Impl
9722 VkResult VkDecoderGlobalState::on_vkMapMemoryIntoAddressSpaceGOOGLE(android::base::BumpPool* pool, in on_vkMapMemoryIntoAddressSpaceGOOGLE() function in gfxstream::vk::VkDecoderGlobalState
9726 return mImpl->on_vkMapMemoryIntoAddressSpaceGOOGLE(pool, device, memory, pAddress); in on_vkMapMemoryIntoAddressSpaceGOOGLE()
DVkDecoder.cpp20691 m_state->on_vkMapMemoryIntoAddressSpaceGOOGLE(&m_pool, device, memory, in decode()