Home
last modified time | relevance | path

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

/external/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.h66 unsigned thread_size,
/external/llvm-project/llvm/utils/benchmark/test/
Dbenchmark_test.cc159 int thread_size = static_cast<int>(size) / state.threads; in BM_ParallelMemset() local
160 int from = thread_size * state.thread_index; in BM_ParallelMemset()
161 int to = from + thread_size; in BM_ParallelMemset()
/external/google-benchmark/test/
Dbenchmark_test.cc159 int thread_size = static_cast<int>(size) / state.threads; in BM_ParallelMemset() local
160 int from = thread_size * state.thread_index; in BM_ParallelMemset()
161 int to = from + thread_size; in BM_ParallelMemset()
/external/libcxx/utils/google-benchmark/test/
Dbenchmark_test.cc159 int thread_size = static_cast<int>(size) / state.threads; in BM_ParallelMemset() local
160 int from = thread_size * state.thread_index; in BM_ParallelMemset()
161 int to = from + thread_size; in BM_ParallelMemset()
/external/llvm-project/libcxx/utils/google-benchmark/test/
Dbenchmark_test.cc159 int thread_size = static_cast<int>(size) / state.threads; in BM_ParallelMemset() local
160 int from = thread_size * state.thread_index; in BM_ParallelMemset()
161 int to = from + thread_size; in BM_ParallelMemset()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c104 const size_t thread_size = in vp9_dec_alloc_row_mt_mem() local
107 vpx_memalign(32, thread_size)); in vp9_dec_alloc_row_mt_mem()