Home | History | Annotate | Download | only in gallivm

Lines Matching refs:tmp_type

360    struct lp_type tmp_type;
373 tmp_type = src_type;
503 tmp_type.width = 32;
518 lp_build_context_init(&bld, gallivm, tmp_type);
546 else if(tmp_type.floating) {
550 tmp_type,
554 tmp_type.floating = FALSE;
561 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale);
567 tmp_type.floating = FALSE;
568 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type);
592 LLVMValueRef shift = lp_build_const_int_vec(gallivm, tmp_type, src_shift - 1);
603 LLVMValueRef shift = lp_build_const_int_vec(gallivm, tmp_type,
623 new_type = tmp_type;
628 lp_build_resize(gallivm, tmp_type, new_type, tmp, num_srcs, tmp, num_dsts);
630 tmp_type = new_type;
649 tmp_type.floating = TRUE;
656 tmp_type.floating = TRUE;
657 tmp_type.sign = TRUE;
658 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type);
672 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, 1.0/src_scale);
686 LLVMValueRef shift = lp_build_const_int_vec(gallivm, tmp_type, dst_shift - src_shift);