Searched refs:vc (Results 1 - 25 of 32) sorted by relevance

12

/haiku-fatelf/src/add-ons/accelerants/radeon/
H A Dsettings.cpp28 void Radeon_ReadSettings( virtual_card *vc )
33 vc->swap_displays = false;
34 vc->use_laptop_panel = false;
35 vc->tv_standard = ts_ntsc;
55 settings.FindBool( "SwapDisplays", &vc->swap_displays );
56 settings.FindBool( "UseLaptopPanel", &vc->use_laptop_panel );
60 vc->tv_standard = (tv_standard_e)tmp;
63 void Radeon_WriteSettings( virtual_card *vc )
83 settings.AddBool( "SwapDisplays", vc->swap_displays );
84 settings.AddBool( "UseLaptopPanel", vc
[all...]
H A Dmultimon.c16 void Radeon_DetectMultiMode( virtual_card *vc, display_mode *mode ) argument
18 (void)vc;
54 void Radeon_VerifyMultiMode( virtual_card *vc, shared_info *si, display_mode *mode ) argument
58 int num_usable_crtcs = vc->assigned_crtc[0] && si->crtc[0].chosen_displays != dd_none;
61 num_usable_crtcs += vc->assigned_crtc[1] && si->crtc[1].chosen_displays != dd_none;
76 void Radeon_HideMultiMode( virtual_card *vc, display_mode *mode ) argument
78 (void) vc;
90 virtual_card *vc = ai->vc; local
95 vc
146 Radeon_CheckMultiMonTunnel( virtual_card *vc, display_mode *mode, const display_mode *low, const display_mode *high, bool *isTunneled ) argument
[all...]
H A DCursor.c37 virtual_card *vc = ai->vc; local
38 uint8 *fb_cursor = vc->cursor.data;
50 vc->cursor.hot_x = hot_x;
51 vc->cursor.hot_y = hot_y;
72 virtual_card *vc = ai->vc; local
81 hds = vc->mode.h_display_start;
82 vds = vc->mode.v_display_start;
85 if (x >= vc
129 virtual_card *vc = ai->vc; local
153 virtual_card *vc = ai->vc; local
222 virtual_card *vc = ai->vc; local
[all...]
H A DSetDisplayMode.c109 virtual_card *vc = ai->vc; local
189 &si->pll, tv_params, vc->tv_standard, internal_tv_encoder,
197 vc->bpp = bpp;
198 vc->datatype = format;
228 crtc->crtc_idx, internal_tv_encoder, vc->tv_standard, disp_devices );
350 virtual_card *vc = ai->vc; local
371 Radeon_DetectMultiMode( vc, &mode );
375 if( memcmp( &mode, &vc
[all...]
H A DGetModeInfo.c19 virtual_card *vc = ai->vc; local
24 *mode = vc->mode;
30 Radeon_HideMultiMode(vc, mode);
38 virtual_card *vc = ai->vc; local
43 *afb = vc->fbc;
80 if ((ai->vc->connected_displays & (dd_dvi | dd_dvi_ext | dd_lvds)) == 0)
130 virtual_card *vc = ai->vc; local
[all...]
H A DAcceleration.c27 virtual_card *vc = ai->vc; local
42 | (vc->datatype << RADEON_GMC_DST_DATATYPE_SHIFT)
66 virtual_card *vc = ai->vc; local
73 OUTREG(ai->regs, RADEON_DP_GUI_MASTER_CNTL, (vc->datatype << RADEON_GMC_DST_DATATYPE_SHIFT
118 virtual_card *vc = ai->vc; local
133 | (vc->datatype << RADEON_GMC_DST_DATATYPE_SHIFT)
161 virtual_card *vc local
194 virtual_card *vc = ai->vc; local
244 virtual_card *vc = ai->vc; local
277 virtual_card *vc = ai->vc; local
323 virtual_card *vc = ai->vc; local
415 virtual_card *vc = ai->vc; local
498 virtual_card *vc = ai->vc; local
509 virtual_card *vc = ai->vc; local
[all...]
H A Dcrtc.c72 virtual_card *vc = ai->vc; local
78 hsync_fudge = Radeon_GetHSyncFudge( crtc, vc->datatype );
85 | (vc->datatype << 8);
89 | (vc->datatype << 8)
122 values->crtc_pitch = Radeon_RoundVWidth( mode->virtual_width, vc->bpp ) / 8;
133 virtual_card *vc = ai->vc; local
136 offset = (vc->mode.v_display_start + crtc->rel_y) * vc
150 virtual_card *vc = ai->vc; local
[all...]
H A Dradeon_accelerant.h43 virtual_card *vc; // associated virtual card member in struct:accelerator_info
84 void Radeon_HideMultiMode( virtual_card *vc, display_mode *mode );
85 void Radeon_DetectMultiMode( virtual_card *vc, display_mode *mode );
86 void Radeon_VerifyMultiMode( virtual_card *vc, shared_info *si, display_mode *mode );
88 status_t Radeon_CheckMultiMonTunnel( virtual_card *vc, display_mode *mode,
127 void Radeon_ReadSettings( virtual_card *vc );
128 void Radeon_WriteSettings( virtual_card *vc );
H A Dpalette.c61 virtual_card *vc = ai->vc; local
67 if( vc->mode.space != B_CMAP8 ) {
72 if( vc->used_crtc[0] )
74 if( vc->used_crtc[1] )
H A Dmonitor_routing.c85 if( ai->vc->used_crtc[0] )
90 if( ai->vc->used_crtc[1] )
96 controlled_devices = ai->vc->controlled_displays;
484 if( ai->vc->used_crtc[0] ) {
490 if( ai->vc->used_crtc[1] ) {
501 if( ai->vc->assigned_crtc[0] ) {
506 if( ai->vc->used_crtc[0] ) {
518 if( ai->vc->assigned_crtc[1] ) {
523 if( ai->vc->used_crtc[1] ) {
549 virtual_card *vc local
653 virtual_card *vc = ai->vc; local
[all...]
H A Doverlay_management.c71 virtual_card *vc = ai->vc; local
155 node->next = vc->overlay_buffers;
160 vc->overlay_buffers = node;
178 virtual_card *vc = ai->vc; local
212 vc->overlay_buffers = node->next;
295 virtual_card *vc = ai->vc; local
306 vc
315 virtual_card *vc = ai->vc; local
[all...]
H A DCP.h92 vc->state_buffer_idx, vc->state_buffer_size, true ); \
H A DInitAccelerant.c50 ai->virtual_card_area = clone_area( "Radeon virtual card", (void **)&ai->vc, B_ANY_ADDRESS,
134 ai->vc = 0;
149 virtual_card *vc; local
159 vc = ai->vc;
167 Radeon_ReadSettings( vc );
199 vc->overlay_buffers = NULL;
H A Doverlay.c316 virtual_card *vc = ai->vc; local
325 rgb32 = colourKey2RGB32( vc->mode.space,
327 mask32 = colourKey2RGB32( vc->mode.space,
533 virtual_card *vc = ai->vc; local
617 dest_left -= vc->mode.h_display_start + crtc->rel_x;
618 dest_top -= vc->mode.v_display_start + crtc->rel_y;
619 dest_right -= vc->mode.h_display_start + crtc->rel_x;
620 dest_bottom -= vc
1037 virtual_card *vc = ai->vc; local
1066 virtual_card *vc = ai->vc; local
[all...]
H A Ddpms.c25 virtual_card *vc = ai->vc; local
30 if( vc->used_crtc[0] )
32 if( vc->used_crtc[0] )
52 return Radeon_GetDPMS( ai, ai->vc->used_crtc[0] ? 0 : 1 );
H A DProposeDisplayMode.c545 if( (ai->vc->connected_displays & (dd_dvi | dd_dvi_ext | dd_lvds)) != 0 ) {
630 virtual_card *vc = ai->vc; local
638 result = Radeon_CheckMultiMonTunnel( vc, target, low, high, &isTunneled );
644 Radeon_DetectMultiMode( vc, &tmp_target );
652 ai, Radeon_DifferentPorts( &tmp_target ), vc->use_laptop_panel );
655 Radeon_DetectMultiMode( vc, target );
656 Radeon_VerifyMultiMode( vc, si, target );
695 Radeon_HideMultiMode( vc, target );
/haiku-fatelf/headers/private/libroot/
H A Dtrig.h44 vc(thresh, 2.6117239648121182150E-1 ,b863,3f85,6ea0,6b02, -1, .85B8636B026EA0)
45 vc(PIo4, 7.8539816339744830676E-1 ,0fda,4049,68c2,a221, 0, .C90FDAA22168C2)
46 vc(PIo2, 1.5707963267948966135E0 ,0fda,40c9,68c2,a221, 1, .C90FDAA22168C2)
47 vc(PI3o4, 2.3561944901923449203E0 ,cbe3,4116,0e92,f999, 2, .96CBE3F9990E92)
48 vc(PI, 3.1415926535897932270E0 ,0fda,4149,68c2,a221, 2, .C90FDAA22168C2)
49 vc(PI2, 6.2831853071795864540E0 ,0fda,41c9,68c2,a221, 3, .C90FDAA22168C2)
125 vc(S0, -1.6666666666666646660E-1 ,aaaa,bf2a,aa71,aaaa, -2, -.AAAAAAAAAAAA71)
126 vc(S1, 8.3333333333297230413E-3 ,8888,3d08,477f,8888, -6, .8888888888477F)
127 vc(S2, -1.9841269838362403710E-4 ,0d00,ba50,1057,cf8a, -12, -.D00D00CF8A1057)
128 vc(S
[all...]
H A Dmathimpl.h72 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ macro
81 # define vc(name, value, x1,x2,x3,x4, bexp, xval) ; macro
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dt1_generate_luts.c109 int hc, vc, n; local
119 vc = int_min(((f & (T1_SIG_N | T1_SGN_N)) ==
128 vc = -vc;
131 if (vc == -1)
133 else if (!vc)
138 if (vc == -1)
140 else if (!vc)
150 int hc, vc, n; local
159 vc
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_t1cod.c425 int vc; local
430 vc = JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == JPC_NSIG) + ((f & (JPC_SSIG | JPC_SSGN)) == JPC_SSIG), 1) -
432 if (!hc && !vc) {
435 n = (!(hc > 0 || (!hc && vc > 0)));
443 int vc; local
452 vc = JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == JPC_NSIG) + ((f & (JPC_SSIG | JPC_SSGN)) == JPC_SSIG),
455 assert(hc >= -1 && hc <= 1 && vc >= -1 && vc <= 1);
458 vc = -vc;
[all...]
/haiku-fatelf/src/bin/bash/
H A Dvariables.h53 #define vc_isfuncenv(vc) (((vc)->flags & VC_FUNCENV) != 0)
54 #define vc_isbltnenv(vc) (((vc)->flags & VC_BLTNENV) != 0)
55 #define vc_istempenv(vc) (((vc)->flags & (VC_TEMPFLAGS)) == VC_TEMPENV)
57 #define vc_istempscope(vc) (((vc)->flags & (VC_TEMPENV|VC_BLTNENV)) != 0)
59 #define vc_haslocals(vc) (((vc)
[all...]
H A Dvariables.c31 # include <sys/vc.h>
1738 VAR_CONTEXT *vc; local
1742 for (vc = vcontext; vc; vc = vc->down)
1743 if (v = hash_lookup (name, vc->table))
1884 VAR_CONTEXT *vc; local
1900 for (vc = shell_variables; vc; v
2251 VAR_CONTEXT *vc; local
2762 VAR_CONTEXT *vc; local
3136 VAR_CONTEXT *vc; local
3578 VAR_CONTEXT *vc; local
3718 VAR_CONTEXT *vc; local
3765 VAR_CONTEXT *vc; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/radeon/
H A Dinit.c288 (void **)&(di->vc),
304 di->vc->assigned_crtc[0] = true;
305 di->vc->assigned_crtc[1] = si->num_crtc > 1;
306 di->vc->controlled_displays =
309 di->vc->fb_mem_handle = 0;
310 di->vc->cursor.mem_handle = 0;
313 di->vc->id = di->virtual_card_area;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dvarobj.c1064 struct varobj_child *vc;
1068 for (vc = var->children; vc != NULL; vc = next)
1071 vc->child->parent = NULL;
1072 delete_variable_1 (resultp, delcountp, vc->child, 0, only_children_p);
1073 next = vc->next;
1074 xfree (vc);
1231 struct varobj_child *vc;
1233 for (vc
1062 struct varobj_child *vc; local
1229 struct varobj_child *vc; local
1275 struct varobj_child *vc; local
1291 struct varobj_child *vc, *prev; local
[all...]
/haiku-fatelf/src/add-ons/accelerants/matrox/engine/
H A Dmga_crtc.c416 uint8 mp, vc, hiprilvl, maxhipri, prioctl; local
457 vc = (8 * colordepth) / 64;
481 temp = (((((mp * tmclk) + (11 * vc * tpixclk)) / tpixclk) - (vc - 1)) / (8 * vc)) + 1.0;
492 temp = (vc * (tmclk / tpixclk)) + 0.5;
503 vc, tpixclk, tmclk));

Completed in 224 milliseconds

12