Searched refs:t_offset (Results 1 – 2 of 2) sorted by relevance
565 LLVMValueRef t_offset; in si_llvm_load_input_vs() local573 t_offset = LLVMConstInt(ctx->i32, input_index, 0); in si_llvm_load_input_vs()575 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset); in si_llvm_load_input_vs()
5343 LLVMValueRef t_offset; in handle_vs_input_decl() local5367 t_offset = LLVMConstInt(ctx->ac.i32, index + i, false); in handle_vs_input_decl()5369 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset); in handle_vs_input_decl()