| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_vce_52.c | 250 RVCE_CS(enc->enc_pic.eo.picture_structure); 252 RVCE_CS(enc->enc_pic.eo.force_refresh_map); 253 RVCE_CS(enc->enc_pic.eo.insert_aud); 254 RVCE_CS(enc->enc_pic.eo.end_of_sequence); 255 RVCE_CS(enc->enc_pic.eo.end_of_stream); 276 enc->enc_pic.eo.enc_input_pic_addr_array_disable2pipe_disablemboffload = 0x00000000; 278 enc->enc_pic.eo.enc_input_pic_addr_array_disable2pipe_disablemboffload = 0x00010000; 279 RVCE_CS(enc->enc_pic.eo.enc_input_pic_addr_array_disable2pipe_disablemboffload); 280 RVCE_CS(enc->enc_pic.eo.enc_input_pic_tile_config); 283 if ((enc->enc_pic.picture_type == PIPE_H264_ENC_PICTURE_TYPE_IDR) && (enc->enc_pic.eo [all...] |
| H A D | radeon_vce.h | 329 struct rvce_enc_operation eo; member in struct:rvce_h264_enc_pic
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_vce_52.c | 257 RVCE_CS(enc->enc_pic.eo.picture_structure); 259 RVCE_CS(enc->enc_pic.eo.force_refresh_map); 260 RVCE_CS(enc->enc_pic.eo.insert_aud); 261 RVCE_CS(enc->enc_pic.eo.end_of_sequence); 262 RVCE_CS(enc->enc_pic.eo.end_of_stream); 283 enc->enc_pic.eo.enc_input_pic_addr_array_disable2pipe_disablemboffload = 0x00000000; 285 enc->enc_pic.eo.enc_input_pic_addr_array_disable2pipe_disablemboffload = 0x00010000; 286 RVCE_CS(enc->enc_pic.eo.enc_input_pic_addr_array_disable2pipe_disablemboffload); 287 RVCE_CS(enc->enc_pic.eo.enc_input_pic_tile_config); 291 (enc->enc_pic.eo [all...] |
| H A D | radeon_vce.h | 337 struct rvce_enc_operation eo; member in struct:rvce_h264_enc_pic
|
| /xsrc/external/mit/xedit/dist/lisp/re/ |
| H A D | re.c | 79 long off; /* Number of used entries in so/eo etc */ 83 long eo[MAX_DEPTH]; /* (e)nd of (m)atch */ member in struct:_re_eng 223 eng.eo[0] = eng.sv[0] = -1; 767 if (eng.so[bas] <= eng.eo[bas]) 768 eng.so[eng.off] = eng.eo[bas]; 771 eng.sv[eng.off] = eng.eo[eng.off] = eng.so[eng.off] - 1; 785 if (eng.eo[eng.off] >= eng.so[eng.off] && 787 eng.eo[eng.off] - eng.so[eng.off]) 788 eng.sv[eng.off] = eng.eo[eng.off]; 797 eng.eo[en [all...] |
| H A D | tests.c | 46 long eo, so; local in function:main 170 if (sscanf(buf, "%ld,%ld:", &so, &eo) != 2) { 183 else if (so != mat[group].rm_so || eo != mat[group].rm_eo) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_tri.c | 409 __m128i eo, p0, p1, p2; local in function:do_triangle_ccw 460 * Note eo cannot overflow even if dcdx/dcdy would already have 461 * 31 bits (which they shouldn't have). This is because eo 464 eo = _mm_sub_epi32(_mm_andnot_si128(dcdy_neg_mask, dcdy), 467 /* ei = _mm_sub_epi32(_mm_sub_epi32(dcdy, dcdx), eo); */ 477 * a multiple of 128), and of course storing eo separately... 484 plane[0].eo = (uint32_t)_mm_cvtsi128_si32(eo); 486 eo = _mm_shuffle_epi32(eo, _MM_SHUFFL 873 int64_t eo[MAX_PLANES]; local in function:lp_setup_bin_triangle [all...] |
| H A D | lp_rast_tri_tmp.h | 91 const int32_t cox = plane[j].eo >> FIXED_ORDER; 103 const int64_t cox = IMUL64(plane[j].eo, 4); 104 const int32_t ei = plane[j].dcdy - plane[j].dcdx - (int64_t)plane[j].eo; 207 * dcdx, dcdy, eo are always 0 (by definition). 218 const int32_t cox = plane[j].eo >> FIXED_ORDER; 255 const int32_t cox = plane[j].eo << 4; 256 const int32_t ei = plane[j].dcdy - plane[j].dcdx - (int32_t)plane[j].eo; 360 const int cox = plane[j].eo * 4;
|
| H A D | lp_setup_line.c | 696 plane[i].eo = 0; 697 if (plane[i].dcdx < 0) plane[i].eo -= plane[i].dcdx; 698 if (plane[i].dcdy > 0) plane[i].eo += plane[i].dcdy; 730 plane_s->eo = 1 << 8; 737 plane_s->eo = 0 << 8; 744 plane_s->eo = 1 << 8; 751 plane_s->eo = 0;
|
| H A D | lp_setup_point.c | 497 plane[0].eo = 1 << 8; 502 plane[1].eo = 0; 507 plane[2].eo = 1 << 8; 512 plane[3].eo = 0;
|
| H A D | lp_rast.h | 118 uint32_t eo; member in struct:lp_rast_plane
|
| H A D | lp_rast_tri.c | 271 /* recalc eo - easier than trying to load as scalars / shuffle... */ 519 (int32_t)plane->dcdy, (int32_t)plane->eo); 537 __m128i p0 = lp_plane_to_m128i(&plane[0]); /* c, dcdx, dcdy, eo */ 538 __m128i p1 = lp_plane_to_m128i(&plane[1]); /* c, dcdx, dcdy, eo */ 539 __m128i p2 = lp_plane_to_m128i(&plane[2]); /* c, dcdx, dcdy, eo */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_tri.c | 483 __m128i eo, p0, p1, p2; local in function:do_triangle_ccw 534 * Note eo cannot overflow even if dcdx/dcdy would already have 535 * 31 bits (which they shouldn't have). This is because eo 538 eo = _mm_sub_epi32(_mm_andnot_si128(dcdy_neg_mask, dcdy), 541 /* ei = _mm_sub_epi32(_mm_sub_epi32(dcdy, dcdx), eo); */ 551 * a multiple of 128), and of course storing eo separately... 558 plane[0].eo = (uint32_t)_mm_cvtsi128_si32(eo); 560 eo = _mm_shuffle_epi32(eo, _MM_SHUFFL 902 int64_t eo[MAX_PLANES]; local in function:lp_setup_bin_triangle [all...] |
| H A D | lp_rast_tri_tmp.h | 112 const int32_t cox = plane[j].eo >> FIXED_ORDER; 124 const int64_t cox = IMUL64(plane[j].eo, 4); 125 const int32_t ei = plane[j].dcdy - plane[j].dcdx - (int64_t)plane[j].eo; 228 * dcdx, dcdy, eo are always 0 (by definition). 239 const int32_t cox = plane[j].eo >> FIXED_ORDER; 276 const int32_t cox = plane[j].eo << 4; 277 const int32_t ei = plane[j].dcdy - plane[j].dcdx - (int32_t)plane[j].eo; 391 const int cox = plane[j].eo * 4;
|
| H A D | lp_setup_point.c | 522 plane[0].eo = 1 << 8; 527 plane[1].eo = 0; 532 plane[2].eo = 1 << 8; 537 plane[3].eo = 0;
|
| H A D | lp_setup_line.c | 709 plane[i].eo = 0; 710 if (plane[i].dcdx < 0) plane[i].eo -= plane[i].dcdx; 711 if (plane[i].dcdy > 0) plane[i].eo += plane[i].dcdy;
|
| H A D | lp_rast.h | 132 uint32_t eo; member in struct:lp_rast_plane
|
| H A D | lp_setup.c | 1793 plane_s->eo = 1 << 8; 1802 plane_s->eo = 0 << 8; 1812 plane_s->eo = 1 << 8; 1821 plane_s->eo = 0;
|
| H A D | lp_rast_tri.c | 323 /* recalc eo - easier than trying to load as scalars / shuffle... */ 571 (int32_t)plane->dcdy, (int32_t)plane->eo); 589 __m128i p0 = lp_plane_to_m128i(&plane[0]); /* c, dcdx, dcdy, eo */ 590 __m128i p1 = lp_plane_to_m128i(&plane[1]); /* c, dcdx, dcdy, eo */ 591 __m128i p2 = lp_plane_to_m128i(&plane[2]); /* c, dcdx, dcdy, eo */
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| H A D | Makefile.am | 79 eo.orth \
|
| H A D | Makefile.in | 465 eo.orth \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | radeon_vce.h | 335 struct rvce_enc_operation eo; member in struct:rvce_h264_enc_pic
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | radeon_vce.h | 335 struct rvce_enc_operation eo; member in struct:rvce_h264_enc_pic
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 35-lang-normalize.conf | 274 <!-- eo* -> eo --> 276 <test name="lang" compare="contains"><string>eo</string></test> 277 <edit name="lang" mode="assign" binding="same"><string>eo</string></edit>
|