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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c31 static LLVMValueRef get_wave_id_in_tg(struct si_shader_context *ctx) function in typeref:typename:LLVMValueRef
45 tmp = LLVMBuildMul(builder, get_wave_id_in_tg(ctx),
131 ac_build_sendmsg_gs_alloc_req(&ctx->ac, get_wave_id_in_tg(ctx), ngg_get_vtx_cnt(ctx),
321 tmp = LLVMBuildICmp(builder, LLVMIntEQ, get_wave_id_in_tg(ctx), ctx->ac.i32_0, "");
477 primemit_scan[stream].waveidx = get_wave_id_in_tg(ctx);
714 LLVMValueRef wave_id8 = LLVMBuildShl(builder, get_wave_id_in_tg(ctx),
776 LLVMValueRef prev_threads = LLVMBuildMul(builder, get_wave_id_in_tg(ctx),
1045 si_build_gep_i8_var(ctx, ctx->gs_ngg_scratch, get_wave_id_in_tg(ctx)));
1128 LLVMBuildMul(builder, get_wave_id_in_tg(ctx),
1136 ac_build_sendmsg_gs_alloc_req(&ctx->ac, get_wave_id_in_tg(ct
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1424 get_wave_id_in_tg(struct radv_shader_context *ctx) function in typeref:typename:LLVMValueRef
1440 tmp = LLVMBuildMul(builder, get_wave_id_in_tg(ctx),
1627 ac_build_sendmsg_gs_alloc_req(&ctx->ac, get_wave_id_in_tg(ctx), ngg_get_vtx_cnt(ctx),
1862 vertlive_scan.waveidx = get_wave_id_in_tg(ctx);
1885 ac_build_sendmsg_gs_alloc_req(&ctx->ac, get_wave_id_in_tg(ctx), vertlive_scan.result_reduce,

Completed in 9 milliseconds