Searched refs:thread_size (Results 1 – 7 of 7) sorted by relevance
79 unsigned thread_size, in panfrost_get_total_stack_size() argument83 unsigned size_per_thread = (thread_size == 0) ? 0 : in panfrost_get_total_stack_size()84 util_next_power_of_two(ALIGN_POT(thread_size, 16)); in panfrost_get_total_stack_size()
66 unsigned thread_size,
159 int thread_size = static_cast<int>(size) / state.threads; in BM_ParallelMemset() local160 int from = thread_size * state.thread_index; in BM_ParallelMemset()161 int to = from + thread_size; in BM_ParallelMemset()
104 const size_t thread_size = in vp9_dec_alloc_row_mt_mem() local107 vpx_memalign(32, thread_size)); in vp9_dec_alloc_row_mt_mem()