Searched refs:on_vkBindImageMemory (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 63 return mDgs->on_vkBindImageMemory(mBp, device, unbox_VkImage(image), in vkBindImageMemory()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 216 VkResult on_vkBindImageMemory(void* context, VkResult input_result, VkDevice device,
|
D | func_table.cpp | 303 vkBindImageMemory_VkResult_return = resources->on_vkBindImageMemory( in gfxstream_vk_BindImageMemory()
|
D | ResourceTracker.cpp | 5199 VkResult ResourceTracker::on_vkBindImageMemory(void* context, VkResult, VkDevice device, in on_vkBindImageMemory() function in gfxstream::vk::ResourceTracker
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 233 VkResult on_vkBindImageMemory(android::base::BumpPool* pool, VkDevice device, VkImage image,
|
D | VkDecoderGlobalState.cpp | 2302 VkResult on_vkBindImageMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindImageMemory() function in gfxstream::vk::VkDecoderGlobalState::Impl 8006 VkResult VkDecoderGlobalState::on_vkBindImageMemory(android::base::BumpPool* pool, VkDevice device, in on_vkBindImageMemory() function in gfxstream::vk::VkDecoderGlobalState 8009 return mImpl->on_vkBindImageMemory(pool, device, image, memory, memoryOffset); in on_vkBindImageMemory()
|
D | VkDecoder.cpp | 2175 m_state->on_vkBindImageMemory(&m_pool, device, image, memory, memoryOffset); in decode()
|