Searched refs:dump_file (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dintel_device.c85 static int dump_file(ScrnInfoPtr scrn, const char *path) function in typeref:typename:int
149 if (dump_file(scrn, path))
153 if (dump_file(scrn, path))
158 dump_file(scrn, path);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dintel_device.c79 static int dump_file(ScrnInfoPtr scrn, const char *path) function in typeref:typename:int
143 if (dump_file(scrn, path))
147 if (dump_file(scrn, path))
152 dump_file(scrn, path);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_context.c1044 char *dump_file = malloc(strlen(hud_dump_dir) + sizeof(PATH_SEP) local in function:hud_graph_set_dump_file
1046 if (dump_file) {
1047 strcpy(dump_file, hud_dump_dir);
1048 strcat(dump_file, PATH_SEP);
1049 strcat_without_spaces(dump_file, gr->name);
1050 gr->fd = fopen(dump_file, "w+");
1055 free(dump_file);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_context.c1043 char *dump_file = malloc(strlen(hud_dump_dir) + sizeof(PATH_SEP) local in function:hud_graph_set_dump_file
1045 if (dump_file) {
1046 strcpy(dump_file, hud_dump_dir);
1047 strcat(dump_file, PATH_SEP);
1048 strcat_without_spaces(dump_file, gr->name);
1049 gr->fd = fopen(dump_file, "w+");
1054 free(dump_file);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dkgem.c4030 static bool dump_file(const char *path) function in typeref:typename:bool
4057 if (dump_file(path))
4061 if (dump_file(path))
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dkgem.c3486 static bool dump_file(const char *path) function in typeref:typename:bool
3513 if (dump_file(path))
3517 if (dump_file(path))

Completed in 24 milliseconds