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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c753 * \param new_num_threads Total thread count on the input, per-wave thread count on the output.
761 static void update_thread_counts(struct si_shader_context *ctx, LLVMValueRef *new_num_threads, argument
773 LLVMBuildShl(builder, *new_num_threads, LLVMConstInt(ctx->ac.i32, tg_info_shift, 0), ""), "");
778 *new_num_threads = LLVMBuildSub(builder, *new_num_threads, prev_threads, "");
779 *new_num_threads = ac_build_imax(&ctx->ac, *new_num_threads, ctx->ac.i32_0);
780 *new_num_threads =
781 ac_build_imin(&ctx->ac, *new_num_threads, LLVMConstInt(ctx->ac.i32, ctx->ac.wave_size, 0));
786 LLVMBuildShl(builder, *new_num_threads, LLVMConstIn
[all...]

Completed in 3 milliseconds