Home
last modified time | relevance | path

Searched refs:macro_prefix (Results 1 – 25 of 115) sorted by relevance

12345

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dgen_dxgi_support_tables.py19 macro_prefix = 'F_' variable
156 'texture2D': macro_prefix + '2D',
157 'texture3D': macro_prefix + '3D',
158 'textureCube': macro_prefix + 'CUBE',
159 'shaderSample': macro_prefix + 'SAMPLE',
160 'renderTarget': macro_prefix + 'RT',
161 'multisampleRT': macro_prefix + 'MS',
162 'depthStencil': macro_prefix + 'DS',
163 'mipAutoGen': macro_prefix + 'MIPGEN'
272 out_data = template.format(prefix=macro_prefix,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dgen_dxgi_support_tables.py25 macro_prefix = 'F_' variable
176 'texture2D': macro_prefix + '2D',
177 'texture3D': macro_prefix + '3D',
178 'textureCube': macro_prefix + 'CUBE',
179 'shaderSample': macro_prefix + 'SAMPLE',
180 'renderTarget': macro_prefix + 'RT',
181 'multisampleRT': macro_prefix + 'MS',
182 'depthStencil': macro_prefix + 'DS',
183 'mipAutoGen': macro_prefix + 'MIPGEN'
328 prefix=macro_prefix,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/
H A Dgen_dxgi_support_tables.py25 macro_prefix = 'F_' variable
176 'texture2D': macro_prefix + '2D',
177 'texture3D': macro_prefix + '3D',
178 'textureCube': macro_prefix + 'CUBE',
179 'shaderSample': macro_prefix + 'SAMPLE',
180 'renderTarget': macro_prefix + 'RT',
181 'multisampleRT': macro_prefix + 'MS',
182 'depthStencil': macro_prefix + 'DS',
183 'mipAutoGen': macro_prefix + 'MIPGEN'
328 prefix=macro_prefix,
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dscan-types.sh91 echo "#define ${macro_prefix}wait_arg_t void"
95 echo "#define ${macro_prefix}ssize_t ${ssize_t}"
97 echo "#define ${macro_prefix}ssize_t long"
109 echo "#define ${macro_prefix}ssize_t $tmp /* default */"
124 echo "#define ${macro_prefix}va_list ${va_list-char* /* default */}"
127 echo "#define ${macro_prefix}NEED_STDARG_H
128 #define ${macro_prefix}va_list va_list"
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dscan-types.sh91 echo "#define ${macro_prefix}wait_arg_t void"
95 echo "#define ${macro_prefix}ssize_t ${ssize_t}"
97 echo "#define ${macro_prefix}ssize_t long"
109 echo "#define ${macro_prefix}ssize_t $tmp /* default */"
124 echo "#define ${macro_prefix}va_list ${va_list-char* /* default */}"
127 echo "#define ${macro_prefix}NEED_STDARG_H
128 #define ${macro_prefix}va_list va_list"
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dscan-types.sh91 echo "#define ${macro_prefix}wait_arg_t void"
95 echo "#define ${macro_prefix}ssize_t ${ssize_t}"
97 echo "#define ${macro_prefix}ssize_t long"
109 echo "#define ${macro_prefix}ssize_t $tmp /* default */"
124 echo "#define ${macro_prefix}va_list ${va_list-char* /* default */}"
127 echo "#define ${macro_prefix}NEED_STDARG_H
128 #define ${macro_prefix}va_list va_list"
/dports/devel/gnulib/gnulib-20140202-stable/
H A Dgnulib-tool988 macro_prefix=
1229 macro_prefix="$1"
3073 if test "$macro_prefix" = gl; then
4421 if test -z "$macro_prefix"; then
4422 macro_prefix="$cached_macro_prefix"
4423 if test -z "$macro_prefix"; then
5629 macro_prefix=gl
5978 func_emit_initmacro_end $macro_prefix
6328 test -n "$macro_prefix" || macro_prefix="gl"
6340 test -n "$macro_prefix" || macro_prefix="gl"
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/
H A Dgnulib-tool1161 macro_prefix=
1405 macro_prefix="$1"
3453 if test "$macro_prefix" = gl; then
5013 if test -z "$macro_prefix"; then
5014 macro_prefix="$cached_macro_prefix"
5015 if test -z "$macro_prefix"; then
6244 macro_prefix=gl
6603 func_emit_initmacro_end $macro_prefix
6972 test -n "$macro_prefix" || macro_prefix="gl"
6984 test -n "$macro_prefix" || macro_prefix="gl"
[all …]
H A Dgnulib-tool.py85 macro_prefix = None
531 macro_prefix=macro_prefix,
571 if not macro_prefix:
572 macro_prefix = 'gl'
577 config.setMacroPrefix(macro_prefix)
593 if not macro_prefix:
594 macro_prefix = 'gl'
599 config.setMacroPrefix(macro_prefix)
647 if not macro_prefix:
648 macro_prefix = 'gl'
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/pygnulib/
H A DGLConfig.py154 if macro_prefix != None:
155 self.setMacroPrefix(macro_prefix)
838 def setMacroPrefix(self, macro_prefix): argument
841 if type(macro_prefix) is bytes or type(macro_prefix) is string:
842 if type(macro_prefix) is bytes:
843 macro_prefix = string(macro_prefix, ENCS['system'])
844 if macro_prefix:
845 self.table['macro_prefix'] = macro_prefix
848 type(macro_prefix).__name__))
849 if macro_prefix == 'gl':
[all …]
H A DGLImport.py390 macro_prefix = self.config.getMacroPrefix()
440 actioncmd += ' --macro-prefix=%s' % macro_prefix
475 macro_prefix = self.config['macro_prefix']
563 macro_prefix = self.config['macro_prefix']
613 [\n''' % (configure_ac, macro_prefix)
637 emit += self.emiter.initmacro_end(macro_prefix)
647 emit += ' %stests_WITNESS=' % macro_prefix
678 AC_DEFUN([%s_FILE_LIST], [\n''' % macro_prefix
770 macro_prefix = self.config['macro_prefix']
993 macro_prefix = self.config['macro_prefix']
[all …]
H A DGLTestDir.py164 macro_prefix = self.config['macro_prefix']
395 witness_macro = '%stests_WITNESS' % macro_prefix
474 emit += self.emiter.initmacro_start(macro_prefix)
486 emit += self.emiter.initmacro_end(macro_prefix)
597 emit += self.emiter.initmacro_start(macro_prefix)
605 emit += self.emiter.initmacro_end(macro_prefix)
613 emit += ' AC_SUBST([%stests_WITNESS])\n' % macro_prefix
615 macro_prefix
622 emit += self.emiter.initmacro_end('%stests' % macro_prefix)
635 emit += self.emiter.initmacro_done(macro_prefix, sourcebase)
[all …]
H A DGLEmiter.py264 macro_prefix = self.config['macro_prefix']
344 emit += ' m4_pattern_allow([^%s_GNULIB_ENABLED_])\n' % macro_prefix
662 macro_prefix = self.config['macro_prefix']
860 (libname, libext, macro_prefix, perhapsLT)
862 (libname, libext, macro_prefix, perhapsLT)
955 macro_prefix = self.config['macro_prefix']
1162 emit += 'libtests_a_LIBADD = $(%stests_LIBOBJS)\n' % macro_prefix
1163 emit += 'libtests_a_DEPENDENCIES = $(%stests_LIBOBJS)\n' % macro_prefix
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/interfaces/
H A Danjuta-idl-compiler.pl666 my $macro_prefix;
676 get_canonical_names($enum_fullname, \$prefix, \$macro_prefix,
681 $type_map_item_hr->{'type'} = $macro_prefix."_TYPE_".$macro_suffix;
705 my $macro_prefix;
851 my $macro_prefix;
854 get_canonical_names($type, \$prefix, \$macro_prefix,
856 $ainfo = $macro_prefix."_IS_".$macro_suffix."(__arg__)";
993 my $macro_prefix;
997 get_canonical_names($class, \$prefix, \$macro_prefix,
1000 my $macro_type = "${macro_prefix}_TYPE_${macro_suffix}";
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/public/mojom/
H A DBUILD.gn10 macro_prefix = "DEVICE_VR_SERVICE_MOJO_BINDINGS"
61 macro_prefix = "DEVICE_VR_ISOLATED_XR_SERVICE_MOJO_BINDINGS"
79 macro_prefix = "DEVICE_VR_TEST_MOJO_BINDINGS"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/service_manager/public/mojom/
H A DBUILD.gn10 macro_prefix = "SERVICE_MANAGER_MOJOM"
31 macro_prefix = "SERVICE_MANAGER_MOJOM_CONSTANTS"
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/Build/
H A DMacros.hs121 generateMacros macro_prefix name version =
123 [ifndefDefineStr (macro_prefix ++ "VERSION_" ++ name) (prettyShow version)
124 ,ifndefDefine ("MIN_" ++ macro_prefix ++ "VERSION_" ++ name)
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/Build/
H A DMacros.hs121 generateMacros macro_prefix name version =
123 [ifndefDefineStr (macro_prefix ++ "VERSION_" ++ name) (prettyShow version)
124 ,ifndefDefine ("MIN_" ++ macro_prefix ++ "VERSION_" ++ name)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/public/mojom/
H A DBUILD.gn10 macro_prefix = "DEVICE_VR_MOJO_BINDINGS"
61 macro_prefix = "DEVICE_VR_TEST_MOJO_BINDINGS"
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/service_manager/public/mojom/
H A DBUILD.gn10 macro_prefix = "SERVICE_MANAGER_MOJOM"
97 macro_prefix = "SERVICE_MANAGER_MOJOM_CONSTANTS"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/storage/public/mojom/filesystem/
H A DBUILD.gn9 macro_prefix = "STORAGE_SERVICE_FILESYSTEM_MOJOM"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/public/mojom/
H A DBUILD.gn9 macro_prefix = "PERFORMANCE_MANAGER_PUBLIC_MOJOM"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chromeos/components/smbfs/mojom/
H A DBUILD.gn16 macro_prefix = "SMBFS_MOJOM"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chromeos/components/drivefs/mojom/
H A DBUILD.gn16 macro_prefix = "DRIVEFS_MOJOM"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/interfaces/bindings/
H A DBUILD.gn10 macro_prefix = "MOJO_MOJOM_BINDINGS"

12345