Home
last modified time | relevance | path

Searched refs:maxX (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_10969_workaround.c56 u32 minX, minY, maxX, maxY; in kbasep_10969_workaround_clamp_coordinates() local
115 maxX = job_header[FRAG_JOB_DESC_MAX_TILE_COORD_WORD] & X_COORDINATE_MASK; in kbasep_10969_workaround_clamp_coordinates()
130 maxX, maxY); in kbasep_10969_workaround_clamp_coordinates()
150 if (restartX > maxX) { in kbasep_10969_workaround_clamp_coordinates()
151 job_header[JOB_DESC_RESTART_INDEX_WORD] = (maxX) | restartY; in kbasep_10969_workaround_clamp_coordinates()
154 restartX, maxX); in kbasep_10969_workaround_clamp_coordinates()
180 maxX, maxY); in kbasep_10969_workaround_clamp_coordinates()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/
H A Dkdbush.hpp69 const TNumber maxX, in range() argument
72 range(minX, minY, maxX, maxY, visitor, 0, static_cast<TIndex>(ids.size() - 1), 0); in range()
88 const TNumber maxX, in range() argument
99 if (x >= minX && x <= maxX && y >= minY && y <= maxY) visitor(ids[i]); in range()
108 if (x >= minX && x <= maxX && y >= minY && y <= maxY) visitor(ids[m]); in range()
111 range(minX, minY, maxX, maxY, visitor, left, m - 1, (axis + 1) % 2); in range()
113 if (axis == 0 ? maxX >= x : maxY >= y) in range()
114 range(minX, minY, maxX, maxY, visitor, m + 1, right, (axis + 1) % 2); in range()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Modes.c421 int maxX, int maxY, int maxPitch) in xf86ValidateModesSize() argument
427 if (maxX <= 0) in xf86ValidateModesSize()
428 maxX = MAXINT; in xf86ValidateModesSize()
434 xf86ModeWidth(mode, RR_Rotate_0) > maxX || in xf86ValidateModesSize()
437 xf86ModeWidth(mode, RR_Rotate_90) > maxX || in xf86ValidateModesSize()
443 if (xf86ModeWidth(mode, RR_Rotate_0) > maxX || in xf86ValidateModesSize()
444 xf86ModeWidth(mode, RR_Rotate_90) > maxX) in xf86ValidateModesSize()
H A Dxf86RandR12.c48 int maxX; member
461 int maxX = 0, maxY = 0; in xf86RandR12GetInfo() local
479 if (randrp->maxX == 0 || randrp->maxY == 0) { in xf86RandR12GetInfo()
480 if (maxX < mode->HDisplay) in xf86RandR12GetInfo()
481 maxX = mode->HDisplay; in xf86RandR12GetInfo()
499 if (randrp->maxX == 0 || randrp->maxY == 0) { in xf86RandR12GetInfo()
500 randrp->maxX = maxX; in xf86RandR12GetInfo()
589 int maxX = 0, maxY = 0; in xf86RandR12SetConfig() local
609 if (randrp->maxX == 0 || randrp->maxY == 0) { in xf86RandR12SetConfig()
610 if (maxX < mode->HDisplay) in xf86RandR12SetConfig()
[all …]
H A Dxf86Modes.h83 int maxX, int maxY, int maxPitch);
H A Dxf86Crtc.h954 xf86ProbeOutputModes(ScrnInfoPtr pScrn, int maxX, int maxY);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_range.hpp28 const auto maxX = static_cast<uint32_t>(std::floor(neProj.x)); in fromLatLngBounds() local
32 return TileRange({ {minX, minY}, {maxX, maxY} }, {minZoom, maxZoom}); in fromLatLngBounds()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp497 double maxX = std::numeric_limits<double>::lowest(); in clipFootprintToMap() local
525 maxX = qMax(v.x(), maxX); in clipFootprintToMap()
528 double footprintWidth = maxX - minX; in clipFootprintToMap()
855 int maxX = i->second; in tilesFromPolygon() local
856 for (int x = minX; x <= maxX; ++x) { in tilesFromPolygon()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_probe_helper.h13 *connector, uint32_t maxX,
H A Ddrm_modes.h490 int maxX, int maxY);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drk3066_hdmi.c506 uint32_t maxX, uint32_t maxY) in rk3066_hdmi_probe_single_connector_modes() argument
508 if (maxX > 1920) in rk3066_hdmi_probe_single_connector_modes()
509 maxX = 1920; in rk3066_hdmi_probe_single_connector_modes()
513 return drm_helper_probe_single_connector_modes(connector, maxX, maxY); in rk3066_hdmi_probe_single_connector_modes()
H A Drockchip_drm_logo.c558 uint32_t maxX, uint32_t maxY, in rockchip_drm_fill_connector_modes() argument
650 mode->status = drm_mode_validate_size(mode, maxX, maxY); in rockchip_drm_fill_connector_modes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/
H A Dearcut.hpp85 double minX, maxX; member in mapbox::detail::Earcut
159 minX = maxX = p->x; in operator ()()
166 maxX = std::max<double>(maxX, x); in operator ()()
172 inv_size = std::max<double>(maxX - minX, maxY - minY); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp112 double minX, maxX; member in qt_mapbox::detail::Earcut
189 minX = maxX = outerNode->x; in operator ()()
196 maxX = std::max<double>(maxX, x); in operator ()()
202 inv_size = std::max<double>(maxX - minX, maxY - minY); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/
H A DGeoTab.qml56 property int maxX: parent.width; property int maxY: parent.height
81 drag.minimumX: -(parent.width * (2/3)); drag.maximumX: parent.maxX - (parent.width/3)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item_fit_viewport.qml615 var maxX = point.x
622 if (point.x > maxX)
623 maxX = point.x
632 point.x = maxX
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_wb_connector.c118 uint32_t maxX, uint32_t maxY) in komeda_wb_connector_fill_modes() argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_probe_helper.c417 uint32_t maxX, uint32_t maxY) in drm_helper_probe_single_connector_modes() argument
541 mode->status = drm_mode_validate_size(mode, maxX, maxY); in drm_helper_probe_single_connector_modes()
H A Ddrm_modes.c1152 int maxX, int maxY) in drm_mode_validate_size() argument
1154 if (maxX > 0 && mode->hdisplay > maxX) in drm_mode_validate_size()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.h154 int maxX; member
H A Dexa.c192 if (w > pExaScr->info->maxX) in exaSetAccelBlock()
873 pScreenInfo->maxPitchPixels = pScreenInfo->maxX; in exaDriverInit()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp484 double maxX = -qInf(); in pathToScreen() local
496 maxX = qMax(point.x(), maxX); in pathToScreen()
514 sourceBounds_ = QRectF(QPointF(minX, minY), QPointF(maxX, maxY)); in pathToScreen()
H A Dqdeclarativegeomap.cpp2380 double maxX = -qInf(); in fitViewportToMapItemsRefine() local
2436 maxX = qMax(maxX, bottomRightX); in fitViewportToMapItemsRefine()
2448 double bboxWidth = maxX - minX; in fitViewportToMapItemsRefine()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c487 fakexa->exa->maxX = 1023; in ephyrDrawInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c1100 exa->maxX = 4096; in ms_setup_exa()
1173 exa->driver->maxX, exa->driver->maxY, in ms_init_exa()

12