Searched refs:on_vkCmdCopyImage (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 87 mDgs->on_vkCmdCopyImage(mBp, commandBuffer, unbox_VkImage(srcImage), srcImageLayout, in vkCmdCopyImage()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 324 void on_vkCmdCopyImage(android::base::BumpPool* pool, VkCommandBuffer commandBuffer,
|
D | VkDecoderGlobalState.cpp | 3449 void on_vkCmdCopyImage(android::base::BumpPool* pool, VkCommandBuffer boxed_commandBuffer, in on_vkCmdCopyImage() function in gfxstream::vk::VkDecoderGlobalState::Impl 8204 void VkDecoderGlobalState::on_vkCmdCopyImage(android::base::BumpPool* pool, in on_vkCmdCopyImage() function in gfxstream::vk::VkDecoderGlobalState 8209 mImpl->on_vkCmdCopyImage(pool, commandBuffer, srcImage, srcImageLayout, dstImage, in on_vkCmdCopyImage()
|
D | VkSubDecoder.cpp | 574 this->on_vkCmdCopyImage(pool, (VkCommandBuffer)(boxed_dispatchHandle), srcImage, in subDecode()
|
D | VkDecoder.cpp | 7412 m_state->on_vkCmdCopyImage(&m_pool, commandBuffer, srcImage, srcImageLayout, in decode()
|