Searched refs:tmp_type (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos_array.c65 struct lp_type tmp_type; local in function:lp_build_fetch_rgba_aos_array
100 tmp_type = dst_type;
103 tmp_type.floating = 0;
104 tmp_type.sign = src_type.sign;
108 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1);
111 lp_build_context_init(&bld, gallivm, tmp_type);
H A Dlp_bld_conv.c540 struct lp_type tmp_type; local in function:lp_build_conv
553 tmp_type = src_type;
782 tmp_type.width = 32;
797 lp_build_context_init(&bld, gallivm, tmp_type);
825 else if(tmp_type.floating) {
829 tmp_type,
833 tmp_type.floating = FALSE;
839 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale);
854 lp_build_context_init(&bld, gallivm, tmp_type);
858 tmp_type
[all...]
H A Dlp_bld_pack.c334 struct lp_type tmp_type = type; local in function:lp_build_interleave2
336 tmp_type.length = 4;
337 tmp_type.width = 64;
338 a = LLVMBuildBitCast(gallivm->builder, a, lp_build_vec_type(gallivm, tmp_type), "");
339 b = LLVMBuildBitCast(gallivm->builder, b, lp_build_vec_type(gallivm, tmp_type), "");
342 tmp_type.length = 2;
343 tmpdst = lp_build_concat(gallivm, srchalf, tmp_type, 2);
534 struct lp_type tmp_type = src_type; local in function:lp_build_unpack
536 tmp_type.width *= 2;
537 tmp_type
852 struct lp_type tmp_type = src_type; local in function:lp_build_pack
[all...]
H A Dlp_bld_format_soa.c752 struct lp_type tmp_type; local in function:lp_build_fetch_rgba_soa
766 memset(&tmp_type, 0, sizeof tmp_type);
767 tmp_type.width = 8;
768 tmp_type.length = type.length * 4;
769 tmp_type.norm = TRUE;
771 packed = lp_build_fetch_rgba_aos(gallivm, flinear_desc, tmp_type,
822 struct lp_type tmp_type; local in function:lp_build_fetch_rgba_soa
830 tmp_type = type;
831 tmp_type
[all...]
H A Dlp_bld_format_aos.c706 struct lp_type tmp_type; local in function:lp_build_fetch_rgba_aos
709 memset(&tmp_type, 0, sizeof tmp_type);
710 tmp_type.width = 8;
711 tmp_type.length = num_pixels * 4;
712 tmp_type.norm = TRUE;
722 tmp_type, type,
733 struct lp_type tmp_type; local in function:lp_build_fetch_rgba_aos
736 memset(&tmp_type, 0, sizeof tmp_type);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos_array.c65 struct lp_type tmp_type; local in function:lp_build_fetch_rgba_aos_array
100 tmp_type = dst_type;
103 tmp_type.floating = 0;
104 tmp_type.sign = src_type.sign;
108 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1);
111 lp_build_context_init(&bld, gallivm, tmp_type);
H A Dlp_bld_conv.c568 struct lp_type tmp_type; local in function:lp_build_conv
581 tmp_type = src_type;
812 tmp_type.width = 32;
827 lp_build_context_init(&bld, gallivm, tmp_type);
855 else if(tmp_type.floating) {
859 tmp_type,
863 tmp_type.floating = FALSE;
869 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale);
884 lp_build_context_init(&bld, gallivm, tmp_type);
888 tmp_type
[all...]
H A Dlp_bld_format_aos.c708 struct lp_type tmp_type; local in function:lp_build_fetch_rgba_aos
711 memset(&tmp_type, 0, sizeof tmp_type);
712 tmp_type.width = 8;
713 tmp_type.length = num_pixels * 4;
714 tmp_type.norm = TRUE;
724 tmp_type, type,
735 struct lp_type tmp_type; local in function:lp_build_fetch_rgba_aos
738 memset(&tmp_type, 0, sizeof tmp_type);
763 struct lp_type tmp_type; local in function:lp_build_fetch_rgba_aos
[all...]
H A Dlp_bld_pack.c334 struct lp_type tmp_type = type; local in function:lp_build_interleave2
336 tmp_type.length = 4;
337 tmp_type.width = 64;
338 a = LLVMBuildBitCast(gallivm->builder, a, lp_build_vec_type(gallivm, tmp_type), "");
339 b = LLVMBuildBitCast(gallivm->builder, b, lp_build_vec_type(gallivm, tmp_type), "");
342 tmp_type.length = 2;
343 tmpdst = lp_build_concat(gallivm, srchalf, tmp_type, 2);
534 struct lp_type tmp_type = src_type; local in function:lp_build_unpack
536 tmp_type.width *= 2;
537 tmp_type
852 struct lp_type tmp_type = src_type; local in function:lp_build_pack
[all...]
H A Dlp_bld_format_soa.c755 struct lp_type tmp_type; local in function:lp_build_fetch_rgba_soa
773 memset(&tmp_type, 0, sizeof tmp_type);
774 tmp_type.width = 8;
775 tmp_type.length = type.length * 4;
776 tmp_type.norm = TRUE;
777 tmp_type.sign = is_signed;
779 packed = lp_build_fetch_rgba_aos(gallivm, flinear_desc, tmp_type,
830 struct lp_type tmp_type; local in function:lp_build_fetch_rgba_soa
838 tmp_type
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2299 struct lp_type tmp_type = dst_type; local in function:generate_unswizzled_blend
2300 tmp_type.length = dst_type.length * 4 / src_count;
2303 lp_build_vec_type(gallivm, tmp_type), "");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2883 struct lp_type tmp_type = dst_type; local in function:generate_unswizzled_blend
2884 tmp_type.length = dst_type.length * 4 / src_count;
2887 lp_build_vec_type(gallivm, tmp_type), "");

Completed in 61 milliseconds