Searched refs:input_vgpr_addresses (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_shader_ngg.c | 1189 LLVMValueRef input_vgpr_addresses[4] = { in gfx10_emit_ngg_culling_epilogue() local 1194 input_vgpr_addresses[2] = si_build_gep_i8(ctx, es_vtxptr, lds_byte2_tes_rel_patch_id); in gfx10_emit_ngg_culling_epilogue() 1196 input_vgpr_addresses[3] = ac_build_gep0(&ctx->ac, es_vtxptr, in gfx10_emit_ngg_culling_epilogue() 1257 val = LLVMBuildPtrToInt(builder, input_vgpr_addresses[0], ctx->ac.i32, ""); in gfx10_emit_ngg_culling_epilogue() 1262 val = LLVMBuildPtrToInt(builder, input_vgpr_addresses[1], ctx->ac.i32, ""); in gfx10_emit_ngg_culling_epilogue() 1272 val = LLVMBuildPtrToInt(builder, input_vgpr_addresses[i], ctx->ac.i32, ""); in gfx10_emit_ngg_culling_epilogue()
|