Home
last modified time | relevance | path

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

12

/dragonfly/sys/dev/drm/amd/display/dc/dce80/
HDdce80_resource.c682 if (pool->base.transforms[i] != NULL) in destruct()
683 dce80_transform_destroy(&pool->base.transforms[i]); in destruct()
933 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce80_construct()
934 if (pool->base.transforms[i] == NULL) { in dce80_construct()
1127 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce81_construct()
1128 if (pool->base.transforms[i] == NULL) { in dce81_construct()
1309 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce83_construct()
1310 if (pool->base.transforms[i] == NULL) { in dce83_construct()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
HDdce110_resource.c675 if (pool->base.transforms[i] != NULL) in destruct()
676 dce110_transform_destroy(&pool->base.transforms[i]); in destruct()
984 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay()
1077 pool->transforms[pool->pipe_count] = &dce110_xfmv->base; in underlay_create()
1289 pool->base.transforms[i] = dce110_transform_create(ctx, i); in construct()
1290 if (pool->base.transforms[i] == NULL) { in construct()
HDdce110_hw_sequencer.c2366 xfm = dc->res_pool->transforms[i]; in init_hw()
2794 dc->res_pool->transforms[fe_idx]->funcs->transform_reset( in dce110_power_down_fe()
2795 dc->res_pool->transforms[fe_idx]); in dce110_power_down_fe()
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
HDdce100_resource.c650 if (pool->base.transforms[i] != NULL) in destruct()
651 dce100_transform_destroy(&pool->base.transforms[i]); in destruct()
960 pool->base.transforms[i] = dce100_transform_create(ctx, i); in construct()
961 if (pool->base.transforms[i] == NULL) { in construct()
/dragonfly/contrib/bmake/
HDsuff.c137 static GNodeList transforms = LST_INIT; variable
359 for (ln = transforms.first; ln != NULL; ln = ln->next) { in FindTransformByName()
601 Lst_Append(&transforms, gn); in Suff_AddTransform()
856 for (ln = transforms.first; ln != NULL; ln = ln->next) in Suff_AddSuffix()
2117 Lst_Done(&transforms); in Suff_End()
2184 for (ln = transforms.first; ln != NULL; ln = ln->next) in Suff_PrintAll()
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
HDdce120_resource.c487 if (pool->base.transforms[i] != NULL) in destruct()
488 dce120_transform_destroy(&pool->base.transforms[i]); in destruct()
1012 pool->base.transforms[j] = dce120_transform_create(ctx, i); in construct()
1013 if (pool->base.transforms[i] == NULL) { in construct()
/dragonfly/sys/dev/drm/amd/display/dc/dce112/
HDdce112_resource.c672 if (pool->base.transforms[i] != NULL) in destruct()
673 dce112_transform_destroy(&pool->base.transforms[i]); in destruct()
1241 pool->base.transforms[i] = dce112_transform_create(ctx, i); in construct()
1242 if (pool->base.transforms[i] == NULL) { in construct()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
HDcore_types.h137 struct transform *transforms[MAX_PIPES]; member
/dragonfly/contrib/gcc-4.7/
HDCOPYING.RUNTIME45 The "Compilation Process" transforms code entirely represented in
/dragonfly/contrib/gcc-8.0/
HDCOPYING.RUNTIME45 The "Compilation Process" transforms code entirely represented in
/dragonfly/contrib/gcc-4.7/gcc/
HDtimevar.def168 DEFTIMEVAR (TV_GRAPHITE_TRANSFORMS , "Graphite loop transforms")
HDcommon.opt1994 Enable loop interchange transforms. Same as -floop-interchange
/dragonfly/contrib/gcc-8.0/gcc/
HDtimevar.def198 DEFTIMEVAR (TV_GRAPHITE_TRANSFORMS , "Graphite loop transforms")
HDcommon.opt1512 Enable loop nest transforms. Same as -floop-nest-optimize.
1520 Enable loop nest transforms. Same as -floop-nest-optimize.
2591 Enable loop nest transforms. Same as -floop-nest-optimize.
HDmatch.pd2637 /* BSWAP simplifications, transforms checked by gcc.dg/builtin-bswap-8.c. */
HDtarget.def2832 @var{x}. If it transforms @var{x} into a more legitimate form, it\n\
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDpasses.texi372 This pass transforms tail recursion into a loop. It is located in
436 Vectorization. This pass transforms loops to operate on vector types
765 This pass is an aggressive form of GCSE that transforms the control
HDinvoke.texi7297 Removes the loop nesting structure: transforms the loop nest into a
7327 transforms conditional memory writes into unconditional memory writes.
9200 To avoid exponential effects in the Graphite loop transforms, the
9211 Loop blocking or strip mining transforms, enabled with
HDtm.texi5539 @var{x}. If it transforms @var{x} into a more legitimate form, it
5580 @var{x}. If it transforms @var{x} into a more legitimate form, it
HDtm.texi.in5465 @var{x}. If it transforms @var{x} into a more legitimate form, it
5506 @var{x}. If it transforms @var{x} into a more legitimate form, it
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-m68hc11.texi104 out of range. By default @code{@value{AS}} transforms the relative
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
HDdcn_calcs.c513 secondary_pipe->plane_res.xfm = pool->transforms[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
/dragonfly/sys/dev/drm/amd/display/dc/core/
HDdc_resource.c1644 pipe_ctx->plane_res.xfm = pool->transforms[i]; in acquire_first_free_pipe()
/dragonfly/contrib/binutils-2.27/ld/
HDld.texinfo6558 transforms them in a direct addressing mode when the address is in
/dragonfly/sys/contrib/dev/acpica/
HDchanges.txt4167 extensions, the iASL compiler transforms the symbolic expressions into
12771 constructed during the parse phase, before any transforms are applied to

12