| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader_args.c | 42 set_loc_shader(struct radv_shader_args *args, int idx, uint8_t *sgpr_idx, uint8_t num_sgprs) argument 44 struct radv_userdata_info *ud_info = &args->shader_info->user_sgprs_locs.shader_data[idx]; 51 set_loc_shader_ptr(struct radv_shader_args *args, int idx, uint8_t *sgpr_idx) argument 55 set_loc_shader(args, idx, sgpr_idx, use_32bit_pointers ? 1 : 2); 59 set_loc_desc(struct radv_shader_args *args, int idx, uint8_t *sgpr_idx) argument 61 struct radv_userdata_locations *locs = &args->shader_info->user_sgprs_locs; 78 needs_view_index_sgpr(struct radv_shader_args *args, gl_shader_stage stage) argument 82 if (args->shader_info->uses_view_index || 83 (!args->shader_info->vs.as_es && !args 108 count_vs_user_sgprs(struct radv_shader_args * args) argument 123 count_ngg_sgprs(struct radv_shader_args * args,bool has_api_gs) argument 136 allocate_inline_push_consts(struct radv_shader_args * args,struct user_sgpr_info * user_sgpr_info) argument 176 allocate_user_sgprs(struct radv_shader_args * args,gl_shader_stage stage,bool has_previous_stage,gl_shader_stage previous_stage,bool needs_view_index,bool has_api_gs,struct user_sgpr_info * user_sgpr_info) argument 253 declare_global_input_sgprs(struct radv_shader_args * args,const struct user_sgpr_info * user_sgpr_info) argument 285 declare_vs_specific_input_sgprs(struct radv_shader_args * args,gl_shader_stage stage,bool has_previous_stage,gl_shader_stage previous_stage) argument 307 declare_vs_input_vgprs(struct radv_shader_args * args) argument 352 declare_streamout_sgprs(struct radv_shader_args * args,gl_shader_stage stage) argument 376 declare_tes_input_vgprs(struct radv_shader_args * args) argument 385 declare_ps_input_vgprs(struct radv_shader_args * args) argument 431 declare_ngg_sgprs(struct radv_shader_args * args,bool has_api_gs) argument 447 set_global_input_locs(struct radv_shader_args * args,const struct user_sgpr_info * user_sgpr_info,uint8_t * user_sgpr_idx) argument 480 set_vs_specific_input_locs(struct radv_shader_args * args,gl_shader_stage stage,bool has_previous_stage,gl_shader_stage previous_stage,uint8_t * user_sgpr_idx) argument 507 radv_declare_shader_args(struct radv_shader_args * args,gl_shader_stage stage,bool has_previous_stage,gl_shader_stage previous_stage) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/shader_lib/ |
| H A D | DebugOutput.cpp | 38 va_list args; local in function:CallPrint 39 va_start(args, fmt); 40 vprintf(fmt, args); 44 vsnprintf_s(strBuf, _TRUNCATE, fmt, args); 48 va_end(args);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/shader_lib/ |
| H A D | DebugOutput.cpp | 38 va_list args; local in function:CallPrint 39 va_start(args, fmt); 40 vprintf(fmt, args); 44 vsnprintf_s(strBuf, _TRUNCATE, fmt, args); 48 va_end(args);
|
| /xsrc/external/mit/xsetmode/dist/ |
| H A D | compile | 29 # `-o FOO.o' is removed from the args passed to the actual compile. 36 args= 48 args="$args -o $ofile" 55 args="$args $1" 58 args="$args $1" 70 exec "$prog" $args 91 "$prog" $args [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | file.c | 50 freeFileArgs (char **args) argument 54 for (a = args; *a; a++) 56 free (args); 62 char **args, **newargs; local in function:splitIntoWords 66 args = NULL; 77 if (!args) 79 args = malloc (2 * sizeof (char *)); 80 if (!args) 85 newargs = realloc ((char *) args, (nargs+2)*sizeof (char *)); 88 freeFileArgs (args); 108 copyArgs(char ** args) argument 128 freeSomeArgs(char ** args,int n) argument 141 char **args, **argv, **a; local in function:ParseDisplay [all...] |
| /xsrc/external/mit/libdrm/dist/tegra/ |
| H A D | syncpt.c | 38 struct drm_tegra_syncpoint_allocate args; local in function:drm_tegra_syncpoint_new 46 memset(&args, 0, sizeof(args)); 48 err = ioctl(drm->fd, DRM_IOCTL_TEGRA_SYNCPOINT_ALLOCATE, &args); 55 syncpt->id = args.id; 65 struct drm_tegra_syncpoint_free args; local in function:drm_tegra_syncpoint_free 72 memset(&args, 0, sizeof(args)); 73 args.id = syncpt->id; 75 err = ioctl(drm->fd, DRM_IOCTL_TEGRA_SYNCPOINT_FREE, &args); 87 struct drm_tegra_syncpoint_wait args; local in function:drm_tegra_fence_wait [all...] |
| H A D | channel.c | 41 struct drm_tegra_channel_open args; local in function:drm_tegra_channel_open 73 memset(&args, 0, sizeof(args)); 74 args.host1x_class = class; 76 err = ioctl(drm->fd, DRM_IOCTL_TEGRA_CHANNEL_OPEN, &args); 82 channel->context = args.context; 83 channel->version = args.version; 84 channel->capabilities = args.capabilities; 112 struct drm_tegra_channel_close args; local in function:drm_tegra_channel_close 121 memset(&args, 145 struct drm_tegra_channel_map args; local in function:drm_tegra_channel_map 179 struct drm_tegra_channel_unmap args; local in function:drm_tegra_channel_unmap [all...] |
| /xsrc/external/mit/xmh/dist/ |
| H A D | menu.c | 39 Arg args[3]; local in function:AttachMenuToButton 44 XtSetArg(args[0], XtNmenuName, XtNewString(menu_name)); 45 XtSetValues(button->widget, args, (Cardinal) 1); 55 static Arg args[] = { local in function:DoRememberMenuSelection 58 args[0].value = (XtArgVal) widget; 59 XtSetValues(XtParent(widget), args, XtNumber(args)); 69 static Arg args[] = {{XtNsensitive, (XtArgVal) NULL}}; local in function:SendMenuEntryEnableMsg 72 args[0].value = (XtArgVal) ((value == 0) ? False : True); 73 XtSetValues(entry, args, (Cardina 80 Arg args[1]; local in function:ToggleMenuItem [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | xxd.py | 38 args = parser.parse_args() 39 return args 53 def process_file(args): 54 with io.open(args.input, "rb") as infile: 56 with io.open(args.output, "wb") as outfile: 60 if args.name is not None: 61 name = args.name 63 name = filename_to_C_identifier(args.input) 73 if not args.binary: 81 if not args [all...] |
| H A D | u_perfetto.cc | 34 perfetto::TracingInitArgs args; local in function:util_perfetto_init_once 35 args.backends = perfetto::kSystemBackend; 36 perfetto::Tracing::Initialize(args);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | ArgList.c | 63 ArgList result, args; local in function:XtMergeArgLists 68 for (args = result; num_args1 != 0; num_args1--) 69 *args++ = *args1++; 71 *args++ = *args2++;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_debug.h | 18 #define NOUVEAU_ERR(fmt, args...) \ 19 fprintf(stderr, "%s:%d - " fmt, __FUNCTION__, __LINE__, ##args) 21 #define NOUVEAU_DBG(ch, args...) \ 23 debug_printf(args)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_debug.h | 18 #define NOUVEAU_ERR(fmt, args...) \ 19 fprintf(stderr, "%s:%d - " fmt, __FUNCTION__, __LINE__, ##args) 21 #define NOUVEAU_DBG(ch, args...) \ 23 debug_printf(args)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_debug.h | 56 va_list args; local in function:ST_DBG 58 va_start( args, fmt ); 59 debug_vprintf( fmt, args ); 60 va_end( args );
|
| /xsrc/external/mit/freetype/dist/builds/meson/ |
| H A D | generate_reference_docs.py | 30 args = parser.parse_args() 33 include_dir = os.path.join(args.input_dir, "include") 38 glob.glob(os.path.join(args.input_dir, "include", "freetype", "*.h")) 41 args.input_dir, "include", "freetype", "config", "*.h" 46 args.input_dir, "include", "freetype", "cache", "*.h" 51 if not os.path.exists(args.output_dir): 52 os.makedirs(args.output_dir) 54 assert os.path.isdir(args.output_dir), ( 55 "Not a directory: " + args.output_dir 63 "--title=FreeType-" + args [all...] |
| /xsrc/external/mit/xf86-input-vmmouse/dist/shared/ |
| H A D | vmmouse_client.h | 66 #define VMwareLog(args) ErrorF args 68 #define VMwareLog(args)
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_util.c | 34 va_list args; local in function:__glutWarning 36 va_start(args, format); 39 vfprintf(stderr, format, args); 40 va_end(args); 58 va_list args; local in function:__glutFatalError 60 va_start(args, format); 63 vfprintf(stderr, format, args); 64 va_end(args); 72 va_list args; local in function:__glutFatalUsage 74 va_start(args, forma [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_util.c | 34 va_list args; local in function:__glutWarning 36 va_start(args, format); 39 vfprintf(stderr, format, args); 40 va_end(args); 58 va_list args; local in function:__glutFatalError 60 va_start(args, format); 63 vfprintf(stderr, format, args); 64 va_end(args); 77 va_list args; local in function:__glutFatalUsage 79 va_start(args, forma [all...] |
| /xsrc/external/mit/libdrm/dist/tests/radeon/ |
| H A D | rbo.c | 65 struct drm_radeon_gem_create args; local in function:rbo 67 args.size = size; 68 args.alignment = alignment; 69 args.initial_domain = RADEON_GEM_DOMAIN_CPU; 70 args.flags = 0; 71 args.handle = 0; 73 &args, sizeof(args)); 74 bo->handle = args.handle; 96 struct drm_radeon_gem_mmap args; local in function:rbo_map 141 struct drm_gem_close args; local in function:rbo_decref 160 struct drm_radeon_gem_wait_idle args; local in function:rbo_wait [all...] |
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | cffdecode.c | 624 FT_Fixed* args = decoder->top; local in function:cff_decoder_parse_charstrings 625 FT_Int num_args = (FT_Int)( args - decoder->stack ); 951 args -= req_args; 954 /* At this point, `args' points to the first argument of the */ 956 /* to adjust `args' manually. */ 978 args - ( num_args & ~1 ) ); 981 args = stack; 999 args - ( num_args & ~1 ) ); 1042 args = stack; 1050 x = ADD_LONG( x, args[ [all...] |
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | error.c | 148 va_list args; local in function:NoticeF 149 va_start(args, f); 152 vsyslog(LOG_NOTICE, f, args); 157 vfprintf(stderr, f, args); 159 va_end(args); 168 va_list args; local in function:ErrorF 169 va_start(args, f); 172 vsyslog(LOG_WARNING, f, args); 178 vfprintf(stderr, f, args); 180 va_end(args); 186 va_list args; local in function:FatalError [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/scripts/ |
| H A D | Xspice | 47 def add_boolean(flag, *args, **kw): 49 *args, **kw) 126 args, xorg_args = parser.parse_known_args(sys.argv[1:]) variable 128 def agents_new_enough(args): 129 for f in [args.vdagent_exec, args.vdagentd_exec]: 137 for f in [args.vdagent_exec, args.vdagentd_exec]: 138 if Popen(args=[f, '-h'], stdout=PIPE, universal_newlines=True).stdout.read().find('-S') == -1: 142 if args [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_assert.c | 69 LLVMValueRef args[2]; local in function:lp_build_assert 84 args[0] = LLVMBuildZExt(builder, condition, arg_types[0], ""); 85 args[1] = msg_string; 88 assert(LLVMTypeOf(args[0]) == arg_types[0]); 89 assert(LLVMTypeOf(args[1]) == arg_types[1]); 91 LLVMBuildCall(builder, function, args, ARRAY_SIZE(args), "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_assert.c | 69 LLVMValueRef args[2]; local in function:lp_build_assert 84 args[0] = LLVMBuildZExt(builder, condition, arg_types[0], ""); 85 args[1] = msg_string; 88 assert(LLVMTypeOf(args[0]) == arg_types[0]); 89 assert(LLVMTypeOf(args[1]) == arg_types[1]); 91 LLVMBuildCall(builder, function, args, ARRAY_SIZE(args), "");
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxlog.c | 73 va_list args; local in function:ErrorF 75 va_start(args, format); 76 vfprintf(stderr, format, args); /* RATS: We assume the format string 79 va_end(args); 83 static void VFatalError(const char *format, va_list args) argument 85 vfprintf(stderr, format, args); /* RATS: We assume the format string 92 void VErrorF(const char *format, va_list args) argument 94 vfprintf(stderr, format, args); /* RATS: We assume the format string 101 static void VFatalError(const char *format, va_list args) argument 103 VErrorF(format, args); 149 dmxMessage(dmxLogLevel logLevel,const char * format,va_list args) argument 161 va_list args; local in function:dmxLog 172 va_list args; local in function:dmxLogCont 185 va_list args; local in function:dmxLogOutput 197 va_list args; local in function:dmxLogOutputCont 209 va_list args; local in function:dmxLogOutputWarning 221 va_list args; local in function:dmxLogInput 233 va_list args; local in function:dmxLogInputCont [all...] |