Searched refs:on_vkCmdCopyBufferToImage (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | AstcTexture.h | 39 void on_vkCmdCopyBufferToImage(VkCommandBuffer commandBuffer, uint8_t* srcAstcData,
|
D | AstcTexture.cpp | 269 void AstcTexture::on_vkCmdCopyBufferToImage(VkCommandBuffer commandBuffer, uint8_t* srcAstcData, in on_vkCmdCopyBufferToImage() function in gfxstream::vk::AstcTexture
|
D | CompressedImageInfo.cpp | 512 mAstcTexture->on_vkCmdCopyBufferToImage(commandBuffer, srcAstcData, astcDataSize, dstImage, in decompressOnCpu()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 78 mDgs->on_vkCmdCopyBufferToImage(mBp, commandBuffer, unbox_VkBuffer(srcBuffer), in vkCmdCopyBufferToImage()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 318 void on_vkCmdCopyBufferToImage(android::base::BumpPool* pool, VkCommandBuffer commandBuffer,
|
D | VkDecoderGlobalState.cpp | 3792 void on_vkCmdCopyBufferToImage(android::base::BumpPool* pool, in on_vkCmdCopyBufferToImage() function in gfxstream::vk::VkDecoderGlobalState::Impl 8196 void VkDecoderGlobalState::on_vkCmdCopyBufferToImage( in on_vkCmdCopyBufferToImage() function in gfxstream::vk::VkDecoderGlobalState 8200 mImpl->on_vkCmdCopyBufferToImage(pool, commandBuffer, srcBuffer, dstImage, dstImageLayout, in on_vkCmdCopyBufferToImage()
|
D | VkSubDecoder.cpp | 663 this->on_vkCmdCopyBufferToImage(pool, (VkCommandBuffer)(boxed_dispatchHandle), in subDecode()
|
D | VkDecoder.cpp | 7549 m_state->on_vkCmdCopyBufferToImage(&m_pool, commandBuffer, srcBuffer, dstImage, in decode()
|