Home
last modified time | relevance | path

Searched refs:on_vkMapMemory (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h278 return mDgs->on_vkMapMemory(mBp, device, unbox_VkDeviceMemory(memory), offset, size, flags, in vkMapMemory()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h192 VkResult on_vkMapMemory(void* context, VkResult input_result, VkDevice device,
DResourceTracker.cpp3953 VkResult ResourceTracker::on_vkMapMemory(void* context, VkResult host_result, VkDevice device, in on_vkMapMemory() function in gfxstream::vk::ResourceTracker
DVkEncoder.cpp2946 vkMapMemory_VkResult_return = sResourceTracker->on_vkMapMemory(this, VK_SUCCESS, device, memory, in vkMapMemory()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h407 VkResult on_vkMapMemory(android::base::BumpPool* pool, VkDevice device, VkDeviceMemory memory,
DVkDecoderGlobalState.cpp4665 VkResult on_vkMapMemory(android::base::BumpPool* pool, VkDevice, VkDeviceMemory memory, in on_vkMapMemory() function in gfxstream::vk::VkDecoderGlobalState::Impl
8320 VkResult VkDecoderGlobalState::on_vkMapMemory(android::base::BumpPool* pool, VkDevice device, in on_vkMapMemory() function in gfxstream::vk::VkDecoderGlobalState
8324 return mImpl->on_vkMapMemory(pool, device, memory, offset, size, flags, ppData); in on_vkMapMemory()
DVkDecoder.cpp1809 m_state->on_vkMapMemory(&m_pool, device, memory, offset, size, flags, ppData); in decode()