Searched refs:vec_flags (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_accel.c1060 unsigned short vec_flags = 0; local in function:GX2SubsequentSolidTwoPointLine
1067 vec_flags = VM_X_MAJOR;
1069 vec_flags |= VM_MAJOR_INC;
1071 vec_flags |= VM_MINOR_INC;
1075 vec_flags = VM_Y_MAJOR;
1077 vec_flags |= VM_MINOR_INC;
1079 vec_flags |= VM_MAJOR_INC;
1084 if (!(vec_flags & VM_MINOR_INC))
1092 (unsigned short)diagerr, vec_flags));
1826 unsigned short vec_flags local in function:OPTGX2SubsequentSolidTwoPointLine
2025 unsigned short vec_flags = 0; local in function:OPTGX2SubsequentDashedTwoPointLine
[all...]
H A Dnsc_gx1_accel.c895 unsigned short vec_flags = 0; local in function:GX1SubsequentSolidTwoPointLine
902 vec_flags = VM_X_MAJOR;
904 vec_flags |= VM_MAJOR_INC;
906 vec_flags |= VM_MINOR_INC;
910 vec_flags = VM_Y_MAJOR;
912 vec_flags |= VM_MINOR_INC;
914 vec_flags |= VM_MAJOR_INC;
919 if (!(vec_flags & VM_MINOR_INC))
927 (unsigned short)diagerr, vec_flags));
1577 unsigned short vec_flags local in function:OPTGX1SubsequentSolidTwoPointLine
[all...]

Completed in 7 milliseconds