Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h501 void on_vkCmdBindDescriptorSets(void* context, VkCommandBuffer commandBuffer,
Dfunc_table.cpp1282 resources->on_vkCmdBindDescriptorSets( in gfxstream_vk_CmdBindDescriptorSets()
DResourceTracker.cpp6927 void ResourceTracker::on_vkCmdBindDescriptorSets(void* context, VkCommandBuffer commandBuffer, in on_vkCmdBindDescriptorSets() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h593 void on_vkCmdBindDescriptorSets(android::base::BumpPool* pool, VkCommandBuffer commandBuffer,
DVkDecoderGlobalState.cpp5712 void on_vkCmdBindDescriptorSets(android::base::BumpPool* pool, in on_vkCmdBindDescriptorSets() function in gfxstream::vk::VkDecoderGlobalState::Impl
8606 void VkDecoderGlobalState::on_vkCmdBindDescriptorSets( in on_vkCmdBindDescriptorSets() function in gfxstream::vk::VkDecoderGlobalState
8611 mImpl->on_vkCmdBindDescriptorSets(pool, commandBuffer, pipelineBindPoint, layout, firstSet, in on_vkCmdBindDescriptorSets()
DVkSubDecoder.cpp321 this->on_vkCmdBindDescriptorSets(pool, (VkCommandBuffer)(boxed_dispatchHandle), in subDecode()
DVkDecoder.cpp6893 m_state->on_vkCmdBindDescriptorSets( in decode()