Searched refs:thread_count (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program.c385 * bytes times the given \p thread_count.
401 unsigned thread_count; local in function:brw_alloc_stage_scratch
404 thread_count = devinfo->max_vs_threads;
407 thread_count = devinfo->max_tcs_threads;
410 thread_count = devinfo->max_tes_threads;
413 thread_count = devinfo->max_gs_threads;
416 thread_count = devinfo->max_wm_threads;
465 thread_count = scratch_ids_per_subslice * subslices;
474 per_thread_size * thread_count, BRW_MEMZONE_SCRATCH);
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc227 // caller not to pass a thread_count of 1.
228 static std::string DeathTestThreadWarning(size_t thread_count) { argument
232 if (thread_count == 0)
235 msg << "detected " << thread_count << " threads.";
834 const size_t thread_count = GetThreadCount(); local in function:testing::internal::NoExecDeathTest::AssumeRole
835 if (thread_count != 1) {
836 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count);
H A Dgtest-port.cc119 mach_msg_type_number_t thread_count; local in function:testing::internal::GetThreadCount
121 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
127 sizeof(thread_t) * thread_count);
128 return static_cast<size_t>(thread_count);
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc239 // caller not to pass a thread_count of 1.
240 static std::string DeathTestThreadWarning(size_t thread_count) { argument
244 if (thread_count == 0) {
247 msg << "detected " << thread_count << " threads.";
1120 const size_t thread_count = GetThreadCount(); local in function:testing::internal::NoExecDeathTest::AssumeRole
1121 if (thread_count != 1) {
1122 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count);
H A Dgtest-port.cc127 mach_msg_type_number_t thread_count; local in function:testing::internal::GetThreadCount
129 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
135 sizeof(thread_t) * thread_count);
136 return static_cast<size_t>(thread_count);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.3.8.rst88 - i965: Calculate thread_count in brw_alloc_stage_scratch
/xsrc/external/mit/ico/dist/
H A Dico.c243 static int thread_count; variable in typeref:typename:int
1114 thread_count--;
1115 if (thread_count == 0) {
1319 thread_count = nthreads;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7723 Temp thread_count = local in function:aco::__anon562fcc110110::emit_uniform_reduce
7726 emit_addition_uniform_reduce(ctx, op, dst, instr->src[0], thread_count);

Completed in 33 milliseconds