Home
last modified time | relevance | path

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

/dports/devel/godot/godot-3.2.3-stable/modules/cvtt/
H A Dimage_compress_cvtt.cpp217 int num_job_threads = 0; in image_compress_cvtt() local
219 …int num_job_threads = OS::get_singleton()->can_use_threads() ? (OS::get_singleton()->get_processor… in image_compress_cvtt() local
242 if (num_job_threads > 0) { in image_compress_cvtt()
256 if (num_job_threads > 0) { in image_compress_cvtt()
258 threads.resize(num_job_threads); in image_compress_cvtt()
268 for (int i = 0; i < num_job_threads; i++) { in image_compress_cvtt()
273 for (int i = 0; i < num_job_threads; i++) { in image_compress_cvtt()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/cvtt/
H A Dimage_compress_cvtt.cpp217 int num_job_threads = 0; in image_compress_cvtt() local
219 …int num_job_threads = OS::get_singleton()->can_use_threads() ? (OS::get_singleton()->get_processor… in image_compress_cvtt() local
242 if (num_job_threads > 0) { in image_compress_cvtt()
256 if (num_job_threads > 0) { in image_compress_cvtt()
258 threads.resize(num_job_threads); in image_compress_cvtt()
268 for (int i = 0; i < num_job_threads; i++) { in image_compress_cvtt()
273 for (int i = 0; i < num_job_threads; i++) { in image_compress_cvtt()