Lines Matching defs:vi
133 pixman_vector_48_16_t vi, result_i;
139 prng_randmemset (&vi, sizeof(vi), 0);
141 byteswap_vector_48_16 (&vi);
145 /* make sure that "vi" contains 31.16 fixed point data */
146 vi.v[j] >>= 17;
149 vi.v[j] >>= prng_rand_n (46);
171 vi.v[2] = pixman_fixed_1;
176 vi.v[2] == pixman_fixed_1);
180 pixman_transform_point_31_16_affine (&ti, &vi, &result_i);
182 transform_ok = pixman_transform_point_31_16 (&ti, &vi, &result_i);
188 vf.v[j] = pixman_fixed_to_float128 (vi.v[j]);