Home
last modified time | relevance | path

Searched refs:pxw (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_raster_dem_source.cpp83 const int pxw = canonical.x == 0 ? tile.id.wrap - 1 : tile.id.wrap; in onTileChanged() local
89 return OverscaledTileID(tile.id.overscaledZ, pxw, canonical.z, px, canonical.y); in onTileChanged()
93 return OverscaledTileID(tile.id.overscaledZ, pxw, canonical.z, px, canonical.y - 1); in onTileChanged()
99 return OverscaledTileID(tile.id.overscaledZ, pxw, canonical.z, px, canonical.y + 1); in onTileChanged()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c437 u8 pxw[16]; in init_emon() local
466 pxw[i] = val; in init_emon()
469 pxw[14] = 0; in init_emon()
470 pxw[15] = 0; in init_emon()
474 pxw[i * 4 + 0] << 24 | in init_emon()
475 pxw[i * 4 + 1] << 16 | in init_emon()
476 pxw[i * 4 + 2] << 8 | in init_emon()
477 pxw[i * 4 + 3] << 0); in init_emon()