Searched refs:thread_size (Results 1 – 4 of 4) 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()
76 unsigned thread_size,
166 int thread_size = static_cast<int>(size) / state.threads(); in BM_ParallelMemset() local167 int from = thread_size * state.thread_index(); in BM_ParallelMemset()168 int to = from + thread_size; in BM_ParallelMemset()
923 int thread_size; in dnxhd_setup_threads_slices() local932 thread_size = ctx->slice_size[mb_y]; in dnxhd_setup_threads_slices()933 offset += thread_size; in dnxhd_setup_threads_slices()