Searched refs:es_vtxptr (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | gfx10_shader_ngg.c | 1024 LLVMValueRef es_vtxptr = ngg_nogs_vertex_ptr(ctx, gfx10_get_thread_id_in_tg(ctx)); in gfx10_ngg_culling_build_end() local 1057 ac_build_gep0(&ctx->ac, es_vtxptr, LLVMConstInt(ctx->ac.i32, lds_pos_cull_w, 0))); in gfx10_ngg_culling_build_end() 1064 ac_build_gep0(&ctx->ac, es_vtxptr, LLVMConstInt(ctx->ac.i32, lds_pos_cull_x_div_w + chan, 0))); in gfx10_ngg_culling_build_end() 1106 ac_build_gep0(&ctx->ac, es_vtxptr, LLVMConstInt(ctx->ac.i32, lds_packed_data, 0))); in gfx10_ngg_culling_build_end() 1153 es_vtxptr = ngg_nogs_vertex_ptr(ctx, gfx10_get_thread_id_in_tg(ctx)); in gfx10_ngg_culling_build_end() 1242 LLVMBuildLoad2(builder, ctx->ac.i8, si_build_gep_i8(ctx, es_vtxptr, lds_byte0_accept_flag), ""); in gfx10_ngg_culling_build_end() 1293 si_build_gep_i8(ctx, es_vtxptr, lds_byte1_new_thread_id)); in gfx10_ngg_culling_build_end() 1406 ac_build_gep0(&ctx->ac, es_vtxptr, LLVMConstInt(ctx->ac.i32, lds_vertex_id, 0)), in gfx10_ngg_culling_build_end() 1407 ac_build_gep0(&ctx->ac, es_vtxptr, LLVMConstInt(ctx->ac.i32, lds_instance_id, 0)), in gfx10_ngg_culling_build_end() 1410 input_vgpr_addresses[2] = si_build_gep_i8(ctx, es_vtxptr, lds_byte2_tes_rel_patch_i in gfx10_ngg_culling_build_end() [all...] |
Completed in 3 milliseconds