Searched refs:dm (Results 26 - 50 of 85) sorted by relevance

1234

/haiku/src/add-ons/accelerants/via/
H A DOverlay.c17 uint32 OVERLAY_COUNT(const display_mode *dm) argument
24 if (dm == NULL)
32 const uint32 *OVERLAY_SUPPORTED_SPACES(const display_mode *dm) argument
39 if (dm == NULL)
46 if (dm->timing.flags & B_TIMING_INTERLACED)
177 (si->fbc.bytes_per_row * si->dm.virtual_height)); /* size in bytes of screen(s) */
351 (const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc)
358 if ((dm == NULL) || (ob == NULL) || (oc == NULL))
402 if (dm->virtual_width > 2046)
408 oc->window.width.max = dm
350 GET_OVERLAY_CONSTRAINTS(const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc) argument
[all...]
H A Dbe_driver_proto.h23 status_t GET_MODE_LIST(display_mode *dm);
28 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
56 uint32 OVERLAY_COUNT(const display_mode *dm);
57 const uint32 *OVERLAY_SUPPORTED_SPACES(const display_mode *dm);
61 status_t GET_OVERLAY_CONSTRAINTS(const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc);
/haiku/src/add-ons/accelerants/neomagic/
H A DOverlay.c15 uint32 OVERLAY_COUNT(const display_mode *dm) argument
22 if (dm == NULL)
30 const uint32 *OVERLAY_SUPPORTED_SPACES(const display_mode *dm) argument
37 if (dm == NULL)
44 if (dm->timing.flags & B_TIMING_INTERLACED)
183 (si->fbc.bytes_per_row * si->dm.virtual_height)); /* size in bytes of screen(s) */
352 (const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc)
359 if ((dm == NULL) || (ob == NULL) || (oc == NULL))
405 if (dm->virtual_width > 2048)
411 oc->window.width.max = dm
351 GET_OVERLAY_CONSTRAINTS(const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc) argument
[all...]
H A Dbe_driver_proto.h21 status_t GET_MODE_LIST(display_mode *dm);
26 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
54 uint32 OVERLAY_COUNT(const display_mode *dm);
55 const uint32 *OVERLAY_SUPPORTED_SPACES(const display_mode *dm);
59 status_t GET_OVERLAY_CONSTRAINTS(const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc);
/haiku/src/add-ons/accelerants/et6x00/
H A Dgeneric.h21 status_t GET_MODE_LIST(display_mode *dm);
26 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
H A DProposeDisplayMode.c81 status_t GET_MODE_LIST(display_mode *dm) { argument
82 /* copy them to the buffer pointed at by *dm */
83 memcpy(dm, et6000ModesList, si->modesNum * sizeof(display_mode));
H A DAcceleration.c79 uint16 screenWidth = si->dm.virtual_width;
169 uint16 screenWidth = si->dm.virtual_width;
190 si->dm.virtual_width * si->dm.virtual_height * bpp;
/haiku/src/add-ons/accelerants/radeon/
H A Dgeneric.h21 status_t GET_MODE_LIST(display_mode *dm);
26 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
66 uint32 OVERLAY_COUNT(const display_mode *dm);
67 const uint32 *OVERLAY_SUPPORTED_SPACES(const display_mode *dm);
71 status_t GET_OVERLAY_CONSTRAINTS(const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc);
H A DGetModeInfo.c51 GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high) argument
55 uint32 total_pix = (uint32)dm->timing.h_total * (uint32)dm->timing.v_total;
H A Doverlay_management.c29 uint32 OVERLAY_COUNT( const display_mode *dm )
33 (void) dm;
40 // dm - display mode where overlay is to be used
41 const uint32 *OVERLAY_SUPPORTED_SPACES( const display_mode *dm )
45 (void) dm;
224 status_t GET_OVERLAY_CONSTRAINTS( const display_mode *dm, const overlay_buffer *ob, argument
231 if( dm == NULL || ob == NULL || oc == NULL )
275 oc->window.width.max = dm->virtual_width;
277 oc->window.height.max = dm->virtual_height;
/haiku/src/add-ons/accelerants/skeleton/
H A Dbe_driver_proto.h23 status_t GET_MODE_LIST(display_mode *dm);
28 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
56 uint32 OVERLAY_COUNT(const display_mode *dm);
57 const uint32 *OVERLAY_SUPPORTED_SPACES(const display_mode *dm);
61 status_t GET_OVERLAY_CONSTRAINTS(const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc);
H A DOverlay.c17 uint32 OVERLAY_COUNT(const display_mode *dm) argument
24 if (dm == NULL)
32 const uint32 *OVERLAY_SUPPORTED_SPACES(const display_mode *dm) argument
39 if (dm == NULL)
46 if (dm->timing.flags & B_TIMING_INTERLACED)
188 (si->fbc.bytes_per_row * si->dm.virtual_height)); /* size in bytes of screen(s) */
362 (const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc)
369 if ((dm == NULL) || (ob == NULL) || (oc == NULL))
423 if (dm->virtual_width > 2046)
429 oc->window.width.max = dm
361 GET_OVERLAY_CONSTRAINTS(const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc) argument
[all...]
/haiku/src/add-ons/accelerants/nvidia/
H A Dbe_driver_proto.h23 status_t GET_MODE_LIST(display_mode *dm);
32 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
62 uint32 OVERLAY_COUNT(const display_mode *dm);
63 const uint32 *OVERLAY_SUPPORTED_SPACES(const display_mode *dm);
67 status_t GET_OVERLAY_CONSTRAINTS(const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc);
H A DOverlay.c17 uint32 OVERLAY_COUNT(const display_mode *dm) argument
24 if (dm == NULL)
32 const uint32 *OVERLAY_SUPPORTED_SPACES(const display_mode *dm) argument
39 if (dm == NULL)
46 if (dm->timing.flags & B_TIMING_INTERLACED)
212 (si->fbc.bytes_per_row * si->dm.virtual_height)); /* size in bytes of screen(s) */
397 (const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc)
404 if ((dm == NULL) || (ob == NULL) || (oc == NULL))
458 if (dm->virtual_width > 2046)
464 oc->window.width.max = dm
396 GET_OVERLAY_CONSTRAINTS(const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc) argument
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A DOverlay.c21 uint32 OVERLAY_COUNT(const display_mode *dm) argument
28 if (dm == NULL)
36 const uint32 *OVERLAY_SUPPORTED_SPACES(const display_mode *dm) argument
43 if (dm == NULL)
50 if (dm->timing.flags & B_TIMING_INTERLACED)
250 (si->fbc.bytes_per_row * si->dm.virtual_height)); /* size in bytes of screen(s) */
433 (const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc)
440 if ((dm == NULL) || (ob == NULL) || (oc == NULL))
491 if (dm->virtual_width > 2048)
497 oc->window.width.max = dm
432 GET_OVERLAY_CONSTRAINTS(const display_mode *dm, const overlay_buffer *ob, overlay_constraints *oc) argument
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Dbes.c30 switch(si->dm.space)
37 LOG(8,("Overlay: Invalid colour depth 0x%08x\n", si->dm.space));
42 (si->dm.timing.pixel_clock * 1000) /
43 (si->dm.timing.h_total * si->dm.timing.v_total);
45 si->dm.timing.h_display * si->dm.timing.v_display * refresh * depth;
69 if (si->dm.timing.h_display > 800)
72 if (si->dm.timing.v_display > 768) return false;
99 * si->dm
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/
H A Daccelerant_protos.h32 status_t radeon_get_mode_list(display_mode* dm);
/haiku/src/add-ons/accelerants/intel_810/
H A Daccelerant.h65 status_t GetModeList(display_mode* dm);
71 status_t GetPixelClockLimits(display_mode* dm, uint32* low, uint32* high);
/haiku/src/add-ons/accelerants/3dfx/
H A Daccelerant.h70 status_t GetModeList(display_mode* dm);
76 status_t GetPixelClockLimits(display_mode* dm, uint32* low, uint32* high);
113 uint32 OverlayCount(const display_mode* dm);
114 const uint32* OverlaySupportedSpaces(const display_mode *dm);
119 status_t GetOverlayConstraints(const display_mode* dm,
/haiku/src/add-ons/accelerants/ati/
H A Daccelerant.h102 status_t GetModeList(display_mode* dm);
108 status_t GetPixelClockLimits(display_mode* dm, uint32* low, uint32* high);
161 uint32 OverlayCount(const display_mode* dm);
162 const uint32* OverlaySupportedSpaces(const display_mode* dm);
167 status_t GetOverlayConstraints(const display_mode* dm,
/haiku/headers/private/graphics/et6x00/
H A DDriverInterface.h72 display_mode dm; /* current display mode configuration */ member in struct:__anon774
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhf.c100 float dm = f / dp; local
101 float r1 = sqrtf ((dm + rx2) / 2.0f);
161 float dm = f / dp; local
166 = log1pf (rx2 + dm + 2.0f * (rx * r1 + ix * r2)) / 2.0f;
H A Dk_casinh.c100 double dm = f / dp; local
101 double r1 = sqrt ((dm + rx2) / 2.0);
159 double dm = f / dp; local
164 = log1p (rx2 + dm + 2.0 * (rx * r1 + ix * r2)) / 2.0;
H A Dk_casinhl.c107 long double dm = f / dp; local
108 long double r1 = sqrtl ((dm + rx2) / 2.0L);
168 long double dm = f / dp; local
173 = log1pl (rx2 + dm + 2.0L * (rx * r1 + ix * r2)) / 2.0L;
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dbes.c24 * si->dm.h_display_start and si->dm.v_display_start determine where the new
47 switch (si->dm.flags & DUALHEAD_BITS)
52 (si->dm.h_display_start + si->dm.timing.h_display))
65 crtc_hstart = si->dm.h_display_start;
69 crtc_hstart += si->dm.timing.h_display;
73 crtc_hend = crtc_hstart + si->dm.timing.h_display;
74 crtc_vstart = si->dm.v_display_start;
76 crtc_vend = crtc_vstart + si->dm
[all...]

Completed in 99 milliseconds

1234