Searched refs:new_num_threads (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | gfx10_shader_ngg.c | 844 * \param new_num_threads Total thread count on the input, per-wave thread count on the output. 852 static void update_thread_counts(struct si_shader_context *ctx, LLVMValueRef *new_num_threads, in update_thread_counts() argument 864 LLVMBuildShl(builder, *new_num_threads, LLVMConstInt(ctx->ac.i32, tg_info_shift, 0), ""), ""); in update_thread_counts() 869 *new_num_threads = LLVMBuildSub(builder, *new_num_threads, prev_threads, ""); in update_thread_counts() 870 *new_num_threads = ac_build_imax(&ctx->ac, *new_num_threads, ctx->ac.i32_0); in update_thread_counts() 871 *new_num_threads = in update_thread_counts() 872 ac_build_imin(&ctx->ac, *new_num_threads, LLVMConstInt(ctx->ac.i32, ctx->ac.wave_size, 0)); in update_thread_counts() 877 LLVMBuildShl(builder, *new_num_threads, LLVMConstIn in update_thread_counts() [all...] |
Completed in 3 milliseconds