Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp26 constexpr uint32_t kNumThreads = 2; variable
54 *error = astcenc_context_alloc(&config, kNumThreads, &context); in makeDecoderContext()
229 std::array<std::future<astcenc_error>, kNumThreads> futures; in decompress()
244 for (uint32_t i = 0; i < kNumThreads; ++i) { in decompress()
271 std::array<WorkerThread, kNumThreads> mWorkerThreads;
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp622 constexpr const int kNumThreads = 5; in TEST_P() local
623 for (int t = 0; t < kNumThreads; t++) { in TEST_P()
629 while (threadsReady.load() != kNumThreads) {} in TEST_P()
895 constexpr const int kNumThreads = 2; in TEST_P() local
896 for (int t = 0; t < kNumThreads; t++) { in TEST_P()
903 while (threadsReady.load() != kNumThreads) { in TEST_P()
950 constexpr const int kNumThreads = 10; in TEST_P() local
951 for (int t = 0; t < kNumThreads; t++) { in TEST_P()
958 while (threadsReady.load() != kNumThreads) { in TEST_P()