Home
last modified time | relevance | path

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

12345678910>>...16

/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_fb.c127 u64 modifier; member
160 .modifier = I915_FORMAT_MOD_4_TILED_MTL_MC_CCS,
169 .modifier = I915_FORMAT_MOD_4_TILED_MTL_RC_CCS,
177 .modifier = I915_FORMAT_MOD_4_TILED_MTL_RC_CCS_CC,
186 .modifier = I915_FORMAT_MOD_4_TILED_DG2_MC_CCS,
190 .modifier = I915_FORMAT_MOD_4_TILED_DG2_RC_CCS_CC,
198 .modifier = I915_FORMAT_MOD_4_TILED_DG2_RC_CCS,
202 .modifier = I915_FORMAT_MOD_4_TILED,
206 .modifier = I915_FORMAT_MOD_Y_TILED_GEN12_MC_CCS,
215 .modifier = I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS,
[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()
435 if (intel_format_info_is_yuv_semiplanar(fb->format, fb->modifier)) in icl_hdr_plane_max_width()
464 u32 pixel_format, u64 modifier, in skl_plane_max_stride() argument
862 if (intel_format_info_is_yuv_semiplanar(fb->format, fb->modifier)) { in adlp_plane_ctl_arb_slots()
922 plane_ctl |= skl_plane_ctl_tiling(fb->modifier); in skl_plane_ctl()
1241 if (intel_fb_is_rc_ccs_cc_modifier(fb->modifier)) { in icl_plane_update_noarm()
1355 intel_fb_is_ccs_modifier(fb->modifier)) { in skl_plane_check_fb()
2024 skl_plane_format_mod_supported(struct drm_plane * _plane,u32 format,u64 modifier) skl_plane_format_mod_supported() argument
2078 gen12_plane_format_mod_supported(struct drm_plane * _plane,u32 format,u64 modifier) gen12_plane_format_mod_supported() argument
[all...]
H A Di9xx_plane.c67 u32 format, u64 modifier) in i8xx_plane_format_mod_supported() argument
69 if (!intel_fb_plane_supports_modifier(to_intel_plane(_plane), modifier)) in i8xx_plane_format_mod_supported()
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
87 if (!intel_fb_plane_supports_modifier(to_intel_plane(_plane), modifier)) in i965_plane_format_mod_supported()
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()
212 fb->modifier == I915_FORMAT_MOD_X_TILED) in i9xx_plane_ctl()
267 if (DISPLAY_VER(dev_priv) >= 4 && fb->modifier in i9xx_check_plane_surface()
697 hsw_primary_max_stride(struct intel_plane * plane,u32 pixel_format,u64 modifier,unsigned int rotation) hsw_primary_max_stride() argument
709 ilk_primary_max_stride(struct intel_plane * plane,u32 pixel_format,u64 modifier,unsigned int rotation) ilk_primary_max_stride() argument
724 i965_plane_max_stride(struct intel_plane * plane,u32 pixel_format,u64 modifier,unsigned int rotation) i965_plane_max_stride() argument
739 i9xx_plane_max_stride(struct intel_plane * plane,u32 pixel_format,u64 modifier,unsigned int rotation) i9xx_plane_max_stride() argument
[all...]
/openbsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/sys/dev/pci/drm/include/uapi/drm/
H A Ddrm_fourcc.h45 * unique fourcc:modifier pair. This format:modifier pair must fully define the
49 * Having multiple fourcc:modifier pairs which describe the same layout should
57 * modifier is specific to the modifer being used. For example, some modifiers
62 * match only a single modifier. A modifier must not be a subset of layouts of
63 * another modifier. For instance, it's incorrect to encode pitch alignment in
64 * a modifier: a buffer may match a 64-pixel aligned modifier and a 32-pixel
65 * aligned modifier
427 fourcc_mod_get_vendor(modifier) global() argument
430 fourcc_mod_is_vendor(modifier,vendor) global() argument
938 drm_fourcc_canonicalize_nvidia_format_mod(__u64 modifier) drm_fourcc_canonicalize_nvidia_format_mod() argument
[all...]
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_display.c652 amdgpu_lookup_format_info(u32 format, uint64_t modifier) in amdgpu_lookup_format_info() argument
654 if (!IS_AMD_FMT_MOD(modifier)) in amdgpu_lookup_format_info()
657 if (AMD_FMT_MOD_GET(DCC_RETILE, 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()
861 * but we should convert it to a modifier plane for getfb2, so the in convert_tiling_flags_to_modifier()
872 modifier | in convert_tiling_flags_to_modifier()
941 get_dcc_block_size(uint64_t modifier,bool rb_aligned,bool pipe_aligned) get_dcc_block_size() argument
1025 uint64_t modifier = rfb->base.modifier; amdgpu_display_verify_sizes() local
[all...]
/openbsd-src/gnu/gcc/gcc/
H A Dexpr.c6410 enum expand_modifier modifier) in expand_operands() argument
6416 *op0 = expand_expr (exp0, target, VOIDmode, modifier); in expand_operands()
6425 *op0 = expand_expr (exp0, target, VOIDmode, modifier); in expand_operands()
6426 *op1 = expand_expr (exp1, NULL_RTX, VOIDmode, modifier); in expand_operands()
6435 expand_expr_constant (tree exp, int defer, enum expand_modifier modifier) in expand_expr_constant() argument
6440 if (modifier != EXPAND_INITIALIZER) in expand_expr_constant()
6450 enum expand_modifier modifier) in expand_expr_addr_expr_1() argument
6466 return XEXP (expand_expr_constant (exp, 0, modifier), 0); in expand_expr_addr_expr_1()
6473 return expand_expr (TREE_OPERAND (exp, 0), target, tmode, modifier); in expand_expr_addr_expr_1()
6478 tmode, modifier); in expand_expr_addr_expr_1()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c96 return amdgpu_lookup_format_info(cmd->pixel_format, cmd->modifier[0]); in amdgpu_dm_plane_get_format_info()
168 static bool modifier_has_dcc(uint64_t modifier) in modifier_has_dcc()
170 return IS_AMD_FMT_MOD(modifier) && AMD_FMT_MOD_GET(DCC, modifier); in modifier_has_dcc()
173 static unsigned int modifier_gfx9_swizzle_mode(uint64_t modifier) in modifier_gfx9_swizzle_mode()
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()
238 unsigned int mod_bank_xor_bits = AMD_FMT_MOD_GET(BANK_XOR_BITS, modifier); in fill_gfx9_tiling_info_from_modifier()
239 unsigned int mod_pipe_xor_bits = AMD_FMT_MOD_GET(PIPE_XOR_BITS, modifier); in fill_gfx9_tiling_info_from_modifier()
167 modifier_has_dcc(uint64_t modifier) modifier_has_dcc() argument
172 modifier_gfx9_swizzle_mode(uint64_t modifier) modifier_gfx9_swizzle_mode() argument
235 fill_gfx9_tiling_info_from_modifier(const struct amdgpu_device * adev,union dc_tiling_info * tiling_info,uint64_t modifier) fill_gfx9_tiling_info_from_modifier() argument
316 const uint64_t modifier = afb->base.modifier; fill_gfx9_plane_attributes_from_modifiers() local
1362 dm_plane_format_mod_supported(struct drm_plane * plane,uint32_t format,uint64_t modifier) dm_plane_format_mod_supported() argument
[all...]
/openbsd-src/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-src/gnu/usr.bin/gcc/gcc/
H A Dexpr.c6558 expand_expr (exp, target, tmode, modifier) in expand_expr() argument
6562 enum expand_modifier modifier;
6609 && modifier != EXPAND_CONST_ADDRESS)
6611 temp = expand_expr (exp, NULL_RTX, VOIDmode, modifier);
6620 modifier);
6625 expand_expr (TREE_OPERAND (exp, 0), const0_rtx, VOIDmode, modifier);
6626 expand_expr (TREE_OPERAND (exp, 1), const0_rtx, VOIDmode, modifier);
6634 modifier);
6637 expand_expr (TREE_OPERAND (exp, 0), const0_rtx, VOIDmode, modifier);
6638 expand_expr (TREE_OPERAND (exp, 1), const0_rtx, VOIDmode, modifier);
[all …]
/openbsd-src/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,
110 file. If the :option:`L` modifier is specified the members will be appended
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,
139 size, and the date. With the :option:`O` modifier, display member offsets. If
149 Extract ``archive`` members back to files. The :option:`o` modifier applies
173 modifier is identical to the :option:`i` modifier.
[all …]
/openbsd-src/usr.bin/tmux/
H A Dinput-keys.c244 /* Keys with an embedded modifier. */
423 char tmp[64], modifier; in input_key_write()
429 modifier = '2';
432 modifier = '3'; in input_key()
435 modifier = '4'; in input_key()
438 modifier = '5'; in input_key()
441 modifier = '6'; in input_key()
444 modifier = '7'; in input_key()
447 modifier = '8'; in input_key()
463 xsnprintf(tmp, sizeof tmp, "\033[27;%c;%llu~", modifier, ke in input_key()
437 char tmp[64], modifier; input_key() local
[all...]
/openbsd-src/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