Searched refs:si_build_gep_i8 (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_shader_ngg.c | 594 static LLVMValueRef si_build_gep_i8(struct si_shader_context *ctx, LLVMValueRef ptr, in si_build_gep_i8() function 805 si_build_gep_i8(ctx, gs_vtxptr[vtx], lds_byte0_accept_flag)); in gfx10_build_primitive_accepted() 1030 LLVMBuildLoad(builder, si_build_gep_i8(ctx, es_vtxptr, lds_byte0_accept_flag), ""); in gfx10_emit_ngg_culling_epilogue() 1080 si_build_gep_i8(ctx, es_vtxptr, lds_byte1_new_thread_id)); in gfx10_emit_ngg_culling_epilogue() 1109 si_build_gep_i8(ctx, new_vtx, lds_byte2_tes_rel_patch_id)); in gfx10_emit_ngg_culling_epilogue() 1176 builder, si_build_gep_i8(ctx, gs_vtxptr[vtx], lds_byte1_new_thread_id), ""); in gfx10_emit_ngg_culling_epilogue() 1194 input_vgpr_addresses[2] = si_build_gep_i8(ctx, es_vtxptr, lds_byte2_tes_rel_patch_id); in gfx10_emit_ngg_culling_epilogue()
|