Home
last modified time | relevance | path

Searched refs:thread_size (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_scratch.c79 unsigned thread_size, in panfrost_get_total_stack_size() argument
83 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()
Dpan_encoder.h76 unsigned thread_size,
/third_party/benchmark/test/
Dbenchmark_test.cc166 int thread_size = static_cast<int>(size) / state.threads(); in BM_ParallelMemset() local
167 int from = thread_size * state.thread_index(); in BM_ParallelMemset()
168 int to = from + thread_size; in BM_ParallelMemset()
/third_party/ffmpeg/libavcodec/
Ddnxhdenc.c923 int thread_size; in dnxhd_setup_threads_slices() local
932 thread_size = ctx->slice_size[mb_y]; in dnxhd_setup_threads_slices()
933 offset += thread_size; in dnxhd_setup_threads_slices()