Searched refs:get_wave_id_in_tg (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | gfx10_shader_ngg.c | 32 static LLVMValueRef get_wave_id_in_tg(struct si_shader_context *ctx) in get_wave_id_in_tg() function 46 tmp = LLVMBuildMul(builder, get_wave_id_in_tg(ctx), in gfx10_get_thread_id_in_tg() 143 ac_build_sendmsg_gs_alloc_req(&ctx->ac, get_wave_id_in_tg(ctx), ngg_get_vtx_cnt(ctx), in gfx10_ngg_build_sendmsg_gs_alloc_req() 331 tmp = LLVMBuildICmp(builder, LLVMIntEQ, get_wave_id_in_tg(ctx), ctx->ac.i32_0, ""); in build_streamout() 568 primemit_scan[stream].waveidx = get_wave_id_in_tg(ctx); in build_streamout() 805 LLVMValueRef wave_id8 = LLVMBuildShl(builder, get_wave_id_in_tg(ctx), in load_vertex_counts() 867 LLVMValueRef prev_threads = LLVMBuildMul(builder, get_wave_id_in_tg(ctx), in update_thread_counts() 1257 si_build_gep_i8_var(ctx, ctx->gs_ngg_scratch, get_wave_id_in_tg(ctx))); in gfx10_ngg_culling_build_end() 1342 LLVMBuildMul(builder, get_wave_id_in_tg(ctx), in gfx10_ngg_culling_build_end() 1350 ac_build_sendmsg_gs_alloc_req(&ctx->ac, get_wave_id_in_tg(ct in gfx10_ngg_culling_build_end() [all...] |
Completed in 3 milliseconds