Searched refs:on_vkBindBufferMemory2 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | ResourceTracker.h | 242 VkResult on_vkBindBufferMemory2(void* context, VkResult input_result, VkDevice device,
|
H A D | func_table.cpp | 1748 resources->on_vkBindBufferMemory2(vkEnc, VK_SUCCESS, gfxstream_device->internal_object, in gfxstream_vk_BindBufferMemory2()
|
H A D | ResourceTracker.cpp | 5585 VkResult ResourceTracker::on_vkBindBufferMemory2(void* context, VkResult, VkDevice device, in on_vkBindBufferMemory2() function in gfxstream::vk::ResourceTracker
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 229 VkResult on_vkBindBufferMemory2(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 2429 VkResult on_vkBindBufferMemory2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindBufferMemory2() function in gfxstream::vk::VkDecoderGlobalState::Impl 9303 VkResult VkDecoderGlobalState::on_vkBindBufferMemory2(android::base::BumpPool* pool, in on_vkBindBufferMemory2() function in gfxstream::vk::VkDecoderGlobalState 9306 return mImpl->on_vkBindBufferMemory2(pool, device, bindInfoCount, pBindInfos); in on_vkBindBufferMemory2()
|
D | VkDecoder.cpp | 8841 m_state->on_vkBindBufferMemory2(&m_pool, device, bindInfoCount, pBindInfos); in decode()
|