Home
last modified time | relevance | path

Searched refs:new_num_threads (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/thread/thread_exit/
DTestThreadExit.py83 new_num_threads = process.GetNumThreads()
85 new_num_threads,
97 new_num_threads = process.GetNumThreads()
99 new_num_threads,
111 new_num_threads = process.GetNumThreads()
113 new_num_threads,
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_step/
DTestExitDuringStep.py131 new_num_threads = process.GetNumThreads()
135 new_num_threads,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c701 static void update_thread_counts(struct si_shader_context *ctx, LLVMValueRef *new_num_threads, in update_thread_counts() argument
713 LLVMBuildShl(builder, *new_num_threads, LLVMConstInt(ctx->ac.i32, tg_info_shift, 0), ""), ""); in update_thread_counts()
718 *new_num_threads = LLVMBuildSub(builder, *new_num_threads, prev_threads, ""); in update_thread_counts()
719 *new_num_threads = ac_build_imax(&ctx->ac, *new_num_threads, ctx->ac.i32_0); in update_thread_counts()
720 *new_num_threads = in update_thread_counts()
721 ac_build_imin(&ctx->ac, *new_num_threads, LLVMConstInt(ctx->ac.i32, ctx->ac.wave_size, 0)); in update_thread_counts()
726 LLVMBuildShl(builder, *new_num_threads, LLVMConstInt(ctx->ac.i32, wave_info_shift, 0), ""), in update_thread_counts()