Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResourceTracker.h500 void on_vkCmdExecuteCommands(void* context, VkCommandBuffer commandBuffer,
H A Dfunc_table.cpp1726 resources->on_vkCmdExecuteCommands(vkEnc, gfxstream_commandBuffer->internal_object, in gfxstream_vk_CmdExecuteCommands()
H A DResourceTracker.cpp7125 void ResourceTracker::on_vkCmdExecuteCommands(void* context, VkCommandBuffer commandBuffer, in on_vkCmdExecuteCommands() function in gfxstream::vk::ResourceTracker
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h483 void on_vkCmdExecuteCommands(android::base::BumpPool* pool, VkCommandBuffer commandBuffer,
DVkSubDecoder.cpp1370 this->on_vkCmdExecuteCommands(pool, (VkCommandBuffer)(boxed_dispatchHandle), in subDecode()
DVkDecoderGlobalState.cpp6071 void on_vkCmdExecuteCommands(android::base::BumpPool* pool, VkCommandBuffer boxed_commandBuffer, in on_vkCmdExecuteCommands() function in gfxstream::vk::VkDecoderGlobalState::Impl
9773 void VkDecoderGlobalState::on_vkCmdExecuteCommands(android::base::BumpPool* pool, in on_vkCmdExecuteCommands() function in gfxstream::vk::VkDecoderGlobalState
9777 return mImpl->on_vkCmdExecuteCommands(pool, commandBuffer, commandBufferCount, pCommandBuffers); in on_vkCmdExecuteCommands()
DVkDecoder.cpp8753 m_state->on_vkCmdExecuteCommands(&m_pool, commandBuffer, commandBufferCount, in decode()