Home
last modified time | relevance | path

Searched refs:mAstcTexture (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.h118 bool canDecompressOnCpu() { return mAstcTexture != nullptr; } in canDecompressOnCpu()
120 return mAstcTexture && mAstcTexture->successfullyDecompressed(); in successfullyDecompressedOnCpu()
176 std::unique_ptr<AstcTexture> mAstcTexture = nullptr; variable
DCompressedImageInfo.cpp447 mAstcTexture = std::make_unique<AstcTexture>(vk, mDevice, physicalDevice, mExtent, mBlock.width, in initAstcCpuDecompression()
512 mAstcTexture->on_vkCmdCopyBufferToImage(commandBuffer, srcAstcData, astcDataSize, dstImage, in decompressOnCpu()
518mAstcTexture->on_vkCmdCopyBufferToImage2(commandBuffer, srcAstcData, astcDataSize, pCopyBufferToIm… in decompressOnCpu()