| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| vip_1400.c | 60 * 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) 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) 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) 193 gfx_get_vip_base(int odd) [all...] |
| vip_1200.c | 133 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) 235 gfx_set_vip_base(unsigned long even, unsigned long odd) 242 if (odd) 243 WRITE_VIP32(SC1200_VIP_ODD_BASE, odd + (unsigned long)gfx_phys_fbptr) [all...] |
| gfx_vip.c | 211 gfx_set_vip_base(unsigned long even, unsigned long odd) 217 status = sc1200_set_vip_base(even, odd); 291 gfx_set_vbi_base(unsigned long even, unsigned long odd) 297 status = sc1200_set_vbi_base(even, odd); 451 gfx_get_vip_base(int odd) 457 base = sc1200_get_vip_base(odd); 569 gfx_get_vbi_base(int odd) 575 base = sc1200_get_vbi_base(odd); 585 gfx_get_vbi_direct(int odd) 591 vbi_direct_lines = sc1200_get_vbi_direct(odd); [all...] |
| gfx_rtns.h | 489 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);
|
| vid_1200.c | 232 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) 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) 1310 gfx_set_vbi_total(unsigned long even, unsigned long odd) 1317 odd & SC1200_VIDEO_VBI_TOTAL_COUNT_MASK) [all...] |
| gfx_vid.c | 866 gfx_set_vbi_lines(unsigned long even, unsigned long odd) 872 status = sc1200_set_vbi_lines(even, odd); 882 gfx_set_vbi_total(unsigned long even, unsigned long odd) 888 status = sc1200_set_vbi_total(even, odd); 1827 gfx_get_vbi_lines(int odd) 1833 lines = sc1200_get_vbi_lines(odd); 1843 gfx_get_vbi_total(int odd) 1849 total = sc1200_get_vbi_total(odd);
|
| vid_5530.c | 214 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);
|
| vid_rdcl.c | 258 int redcloud_set_vbi_lines(unsigned long even, unsigned long odd); 259 int redcloud_set_vbi_total(unsigned long even, unsigned long odd); 324 unsigned long redcloud_get_vbi_lines(int odd); 325 unsigned long redcloud_get_vbi_total(int odd);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| vip_1200.c | 94 * 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) 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) 232 gfx_set_vbi_base(unsigned long even, unsigned long odd) 239 if (odd) [all...] |
| gfx_vip.c | 110 gfx_set_vip_base(unsigned long even, unsigned long odd) 116 status = sc1200_set_vip_base(even, odd); 190 gfx_set_vbi_base(unsigned long even, unsigned long odd) 196 status = sc1200_set_vbi_base(even, odd); 350 gfx_get_vip_base(int odd) 356 base = sc1200_get_vip_base(odd); 468 gfx_get_vbi_base(int odd) 474 base = sc1200_get_vbi_base(odd); 484 gfx_get_vbi_direct(int odd) 490 vbi_direct_lines = sc1200_get_vbi_direct(odd); [all...] |
| gfx_rtns.h | 390 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);
|
| gfx_priv.h | 642 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);
|
| vid_1200.c | 1182 sc1200_set_vbi_lines(unsigned long even, unsigned long odd) 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) 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 field [all...] |
| gfx_vid.c | 825 gfx_set_vbi_lines(unsigned long even, unsigned long odd) 831 status = sc1200_set_vbi_lines(even, odd); 841 gfx_set_vbi_total(unsigned long even, unsigned long odd) 847 status = sc1200_set_vbi_total(even, odd); 1805 gfx_get_vbi_lines(int odd) 1811 lines = sc1200_get_vbi_lines(odd); 1821 gfx_get_vbi_total(int odd) 1827 total = sc1200_get_vbi_total(odd);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_pwr8.h | 78 vec_unpacklo_epi32 (__m128i even, __m128i odd) 87 return vec_perm (even, odd, perm_mask); 91 vec_unpackhi_epi32 (__m128i even, __m128i odd) 100 return vec_perm (even, odd, perm_mask); 104 vec_unpacklo_epi64 (__m128i even, __m128i odd) 113 return vec_perm (even, odd, perm_mask); 117 vec_unpackhi_epi64 (__m128i even, __m128i odd) 126 return vec_perm (even, odd, perm_mask);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_attributes.c | 36 /* Given an odd number (of the form 2k + 1), compute k */ 37 #define ODD(odd) ((odd - 1) >> 1)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_pwr8.h | 78 vec_unpacklo_epi32 (__m128i even, __m128i odd) 87 return vec_perm (even, odd, perm_mask); 91 vec_unpackhi_epi32 (__m128i even, __m128i odd) 100 return vec_perm (even, odd, perm_mask); 104 vec_unpacklo_epi64 (__m128i even, __m128i odd) 113 return vec_perm (even, odd, perm_mask); 117 vec_unpackhi_epi64 (__m128i even, __m128i odd) 126 return vec_perm (even, odd, perm_mask);
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| common_pack.h | 56 unsigned odd = v >> (shift + 1); local 61 assert(odd <= 7); 65 return __gen_uint(shift | (odd << 5), start, end); 98 unsigned odd = val >> 5; local 100 return (2*odd + 1) << shift;
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| nsc_galfns.c | 3170 * 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) 3185 sSetVipBase.odd = odd; 3201 * odd: odd base address. 3205 Gal_get_vip_base(unsigned long *address, int odd) 3211 sGetVipBase.odd = odd [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_gs_variant.cpp | 220 nir_ssa_def *odd = nir_build_alu(b, nir_op_imod, local 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 410 incr = nir_isub(b, incr, odd);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_utils.h | 117 * @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/dist/docs/_extra/specs/ |
| MESA_swap_control.spec | 88 this is typically the time required to display both the even and odd
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_swap_control.spec | 88 this is typically the time required to display both the even and odd
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_arit.c | 3162 LLVMValueRef even = NULL, odd = NULL; local 3176 * Calculate odd and even terms seperately to decrease data dependency 3194 if (odd) 3195 odd = lp_build_mad(bld, x2, odd, coeff); 3197 odd = coeff; 3201 if (odd) 3202 return lp_build_mad(bld, odd, x, even);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_arit.c | 3247 LLVMValueRef even = NULL, odd = NULL; local 3261 * Calculate odd and even terms seperately to decrease data dependency 3279 if (odd) 3280 odd = lp_build_mad(bld, x2, odd, coeff); 3282 odd = coeff; 3286 if (odd) 3287 return lp_build_mad(bld, odd, x, even);
|