Searched refs:omp_get_max_threads (Results 1 – 7 of 7) sorted by relevance
12 #define omp_get_max_threads() 1 macro75 const unsigned int max_threads = omp_get_max_threads (); in viter_do_iteration()
32 #define omp_get_max_threads() 1 macro354 …attr->use_dither_map = (speed <= (omp_get_max_threads () > 1 ? 7 : 5)); // parallelized dith… in liq_set_speed()552 omp_get_max_threads ()); in liq_image_use_low_memory()591 omp_get_max_threads ()); in liq_image_create_internal()1178 const unsigned int max_threads = MIN (MAX_THREADS, omp_get_max_threads ()); in remap_to_palette()
81 int chunk_size = N/omp_get_max_threads(); in main()
80 const size_t blocks = omp_get_max_threads(); in main()
112 if(to.size() == 0) to.resize( omp_get_max_threads() ); in split()
720 const GLuint maxThreads = omp_get_max_threads(); in _swrast_CreateContext()
595 const GLint maxThreads = omp_get_max_threads(); in _swrast_texture_span()