Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp215 for (auto& worker : mWorkerThreads) { in ~AstcCpuDecompressorImpl()
245 futures[i] = mWorkerThreads[i].decompress(context, i, astcData, astcDataLength, &image); in decompress()
271 std::array<WorkerThread, kNumThreads> mWorkerThreads; member in gfxstream::vk::__anon5855e3120111::AstcCpuDecompressorImpl