| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_10969_workaround.c | 56 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 D | kdbush.hpp | 69 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 D | xf86Modes.c | 421 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 D | xf86RandR12.c | 48 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 D | xf86Modes.h | 83 int maxX, int maxY, int maxPitch);
|
| H A D | xf86Crtc.h | 954 xf86ProbeOutputModes(ScrnInfoPtr pScrn, int maxX, int maxY);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_range.hpp | 28 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 D | qgeocameratiles.cpp | 497 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 D | drm_probe_helper.h | 13 *connector, uint32_t maxX,
|
| H A D | drm_modes.h | 490 int maxX, int maxY);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rk3066_hdmi.c | 506 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 D | rockchip_drm_logo.c | 558 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 D | earcut.hpp | 85 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 D | earcut.hpp | 112 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 D | GeoTab.qml | 56 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 D | tst_map_item_fit_viewport.qml | 615 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 D | komeda_wb_connector.c | 118 uint32_t maxX, uint32_t maxY) in komeda_wb_connector_fill_modes() argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_probe_helper.c | 417 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 D | drm_modes.c | 1152 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 D | exa.h | 154 int maxX; member
|
| H A D | exa.c | 192 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 D | qdeclarativepolylinemapitem.cpp | 484 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 D | qdeclarativegeomap.cpp | 2380 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 D | ephyr_draw.c | 487 fakexa->exa->maxX = 1023; in ephyrDrawInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | exa.c | 1100 exa->maxX = 4096; in ms_setup_exa() 1173 exa->driver->maxX, exa->driver->maxY, in ms_init_exa()
|