Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_fb.c127 u64 modifier; member
260 .modifier = DRM_FORMAT_MOD_LINEAR,
270 if (intel_modifiers[i].modifier == modifier) in lookup_modifier_or_null()
485 u64 modifier) in intel_format_info_is_yuv_semiplanar() argument
621 switch (fb->modifier) { in intel_tile_width_bytes()
677 MISSING_CASE(fb->modifier); in intel_tile_width_bytes()
821 switch (fb->modifier) { in intel_surf_alignment()
846 MISSING_CASE(fb->modifier); in intel_surf_alignment()
1755 u32 pixel_format, u64 modifier) in intel_fb_max_stride() argument
1781 fb->modifier); in intel_fb_stride_alignment()
[all …]
H A Dintel_fb.h32 bool intel_fb_is_tiled_modifier(u64 modifier);
33 bool intel_fb_is_ccs_modifier(u64 modifier);
34 bool intel_fb_is_rc_ccs_cc_modifier(u64 modifier);
35 bool intel_fb_is_mc_ccs_modifier(u64 modifier);
42 bool intel_fb_plane_supports_modifier(struct intel_plane *plane, u64 modifier);
49 u64 modifier);
95 bool intel_fb_modifier_uses_dpt(struct drm_i915_private *i915, u64 modifier);
H A Dskl_universal_plane.c330 switch (fb->modifier) { in skl_plane_max_width()
358 MISSING_CASE(fb->modifier); in skl_plane_max_width()
369 switch (fb->modifier) { in glk_plane_max_width()
386 MISSING_CASE(fb->modifier); in glk_plane_max_width()
464 u32 pixel_format, u64 modifier, in skl_plane_max_stride() argument
1826 fb->modifier)) { in skl_check_plane_surface()
2024 u32 format, u64 modifier) in skl_plane_format_mod_supported() argument
2036 if (intel_fb_is_ccs_modifier(modifier)) in skl_plane_format_mod_supported()
2078 u32 format, u64 modifier) in gen12_plane_format_mod_supported() argument
2090 if (intel_fb_is_ccs_modifier(modifier)) in gen12_plane_format_mod_supported()
[all …]
H A Di9xx_plane.c67 u32 format, u64 modifier) in i8xx_plane_format_mod_supported() argument
77 return modifier == DRM_FORMAT_MOD_LINEAR || in i8xx_plane_format_mod_supported()
78 modifier == I915_FORMAT_MOD_X_TILED; in i8xx_plane_format_mod_supported()
85 u32 format, u64 modifier) in i965_plane_format_mod_supported() argument
102 return modifier == DRM_FORMAT_MOD_LINEAR || in i965_plane_format_mod_supported()
103 modifier == I915_FORMAT_MOD_X_TILED; in i965_plane_format_mod_supported()
697 u32 pixel_format, u64 modifier, in hsw_primary_max_stride() argument
709 u32 pixel_format, u64 modifier, in ilk_primary_max_stride() argument
716 if (modifier == I915_FORMAT_MOD_X_TILED) in ilk_primary_max_stride()
724 u32 pixel_format, u64 modifier, in i965_plane_max_stride() argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dexpr.c80 cxx_expand_expr (exp, target, tmode, modifier) in cxx_expand_expr() argument
84 int modifier; /* Actually an enum expand_modifier. */
95 if (mode != Pmode && modifier == EXPAND_SUM)
96 modifier = EXPAND_NORMAL;
102 target, tmode, modifier);
115 ret = expand_expr (TREE_OPERAND (exp, 0), target, tmode, modifier);
124 return c_expand_expr (exp, target, tmode, modifier);
/openbsd/gnu/gcc/gcc/cp/
H A Dexpr.c94 cxx_expand_expr (tree exp, rtx target, enum machine_mode tmode, int modifier, in cxx_expand_expr() argument
105 if (mode != Pmode && modifier == EXPAND_SUM) in cxx_expand_expr()
106 modifier = EXPAND_NORMAL; in cxx_expand_expr()
112 target, tmode, modifier); in cxx_expand_expr()
124 modifier); in cxx_expand_expr()
127 return c_expand_expr (exp, target, tmode, modifier, alt_rtl); in cxx_expand_expr()
/openbsd/gnu/gcc/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument
57 const char **modifier;
69 *modifier = NULL;
130 *modifier = ++cp;
187 if (*modifier != NULL && (*modifier)[0] == '\0')
H A Dlocalcharset.c344 const char *modifier; in locale_charset() local
348 modifier = strchr (dot, '@'); in locale_charset()
349 if (modifier == NULL) in locale_charset()
351 if (modifier - dot < sizeof (buf)) in locale_charset()
353 memcpy (buf, dot, modifier - dot); in locale_charset()
354 buf [modifier - dot] = '\0'; in locale_charset()
H A Dl10nflist.c188 territory, codeset, normalized_codeset, modifier, special, in _nl_make_l10nflist() argument
198 const char *modifier;
229 ? strlen (modifier) + 1 : 0)
275 cp = stpcpy (cp, modifier);
376 normalized_codeset, modifier, special,
383 normalized_codeset, modifier, special,
/openbsd/gnu/usr.bin/binutils/intl/
H A Dexplodename.c47 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument
51 const char **modifier;
63 *modifier = NULL;
126 *modifier = ++cp;
183 if (*modifier != NULL && (*modifier)[0] == '\0')
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A Dexplodename.c47 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument
51 const char **modifier;
63 *modifier = NULL;
126 *modifier = ++cp;
183 if (*modifier != NULL && (*modifier)[0] == '\0')
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument
57 const char **modifier;
69 *modifier = NULL;
130 *modifier = ++cp;
187 if (*modifier != NULL && (*modifier)[0] == '\0')
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930120-1.c19 char c, modifier, longpr; local
53 modifier = *fp++;
54 switch(modifier) {
86 if (modifier == 'C') {
107 if (modifier == 'S') {
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dexplodename.c53 const char **language, const char **modifier, in _nl_explode_name() argument
62 *modifier = NULL; in _nl_explode_name()
123 *modifier = ++cp; in _nl_explode_name()
180 if (*modifier != NULL && (*modifier)[0] == '\0') in _nl_explode_name()
H A Dlocalcharset.c344 const char *modifier; in locale_charset() local
348 modifier = strchr (dot, '@'); in locale_charset()
349 if (modifier == NULL) in locale_charset()
351 if (modifier - dot < sizeof (buf)) in locale_charset()
353 memcpy (buf, dot, modifier - dot); in locale_charset()
354 buf [modifier - dot] = '\0'; in locale_charset()
H A Dfinddomain.c55 const char *modifier; in _nl_find_domain() local
137 mask = _nl_explode_name (locale, &language, &modifier, &territory, in _nl_find_domain()
145 codeset, normalized_codeset, modifier, special, in _nl_find_domain()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_display.c654 if (!IS_AMD_FMT_MOD(modifier)) in amdgpu_lookup_format_info()
662 if (AMD_FMT_MOD_GET(DCC, modifier)) in amdgpu_lookup_format_info()
724 uint64_t modifier = 0; in convert_tiling_flags_to_modifier() local
732 modifier = DRM_FORMAT_MOD_LINEAR; in convert_tiling_flags_to_modifier()
824 modifier = AMD_FMT_MOD | in convert_tiling_flags_to_modifier()
847 modifier |= AMD_FMT_MOD_SET(DCC, 1) | in convert_tiling_flags_to_modifier()
894 modifier); in convert_tiling_flags_to_modifier()
902 afb->base.modifier = modifier; in convert_tiling_flags_to_modifier()
1024 uint64_t modifier = rfb->base.modifier; in amdgpu_display_verify_sizes() local
1096 AMD_FMT_MOD_GET(DCC, modifier)) { in amdgpu_display_verify_sizes()
[all …]
/openbsd/sys/dev/pci/drm/include/uapi/drm/
H A Ddrm_fourcc.h427 #define fourcc_mod_get_vendor(modifier) \ argument
428 (((modifier) >> 56) & 0xff)
430 #define fourcc_mod_is_vendor(modifier, vendor) \ argument
431 (fourcc_mod_get_vendor(modifier) == DRM_FORMAT_MOD_VENDOR_## vendor)
938 drm_fourcc_canonicalize_nvidia_format_mod(__u64 modifier) in drm_fourcc_canonicalize_nvidia_format_mod() argument
940 if (!(modifier & 0x10) || (modifier & (0xff << 12))) in drm_fourcc_canonicalize_nvidia_format_mod()
941 return modifier; in drm_fourcc_canonicalize_nvidia_format_mod()
943 return modifier | (0xfe << 12); in drm_fourcc_canonicalize_nvidia_format_mod()
/openbsd/gnu/gcc/gcc/
H A Dexpr.c6555 if (modifier == EXPAND_SUM || modifier == EXPAND_INITIALIZER) in expand_expr_addr_expr_1()
6810 modifier); in expand_expr_real_1()
7294 modifier); in expand_expr_real_1()
7634 || modifier == EXPAND_SUM || modifier == EXPAND_INITIALIZER) in expand_expr_real_1()
7694 modifier); in expand_expr_real_1()
7736 modifier); in expand_expr_real_1()
7749 modifier == EXPAND_SUM ? EXPAND_NORMAL : modifier); in expand_expr_real_1()
7900 if (modifier == EXPAND_SUM || modifier == EXPAND_INITIALIZER in expand_expr_real_1()
7922 if (modifier != EXPAND_SUM && modifier != EXPAND_INITIALIZER) in expand_expr_real_1()
7955 if (modifier != EXPAND_SUM && modifier != EXPAND_INITIALIZER) in expand_expr_real_1()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c170 return IS_AMD_FMT_MOD(modifier) && AMD_FMT_MOD_GET(DCC, modifier); in modifier_has_dcc()
175 if (modifier == DRM_FORMAT_MOD_LINEAR) in modifier_gfx9_swizzle_mode()
178 return AMD_FMT_MOD_GET(TILE, modifier); in modifier_gfx9_swizzle_mode()
236 uint64_t modifier) in fill_gfx9_tiling_info_from_modifier() argument
247 if (!IS_AMD_FMT_MOD(modifier)) in fill_gfx9_tiling_info_from_modifier()
317 const uint64_t modifier = afb->base.modifier; in fill_gfx9_plane_attributes_from_modifiers() local
1368 uint64_t modifier) in dm_plane_format_mod_supported() argument
1384 if (modifier == DRM_FORMAT_MOD_LINEAR || in dm_plane_format_mod_supported()
1385 modifier == DRM_FORMAT_MOD_INVALID) { in dm_plane_format_mod_supported()
1391 if (modifier == plane->modifiers[i]) in dm_plane_format_mod_supported()
[all …]
/openbsd/gnu/llvm/llvm/docs/
H A DAMDGPUInstructionNotation.rst103 if :ref:`glc<amdgpu_synid_glc>` modifier is specified.
105 :ref:`m_op_sel_hi<amdgpu_synid_mad_mix_op_sel_hi>` modifier.
126 | ``<``\ :ref:`description of modifier 0<amdgpu_syn_instruction_modifier_notation>`\ ``>
127 <``\ :ref:`description of modifier 1<amdgpu_syn_instruction_modifier_notation>`\ ``> ...``
136 A *modifier* is described using the following notation:
140 Where the *name* is a link to a description of the *modifier*.
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpr.c6620 modifier);
6634 modifier);
7043 modifier);
7286 modifier);
7629 || modifier == EXPAND_SUM || modifier == EXPAND_INITIALIZER)
7860 modifier);
7895 modifier);
8091 if (modifier != EXPAND_SUM && modifier != EXPAND_INITIALIZER)
8193 modifier);
8195 modifier);
[all …]
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-ar.rst50 :option:`D` modifier being enabled by default. If you wish to maintain
52 :option:`U` modifier to write actual timestamps and UIDs/GIDs.
97 entire ``archive`` is printed. With the :option:`v` modifier,
114 modifier and will append the archive file. The :option:`L` modifier is not
118 If the :option:`L` modifier is specified the members will be appended
136 modifier, :program:`llvm-ar` also prints out the file type (B=bitcode,
149 Extract ``archive`` members back to files. The :option:`o` modifier applies
173 modifier is identical to the :option:`i` modifier.
209 When printing *files* or the ``archive`` table of contents, this modifier
222 ``archive`` is being created. Using this modifier turns off
[all …]
/openbsd/usr.bin/tmux/
H A Dinput-keys.c423 char tmp[64], modifier; in input_key_extended() local
429 modifier = '2'; in input_key_extended()
432 modifier = '3'; in input_key_extended()
435 modifier = '4'; in input_key_extended()
438 modifier = '5'; in input_key_extended()
441 modifier = '6'; in input_key_extended()
444 modifier = '7'; in input_key_extended()
447 modifier = '8'; in input_key_extended()
463 xsnprintf(tmp, sizeof tmp, "\033[27;%c;%llu~", modifier, key); in input_key_extended()
465 xsnprintf(tmp, sizeof tmp, "\033[%llu;%cu", key, modifier); in input_key_extended()
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-m32c.texi61 %modifier(symbol)
85 This modifier allows you to load bits 16 through 23 of a 24 bit
98 Likewise, this modifier allows you to load bits 0 through 15 of a 24
103 This modifier allows you to load bits 16 through 31 of a 32 bit
107 modifier is for loading the upper half in such cases. Example:

12345678910>>...16