/hardware/google/gfxstream/host/compressedTextureFormats/ |
D | AstcCpuDecompressorNoOp.cpp | 25 int32_t decompress(uint32_t imgWidth, uint32_t imgHeight, uint32_t blockWidth, in decompress() function in gfxstream::vk::__anone1d328320111::AstcCpuDecompressorNoOp
|
D | AstcCpuDecompressor.h | 48 virtual int32_t decompress(uint32_t imgWidth, uint32_t imgHeight, uint32_t blockWidth,
|
D | AstcCpuDecompressorImpl.cpp | 172 std::future<astcenc_error> decompress(astcenc_context* context, uint32_t threadIndex, in decompress() function in gfxstream::vk::__anonf74761080111::WorkerThread 226 int32_t decompress(const uint32_t imgWidth, const uint32_t imgHeight, const uint32_t blockWidth, in decompress() function in gfxstream::vk::__anonf74761080111::AstcCpuDecompressorImpl 245 futures[i] = mWorkerThreads[i].decompress(context, i, astcData, astcDataLength, &image); in decompress()
|
D | AstcCpuDecompressor_unittest.cpp | 43 int32_t status = decompressor.decompress(16, 16, 8, 8, kCheckerboard, sizeof(kCheckerboard), in TEST()
|
/hardware/google/aemu/base/include/aemu/base/files/ |
D | GzipStreambuf.h | 38 int decompress();
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.h | 135 void decompress(VulkanDispatch* vk, VkCommandBuffer commandBuffer,
|
D | AstcTexture.cpp | 231 int32_t status = mDecompressor->decompress( in on_vkCmdCopyBufferToImageImpl()
|
D | CompressedImageInfo.cpp | 488 decompress(vk, commandBuffer, getImageSubresourceRange(targetBarrier.subresourceRange)); in decompressIfNeeded() 738 void CompressedImageInfo::decompress(VulkanDispatch* vk, VkCommandBuffer commandBuffer, in decompress() function in gfxstream::vk::CompressedImageInfo
|
/hardware/google/gfxstream/third-party/ |
D | CMakeLists.txt | 8 # during initialization and we will fall back on the compute shader to decompress ASTC textures.
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 176 int32_t status = AstcCpuDecompressor::get().decompress(width, height, blockWidth, blockHeight, in astcDecompress()
|