Searched refs:mAstcTexture (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.h | 118 bool canDecompressOnCpu() { return mAstcTexture != nullptr; } in canDecompressOnCpu() 120 return mAstcTexture && mAstcTexture->successfullyDecompressed(); in successfullyDecompressedOnCpu() 176 std::unique_ptr<AstcTexture> mAstcTexture = nullptr; variable
|
D | CompressedImageInfo.cpp | 447 mAstcTexture = std::make_unique<AstcTexture>(vk, mDevice, physicalDevice, mExtent, mBlock.width, in initAstcCpuDecompression() 512 mAstcTexture->on_vkCmdCopyBufferToImage(commandBuffer, srcAstcData, astcDataSize, dstImage, in decompressOnCpu() 518 …mAstcTexture->on_vkCmdCopyBufferToImage2(commandBuffer, srcAstcData, astcDataSize, pCopyBufferToIm… in decompressOnCpu()
|