Searched refs:new_vtx (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_shader_ngg.c | 976 LLVMValueRef new_vtx = ngg_nogs_vertex_ptr(ctx, new_id); in gfx10_emit_ngg_culling_epilogue() local 985 ac_build_gep0(&ctx->ac, new_vtx, LLVMConstInt(ctx->ac.i32, lds_pos_x + chan, 0))); in gfx10_emit_ngg_culling_epilogue() 995 ac_build_gep0(&ctx->ac, new_vtx, LLVMConstInt(ctx->ac.i32, lds_vertex_id, 0))); in gfx10_emit_ngg_culling_epilogue() 999 ac_build_gep0(&ctx->ac, new_vtx, LLVMConstInt(ctx->ac.i32, lds_instance_id, 0))); in gfx10_emit_ngg_culling_epilogue() 1004 ac_build_gep0(&ctx->ac, new_vtx, LLVMConstInt(ctx->ac.i32, lds_tes_u, 0))); in gfx10_emit_ngg_culling_epilogue() 1006 ac_build_gep0(&ctx->ac, new_vtx, LLVMConstInt(ctx->ac.i32, lds_tes_v, 0))); in gfx10_emit_ngg_culling_epilogue() 1008 si_build_gep_i8(ctx, new_vtx, lds_byte2_tes_rel_patch_id)); in gfx10_emit_ngg_culling_epilogue() 1012 ac_build_gep0(&ctx->ac, new_vtx, LLVMConstInt(ctx->ac.i32, lds_tes_patch_id, 0))); in gfx10_emit_ngg_culling_epilogue()
|