Searched refs:odd (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dvip_1400.c60 * This routine sets the odd and even base address values for the VIP memory
66 sc1400_set_vip_base(unsigned long even, unsigned long odd) argument
69 gfx_set_vip_base(unsigned long even, unsigned long odd)
75 WRITE_VIP32(SC1400_VIP_ODD_BASE, odd | 0x00800000);
125 * This routine sets the odd and even base address values for VBI capture.
130 sc1400_set_vbi_base(unsigned long even, unsigned long odd) argument
133 gfx_set_vbi_base(unsigned long even, unsigned long odd)
139 WRITE_VIP32(SC1400_VBI_ODD_BASE, odd | 0x00800000);
190 sc1400_get_vip_base(int odd) argument
193 gfx_get_vip_base(int odd)
241 sc1400_get_vbi_base(int odd) argument
[all...]
H A Dvip_1200.c133 int sc1200_set_vip_base(unsigned long even, unsigned long odd);
138 int sc1200_set_vbi_base(unsigned long even, unsigned long odd);
152 unsigned long sc1200_get_vip_base(int odd);
157 unsigned long sc1200_get_vbi_base(int odd);
159 unsigned long sc1200_get_vbi_direct(int odd);
226 * This routine sets the odd and even base address values for the VIP memory
232 sc1200_set_vip_base(unsigned long even, unsigned long odd) argument
235 gfx_set_vip_base(unsigned long even, unsigned long odd)
242 if (odd)
243 WRITE_VIP32(SC1200_VIP_ODD_BASE, odd
360 sc1200_set_vbi_base(unsigned long even,unsigned long odd) argument
586 sc1200_get_vip_base(int odd) argument
723 sc1200_get_vbi_base(int odd) argument
742 sc1200_get_vbi_direct(int odd) argument
[all...]
H A Dgfx_vip.c211 gfx_set_vip_base(unsigned long even, unsigned long odd) argument
217 status = sc1200_set_vip_base(even, odd);
291 gfx_set_vbi_base(unsigned long even, unsigned long odd) argument
297 status = sc1200_set_vbi_base(even, odd);
451 gfx_get_vip_base(int odd) argument
457 base = sc1200_get_vip_base(odd);
569 gfx_get_vbi_base(int odd) argument
575 base = sc1200_get_vbi_base(odd);
585 gfx_get_vbi_direct(int odd) argument
591 vbi_direct_lines = sc1200_get_vbi_direct(odd);
[all...]
H A Dgfx_rtns.h489 int gfx_set_vbi_lines(unsigned long even, unsigned long odd);
490 int gfx_set_vbi_total(unsigned long even, unsigned long odd);
551 unsigned long gfx_get_vbi_lines(int odd);
552 unsigned long gfx_get_vbi_total(int odd);
579 int gfx_set_vip_base(unsigned long even, unsigned long odd);
584 int gfx_set_vbi_base(unsigned long even, unsigned long odd);
598 unsigned long gfx_get_vip_base(int odd);
603 unsigned long gfx_get_vbi_base(int odd);
605 unsigned long gfx_get_vbi_direct(int odd);
H A Dvid_1200.c232 int sc1200_set_vbi_lines(unsigned long even, unsigned long odd);
233 int sc1200_set_vbi_total(unsigned long even, unsigned long odd);
299 unsigned long sc1200_get_vbi_lines(int odd);
300 unsigned long sc1200_get_vbi_total(int odd);
1284 sc1200_set_vbi_lines(unsigned long even, unsigned long odd) argument
1287 gfx_set_vbi_lines(unsigned long even, unsigned long odd)
1294 odd & SC1200_VIDEO_VBI_LINE_ENABLE_MASK);
1307 sc1200_set_vbi_total(unsigned long even, unsigned long odd) argument
1310 gfx_set_vbi_total(unsigned long even, unsigned long odd)
1317 odd
2542 sc1200_get_vbi_lines(int odd) argument
2563 sc1200_get_vbi_total(int odd) argument
[all...]
H A Dgfx_vid.c866 gfx_set_vbi_lines(unsigned long even, unsigned long odd) argument
872 status = sc1200_set_vbi_lines(even, odd);
882 gfx_set_vbi_total(unsigned long even, unsigned long odd) argument
888 status = sc1200_set_vbi_total(even, odd);
1827 gfx_get_vbi_lines(int odd) argument
1833 lines = sc1200_get_vbi_lines(odd);
1843 gfx_get_vbi_total(int odd) argument
1849 total = sc1200_get_vbi_total(odd);
H A Dvid_5530.c214 int cs5530_set_vbi_lines(unsigned long even, unsigned long odd);
215 int cs5530_set_vbi_total(unsigned long even, unsigned long odd);
280 unsigned long cs5530_get_vbi_lines(int odd);
281 unsigned long cs5530_get_vbi_total(int odd);
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dvip_1200.c94 * This routine sets the odd and even base address values for the VIP memory
100 sc1200_set_vip_base(unsigned long even, unsigned long odd) argument
103 gfx_set_vip_base(unsigned long even, unsigned long odd)
111 if (odd)
112 WRITE_VIP32(SC1200_VIP_ODD_BASE, odd + (unsigned long) gfx_phys_fbptr);
222 * This routine sets the odd and even base address values for VBI capture.
224 * "even" and "odd" should contain 16-byte aligned physical addresses.
229 sc1200_set_vbi_base(unsigned long even, unsigned long odd) argument
232 gfx_set_vbi_base(unsigned long even, unsigned long odd)
239 if (odd)
458 sc1200_get_vip_base(int odd) argument
595 sc1200_get_vbi_base(int odd) argument
614 sc1200_get_vbi_direct(int odd) argument
[all...]
H A Dgfx_vip.c110 gfx_set_vip_base(unsigned long even, unsigned long odd) argument
116 status = sc1200_set_vip_base(even, odd);
190 gfx_set_vbi_base(unsigned long even, unsigned long odd) argument
196 status = sc1200_set_vbi_base(even, odd);
350 gfx_get_vip_base(int odd) argument
356 base = sc1200_get_vip_base(odd);
468 gfx_get_vbi_base(int odd) argument
474 base = sc1200_get_vbi_base(odd);
484 gfx_get_vbi_direct(int odd) argument
490 vbi_direct_lines = sc1200_get_vbi_direct(odd);
[all...]
H A Dgfx_rtns.h390 int gfx_set_vbi_lines(unsigned long even, unsigned long odd);
391 int gfx_set_vbi_total(unsigned long even, unsigned long odd);
451 unsigned long gfx_get_vbi_lines(int odd);
452 unsigned long gfx_get_vbi_total(int odd);
479 int gfx_set_vip_base(unsigned long even, unsigned long odd);
484 int gfx_set_vbi_base(unsigned long even, unsigned long odd);
498 unsigned long gfx_get_vip_base(int odd);
503 unsigned long gfx_get_vbi_base(int odd);
505 unsigned long gfx_get_vbi_direct(int odd);
H A Dgfx_priv.h642 int sc1200_set_vbi_lines(unsigned long even, unsigned long odd);
643 int sc1200_set_vbi_total(unsigned long even, unsigned long odd);
695 unsigned long sc1200_get_vbi_lines(int odd);
696 unsigned long sc1200_get_vbi_total(int odd);
842 int sc1200_set_vip_base(unsigned long even, unsigned long odd);
847 int sc1200_set_vbi_base(unsigned long even, unsigned long odd);
858 unsigned long sc1200_get_vip_base(int odd);
863 unsigned long sc1200_get_vbi_base(int odd);
865 unsigned long sc1200_get_vbi_direct(int odd);
H A Dvid_1200.c1182 sc1200_set_vbi_lines(unsigned long even, unsigned long odd) argument
1185 gfx_set_vbi_lines(unsigned long even, unsigned long odd)
1192 odd & SC1200_VIDEO_VBI_LINE_ENABLE_MASK);
1205 sc1200_set_vbi_total(unsigned long even, unsigned long odd) argument
1208 gfx_set_vbi_total(unsigned long even, unsigned long odd)
1215 odd & SC1200_VIDEO_VBI_TOTAL_COUNT_MASK);
1298 * This routine sets the value by which the odd frame is shifted with respect
1321 /* Enable odd frame shifting */
1341 * with the odd field being the top field on TV].
1342 * If enable is "1", this is the odd fiel
2474 sc1200_get_vbi_lines(int odd) argument
2495 sc1200_get_vbi_total(int odd) argument
[all...]
H A Dgfx_vid.c825 gfx_set_vbi_lines(unsigned long even, unsigned long odd) argument
831 status = sc1200_set_vbi_lines(even, odd);
841 gfx_set_vbi_total(unsigned long even, unsigned long odd) argument
847 status = sc1200_set_vbi_total(even, odd);
1805 gfx_get_vbi_lines(int odd) argument
1811 lines = sc1200_get_vbi_lines(odd);
1821 gfx_get_vbi_total(int odd) argument
1827 total = sc1200_get_vbi_total(odd);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pwr8.h78 vec_unpacklo_epi32 (__m128i even, __m128i odd) argument
87 return vec_perm (even, odd, perm_mask);
91 vec_unpackhi_epi32 (__m128i even, __m128i odd) argument
100 return vec_perm (even, odd, perm_mask);
104 vec_unpacklo_epi64 (__m128i even, __m128i odd) argument
113 return vec_perm (even, odd, perm_mask);
117 vec_unpackhi_epi64 (__m128i even, __m128i odd) argument
126 return vec_perm (even, odd, perm_mask);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_pwr8.h78 vec_unpacklo_epi32 (__m128i even, __m128i odd) argument
87 return vec_perm (even, odd, perm_mask);
91 vec_unpackhi_epi32 (__m128i even, __m128i odd) argument
100 return vec_perm (even, odd, perm_mask);
104 vec_unpacklo_epi64 (__m128i even, __m128i odd) argument
113 return vec_perm (even, odd, perm_mask);
117 vec_unpackhi_epi64 (__m128i even, __m128i odd) argument
126 return vec_perm (even, odd, perm_mask);
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_attributes.c36 /* Given an odd number (of the form 2k + 1), compute k */
37 #define ODD(odd) ((odd - 1) >> 1)
/xsrc/external/mit/ctwm/dist/tests/
H A DREADME.md12 and odd behaviors I've already had to work around. However, we already
/xsrc/external/mit/ctwm/dist/doc/devman/
H A DREADME.md6 you'll get some odd formatting in at least some cases. No attempt is
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dcommon_pack.h56 unsigned odd = v >> (shift + 1); local in function:__gen_padded
61 assert(odd <= 7);
65 return __gen_uint(shift | (odd << 5), start, end);
98 unsigned odd = val >> 5; local in function:__gen_unpack_padded
100 return (2*odd + 1) << shift;
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c3170 * Description: This routine sets the odd and even base address values for
3174 * odd: odd base address.
3178 Gal_set_vip_base(unsigned long even, unsigned long odd) argument
3185 sSetVipBase.odd = odd;
3201 * odd: odd base address.
3205 Gal_get_vip_base(unsigned long *address, int odd) argument
3211 sGetVipBase.odd
3559 Gal_set_vbi_base(unsigned long even,unsigned long odd) argument
3586 Gal_get_vbi_base(unsigned long * address,int odd) argument
3776 Gal_get_vbi_direct(int odd,unsigned long * direct_lines) argument
4426 Gal_set_vbi_lines(unsigned long even,unsigned long odd) argument
4452 Gal_get_vbi_lines(int odd,unsigned long * lines) argument
4480 Gal_set_vbi_total(unsigned long even,unsigned long odd) argument
4507 Gal_get_vbi_total(int odd,unsigned long * total) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_gs_variant.cpp220 nir_ssa_def *odd = nir_build_alu(b, nir_op_imod, local in function:d3d12_begin_emit_primitives_gs
224 diagonal_vertex = nir_bcsel(b, nir_i2b(b, odd),
409 nir_ssa_def *odd = nir_imod(b, nir_load_primitive_id(b), nir_imm_int(b, 2)); local in function:d3d12_emit_triangles
410 incr = nir_isub(b, incr, odd);
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_utils.h117 * @odd: is output value, 0 means we are in an even region, 1 means we are in a
118 * odd region.
120 #define fodd_repeat_mod(x, x2, w, odd, c) \
126 odd = (int)shift & 1; \
127 if (odd && (((x2 % w) == 0) && \
129 odd = 0; \
181 #define _glamor_repeat_reflect_fixup(txy, xy, cd, odd, \
184 if (odd) { \
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_swap_control.spec88 this is typically the time required to display both the even and odd
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_swap_control.spec88 this is typically the time required to display both the even and odd
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.5.rst19 Note that the Mesa project is no longer using odd/even version numbers

Completed in 33 milliseconds

123