Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResourceTracker.h242 VkResult on_vkBindBufferMemory2(void* context, VkResult input_result, VkDevice device,
H A Dfunc_table.cpp1748 resources->on_vkBindBufferMemory2(vkEnc, VK_SUCCESS, gfxstream_device->internal_object, in gfxstream_vk_BindBufferMemory2()
H A DResourceTracker.cpp5585 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/
DVkDecoderGlobalState.h229 VkResult on_vkBindBufferMemory2(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp2429 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()
DVkDecoder.cpp8841 m_state->on_vkBindBufferMemory2(&m_pool, device, bindInfoCount, pBindInfos); in decode()