Searched refs:t_offset (Results 1 – 2 of 2) sorted by relevance
3705 LLVMValueRef t_offset; in handle_vs_input_decl() local3726 t_offset = LLVMConstInt(ctx->i32, index + i, false); in handle_vs_input_decl()3728 t_list = build_indexed_load_const(ctx, t_list_ptr, t_offset); in handle_vs_input_decl()
401 LLVMValueRef t_offset; in declare_input_vs() local411 t_offset = lp_build_const_int32(gallivm, input_index); in declare_input_vs()413 t_list = build_indexed_load_const(ctx, t_list_ptr, t_offset); in declare_input_vs()