Home
last modified time | relevance | path

Searched defs:num_threads (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dtinyexr.h10899 int num_threads = std::max(1, int(std::thread::hardware_concurrency())); in DecodeChunk() local
11045 int num_threads = std::max(1, int(std::thread::hardware_concurrency())); in DecodeChunk() local
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp20443 uint32_t num_threads() const { return num_threads_; } in num_threads() function in perfetto::protos::gen::StressTestConfig