| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 022-define-func-arg-with-parens.c | 2 foo(argument(including parens)for the win)
|
| H A D | 038-func-arg-with-commas.c | 2 foo(argument (with,embedded , commas) -- tricky)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 022-define-func-arg-with-parens.c | 2 foo(argument(including parens)for the win)
|
| H A D | 038-func-arg-with-commas.c | 2 foo(argument (with,embedded , commas) -- tricky)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | kernel.hpp | 70 class argument { class in class:clover::kernel 72 static std::unique_ptr<argument> 73 create(const module::argument &marg); 75 argument(const argument &arg) = delete; 76 argument & 77 operator=(const argument &arg) = delete; 79 /// \a true if the argument has been set. 85 /// Set this argument to some object. 89 /// object to this argument, an [all...] |
| H A D | kernel.cpp | 32 const std::vector<module::argument> &margs) : 36 if (marg.semantic == module::argument::general) 37 _args.emplace_back(argument::create(marg)); 170 case module::argument::general: 174 case module::argument::grid_dimension: { 176 auto arg = argument::create(marg); 182 case module::argument::grid_offset: { 184 auto arg = argument::create(marg); 191 case module::argument::image_size: { 198 auto arg = argument 363 kernel::argument::argument() : _set(false) { function in class:kernel::argument [all...] |
| H A D | module.hpp | 56 struct argument { struct in struct:clover::module 82 argument(enum type type, size_t size, function in struct:clover::module::argument 90 argument(enum type type, size_t size) : function in struct:clover::module::argument 95 argument() : type(scalar), size(0), function in struct:clover::module::argument 109 size_t offset, const std::vector<argument> &args) : 116 std::vector<argument> args;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/codegen/ |
| H A D | common.cpp | 28 /// clover::module, including kernel argument metadata extraction and 55 enum module::argument::type 59 return module::argument::image2d_rd; 61 return module::argument::image2d_wr; 63 return module::argument::image3d_rd; 65 return module::argument::image3d_wr; 70 std::vector<module::argument> 73 std::vector<module::argument> args; 102 target_align, module::argument::zero_ext); 105 // Image size implicit argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | kernel.hpp | 74 class argument { class in class:clover::kernel 76 static std::unique_ptr<argument> 77 create(const binary::argument &barg); 79 argument(const argument &arg) = delete; 80 argument & 81 operator=(const argument &arg) = delete; 83 /// \a true if the argument has been set. 89 /// Set this argument to some object. 92 /// Set this argument t [all...] |
| H A D | kernel.cpp | 32 const std::vector<binary::argument> &bargs) : 36 if (barg.semantic == binary::argument::general) 37 _args.emplace_back(argument::create(barg)); 171 if (barg.semantic == clover::binary::argument::general) 205 case binary::argument::general: 209 case binary::argument::grid_dimension: { 211 auto arg = argument::create(barg); 217 case binary::argument::grid_offset: { 219 auto arg = argument::create(barg); 226 case binary::argument 418 kernel::argument::argument() : _set(false) { function in class:kernel::argument [all...] |
| H A D | binary.hpp | 82 struct argument { struct in struct:clover::binary 108 argument(enum type type, size_t size, function in struct:clover::binary::argument 116 argument(enum type type, size_t size) : function in struct:clover::binary::argument 121 argument() : type(scalar), size(0), function in struct:clover::binary::argument 140 const std::vector<argument> &args) : 153 std::vector<argument> args;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/codegen/ |
| H A D | common.cpp | 28 /// clover::binary, including kernel argument metadata extraction and 57 enum binary::argument::type 62 return binary::argument::image_rd; 64 return binary::argument::image_wr; 150 std::vector<binary::argument> 153 std::vector<binary::argument> args; 179 target_align, binary::argument::zero_ext); 182 args.emplace_back(binary::argument::sampler, arg_api_size, 184 binary::argument::zero_ext); 187 // Image size implicit argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86pciBus.h | 39 void xf86PciIsolateDevice(char *argument);
|
| /xsrc/external/mit/libxcb/dist/tests/ |
| H A D | check_public.c | 28 const char *argument = 0; local in function:parse_display_pass 35 argument = name; 40 argument = 0; 47 success = xcb_parse_display(argument, &got_host, &got_display, &got_screen); 56 success = xcb_parse_display(argument, &got_host, &got_display, 0); 69 const char *argument = 0; local in function:parse_display_fail 76 argument = name; 82 argument = 0; 89 success = xcb_parse_display(argument, &got_host, &got_display, &got_screen); 98 success = xcb_parse_display(argument, [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86pciBus.h | 41 void xf86PciIsolateDevice(const char *argument);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/spirv/ |
| H A D | invocation.cpp | 65 enum binary::argument::type 69 return binary::argument::scalar; 71 return binary::argument::global; 73 return binary::argument::local; 75 return binary::argument::global; 97 enum binary::argument::type 107 return binary::argument::image_rd; 109 return binary::argument::image_wr; 144 std::vector<binary::argument> args; 152 std::unordered_map<SpvId, binary::argument> type [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | format.c | 45 #define PARSE_BADFMTARG 5 /* argument is not an integer or char */ 57 #define GENERIC_BADSTRING 3 /* argument is not a string */ 58 #define GENERIC_BADLIST 4 /* argument is not a list */ 107 LispObj *base_arguments; /* pointer to first format argument */ 115 * last argument list, hint for upandout */ 254 FmtArg *argument; local in function:merge_arguments 257 argument = &(arguments->arguments[0]); 258 for (count = 0; count < defaults->count; count++, argument++, defaul++) { 260 argument->specified = 0; 261 if (argument 288 FmtArg *argument; local in function:parse_arguments [all...] |
| /xsrc/external/mit/proxymngr/dist/ |
| H A D | configure | 822 # If the previous option needs an argument, assign it. 1180 as_fn_error $? "missing argument to $ac_option" 1213 # used to hold the argument of --host etc. 1767 builtin and then its argument prototype would still apply. */ 1973 # Make two passes to allow for proper duplicate-argument suppression. 2837 # POSIX will say in a future version that running "rm -f" with no argument 3349 # argument, so we may need to know it at that point already. 3898 # icc: Command line warning: ignoring option '-M'; no argument required 4855 CFLAGS="$CFLAGS -Werror=unused-command-line-argument" 4856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" > [all...] |
| /xsrc/external/mit/luit/dist/ |
| H A D | configure | 803 # If the previous option needs an argument, assign it. 1161 as_fn_error $? "missing argument to $ac_option" 1194 # used to hold the argument of --host etc. 1845 builtin and then its argument prototype would still apply. */ 1940 # Make two passes to allow for proper duplicate-argument suppression. 3230 # argument, so we may need to know it at that point already. 3720 # icc: Command line warning: ignoring option '-M'; no argument required 4677 CFLAGS="$CFLAGS -Werror=unused-command-line-argument" 4678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5 4679 $as_echo_n "checking if $CC supports -Werror=unused-command-line-argument [all...] |
| /xsrc/external/mit/xfindproxy/dist/ |
| H A D | configure | 820 # If the previous option needs an argument, assign it. 1178 as_fn_error $? "missing argument to $ac_option" 1211 # used to hold the argument of --host etc. 1792 # Make two passes to allow for proper duplicate-argument suppression. 2654 # POSIX will say in a future version that running "rm -f" with no argument 3166 # argument, so we may need to know it at that point already. 3715 # icc: Command line warning: ignoring option '-M'; no argument required 4672 CFLAGS="$CFLAGS -Werror=unused-command-line-argument" 4673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5 4674 $as_echo_n "checking if $CC supports -Werror=unused-command-line-argument [all...] |
| /xsrc/external/mit/xcompmgr/dist/ |
| H A D | configure | 824 # If the previous option needs an argument, assign it. 1182 as_fn_error $? "missing argument to $ac_option" 1215 # used to hold the argument of --host etc. 1800 # Make two passes to allow for proper duplicate-argument suppression. 2662 # POSIX will say in a future version that running "rm -f" with no argument 3174 # argument, so we may need to know it at that point already. 3723 # icc: Command line warning: ignoring option '-M'; no argument required 4684 CFLAGS="$CFLAGS -Werror=unused-command-line-argument" 4685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5 4686 $as_echo_n "checking if $CC supports -Werror=unused-command-line-argument [all...] |
| /xsrc/external/mit/xcursor-themes/dist/ |
| H A D | configure | 834 # If the previous option needs an argument, assign it. 1192 as_fn_error $? "missing argument to $ac_option" 1225 # used to hold the argument of --host etc. 1817 # Make two passes to allow for proper duplicate-argument suppression. 2677 # POSIX will say in a future version that running "rm -f" with no argument 3189 # argument, so we may need to know it at that point already. 3738 # icc: Command line warning: ignoring option '-M'; no argument required 4699 CFLAGS="$CFLAGS -Werror=unused-command-line-argument" 4700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5 4701 $as_echo_n "checking if $CC supports -Werror=unused-command-line-argument [all...] |
| /xsrc/external/mit/xtrap/dist/ |
| H A D | configure | 824 # If the previous option needs an argument, assign it. 1182 as_fn_error $? "missing argument to $ac_option" 1215 # used to hold the argument of --host etc. 1800 # Make two passes to allow for proper duplicate-argument suppression. 2662 # POSIX will say in a future version that running "rm -f" with no argument 3161 # argument, so we may need to know it at that point already. 3710 # icc: Command line warning: ignoring option '-M'; no argument required 4685 CFLAGS="$CFLAGS -Werror=unused-command-line-argument" 4686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5 4687 $as_echo_n "checking if $CC supports -Werror=unused-command-line-argument [all...] |
| /xsrc/external/mit/beforelight/dist/ |
| H A D | configure | 830 # If the previous option needs an argument, assign it. 1188 as_fn_error $? "missing argument to $ac_option" 1221 # used to hold the argument of --host etc. 1817 # Make two passes to allow for proper duplicate-argument suppression. 2679 # POSIX will say in a future version that running "rm -f" with no argument 3191 # argument, so we may need to know it at that point already. 3740 # icc: Command line warning: ignoring option '-M'; no argument required 4701 CFLAGS="$CFLAGS -Werror=unused-command-line-argument" 4702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5 4703 $as_echo_n "checking if $CC supports -Werror=unused-command-line-argument [all...] |
| /xsrc/external/mit/mkfontdir/dist/ |
| H A D | configure | 797 # If the previous option needs an argument, assign it. 1155 as_fn_error $? "missing argument to $ac_option" 1188 # used to hold the argument of --host etc. 1767 # Make two passes to allow for proper duplicate-argument suppression. 3060 # argument, so we may need to know it at that point already. 3550 # icc: Command line warning: ignoring option '-M'; no argument required 4494 CFLAGS="$CFLAGS -Werror=unused-command-line-argument" 4495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5 4496 $as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; } 4525 CFLAGS="$CFLAGS -Werror=unused-command-line-argument" [all...] |