Searched refs:on_vkMapMemory (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 278 return mDgs->on_vkMapMemory(mBp, device, unbox_VkDeviceMemory(memory), offset, size, flags, in vkMapMemory()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 192 VkResult on_vkMapMemory(void* context, VkResult input_result, VkDevice device,
|
D | ResourceTracker.cpp | 3953 VkResult ResourceTracker::on_vkMapMemory(void* context, VkResult host_result, VkDevice device, in on_vkMapMemory() function in gfxstream::vk::ResourceTracker
|
D | VkEncoder.cpp | 2946 vkMapMemory_VkResult_return = sResourceTracker->on_vkMapMemory(this, VK_SUCCESS, device, memory, in vkMapMemory()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 407 VkResult on_vkMapMemory(android::base::BumpPool* pool, VkDevice device, VkDeviceMemory memory,
|
D | VkDecoderGlobalState.cpp | 4665 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()
|
D | VkDecoder.cpp | 1809 m_state->on_vkMapMemory(&m_pool, device, memory, offset, size, flags, ppData); in decode()
|