Home
last modified time | relevance | path

Searched refs:transforms (Results 1 – 25 of 76) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A DKconfig11 ANX6345 transforms the LVTTL RGB output of an
21 designed for portable devices. The ANX78XX transforms
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dwhen.hpp163 BOOST_PROTO_DEFINE_ENV_VAR(transforms_type, transforms);
166 using envns_::transforms;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_resource.c809 if (pool->base.transforms[i] != NULL) in dce60_resource_destruct()
810 dce60_transform_destroy(&pool->base.transforms[i]); in dce60_resource_destruct()
1062 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce60_construct()
1063 if (pool->base.transforms[i] == NULL) { in dce60_construct()
1259 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce61_construct()
1260 if (pool->base.transforms[i] == NULL) { in dce61_construct()
1452 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce64_construct()
1453 if (pool->base.transforms[i] == NULL) { in dce64_construct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce80/
H A Ddce80_resource.c814 if (pool->base.transforms[i] != NULL) in dce80_resource_destruct()
815 dce80_transform_destroy(&pool->base.transforms[i]); in dce80_resource_destruct()
1071 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce80_construct()
1072 if (pool->base.transforms[i] == NULL) { in dce80_construct()
1268 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce81_construct()
1269 if (pool->base.transforms[i] == NULL) { in dce81_construct()
1461 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce83_construct()
1462 if (pool->base.transforms[i] == NULL) { in dce83_construct()
/OK3568_Linux_fs/buildroot/package/mtdev/
H A DConfig.in4 The mtdev is a stand-alone library which transforms all
/OK3568_Linux_fs/buildroot/package/python-inflection/
H A DConfig.in7 pluralizes English words, and transforms strings from
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.h34 Bool transforms);
/OK3568_Linux_fs/buildroot/package/augeas/
H A DConfig.in11 configuration files in their native formats and transforms
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/
H A Dmtdev_1.1.6.bb3 DESCRIPTION = "mtdev is a library which transforms all variants of kernel \
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dcolorspaces.rst43 After some further mathematical transforms these stimuli are known as
88 constructed that transforms CIE XYZ colors to colors in the new
96 function that takes a linear color component value and transforms it to
105 The final piece that defines a colorspace is a function that transforms
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c827 if (pool->base.transforms[i] != NULL) in dce110_resource_destruct()
828 dce110_transform_destroy(&pool->base.transforms[i]); in dce110_resource_destruct()
1145 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay()
1277 pool->transforms[pool->pipe_count] = &dce110_xfmv->base; in underlay_create()
1469 pool->base.transforms[i] = dce110_transform_create(ctx, i); in dce110_resource_construct()
1470 if (pool->base.transforms[i] == NULL) { in dce110_resource_construct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.c766 if (pool->base.transforms[i] != NULL) in dce100_resource_destruct()
767 dce100_transform_destroy(&pool->base.transforms[i]); in dce100_resource_destruct()
1107 pool->base.transforms[i] = dce100_transform_create(ctx, i); in dce100_resource_construct()
1108 if (pool->base.transforms[i] == NULL) { in dce100_resource_construct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_resource.c612 if (pool->base.transforms[i] != NULL) in dce120_resource_destruct()
613 dce120_transform_destroy(&pool->base.transforms[i]); in dce120_resource_destruct()
1201 pool->base.transforms[j] = dce120_transform_create(ctx, i); in dce120_resource_construct()
1202 if (pool->base.transforms[i] == NULL) { in dce120_resource_construct()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Djr3_pci.h725 struct intern_transform transforms[0x10]; /* offset 0x0200 */ member
H A Djr3_pci.c141 set_u16(&sensor->transforms[num].link[i].link_type, in set_transforms()
144 set_s16(&sensor->transforms[num].link[i].link_amount, in set_transforms()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_resource.c787 if (pool->base.transforms[i] != NULL) in dce112_resource_destruct()
788 dce112_transform_destroy(&pool->base.transforms[i]); in dce112_resource_destruct()
1352 pool->base.transforms[i] = dce112_transform_create(ctx, i); in dce112_resource_construct()
1353 if (pool->base.transforms[i] == NULL) { in dce112_resource_construct()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c122 RRCrtcSetTransformSupport(RRCrtcPtr crtc, Bool transforms) in RRCrtcSetTransformSupport() argument
124 crtc->transforms = transforms; in RRCrtcSetTransformSupport()
1047 if (!crtc->transforms) in RRCrtcTransformSet()
1379 if (pScrPriv->rrScreenSetSize && !crtc->transforms) { in ProcRRSetCrtcConfig()
1811 reply->hasTransforms = crtc->transforms; in ProcRRGetCrtcTransform()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-intro.rst41 The API currently supports five main types of transforms: AEAD (Authenticated
91 transforms with a setkey method it too should only be called from
/OK3568_Linux_fs/buildroot/package/weston/
H A D0027-Support-holding-display-for-the-first-app.patch110 /* Rebuild the surface list and update surface transforms up front. */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0027-Support-holding-display-for-the-first-app.patch110 /* Rebuild the surface list and update surface transforms up front. */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0024-Support-holding-display-for-the-first-app.patch110 /* Rebuild the surface list and update surface transforms up front. */
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/
H A D0002-ati-cleanup-terminology-to-use-primary-secondary.patch32 -transforms applied and for RandR 1.4 slave outputs, otherwise off.
33 +transforms applied and for RandR 1.4 secondary outputs, otherwise off.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati/
H A D0001-ati-cleanup-terminology-to-use-primary-secondary.patch30 -transforms applied and for RandR 1.4 slave outputs, otherwise off.
31 +transforms applied and for RandR 1.4 secondary outputs, otherwise off.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h185 struct transform *transforms[MAX_PIPES]; member
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DGPL-3.0-with-GCC-exception19 The "Compilation Process" transforms code entirely represented in non-intermediate languages design…

1234