Searched refs:on_vkCmdExecuteCommands (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | ResourceTracker.h | 500 void on_vkCmdExecuteCommands(void* context, VkCommandBuffer commandBuffer,
|
H A D | func_table.cpp | 1726 resources->on_vkCmdExecuteCommands(vkEnc, gfxstream_commandBuffer->internal_object, in gfxstream_vk_CmdExecuteCommands()
|
H A D | ResourceTracker.cpp | 7125 void ResourceTracker::on_vkCmdExecuteCommands(void* context, VkCommandBuffer commandBuffer, in on_vkCmdExecuteCommands() function in gfxstream::vk::ResourceTracker
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 483 void on_vkCmdExecuteCommands(android::base::BumpPool* pool, VkCommandBuffer commandBuffer,
|
D | VkSubDecoder.cpp | 1370 this->on_vkCmdExecuteCommands(pool, (VkCommandBuffer)(boxed_dispatchHandle), in subDecode()
|
D | VkDecoderGlobalState.cpp | 6071 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()
|
D | VkDecoder.cpp | 8753 m_state->on_vkCmdExecuteCommands(&m_pool, commandBuffer, commandBufferCount, in decode()
|