| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| anv_util.c | 59 char report[512]; local 65 snprintf(report, sizeof(report), "%s: %s", file, buffer); 74 report); 85 char report[512]; local 92 snprintf(report, sizeof(report), "%s:%d: %s (%s)", file, line, buffer, 95 snprintf(report, sizeof(report), "%s:%d: %s", file, line, error_str); 106 report); [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| mouse-codes | 88 sub report() { subroutine 113 my $report = sprintf "%s%s%s", &ButtonName($button), 116 printf "OOPS %s ->%s versus %s\n", $code, $report, 120 printf "OOPS %s ->%s\n", $code, $report; 122 $encoded{$code} = $report; 123 $reports{$report} = $result; 128 foreach my $report ( sort keys %reports ) { 129 printf "%s = %s\n", $report, $reports{$report}; 145 -i invert the report to show code for each combinatio [all...] |
| setpos.pl | 50 -a test position/report for middle and four corners 54 -x report xwininfo's position for \$WINDOWID
|
| modify-keys.pl | 64 our $REPORT; 78 our %keysUsed; # report derived from @symMap, etc. 820 open( $REPORT, '>', $opt_o ) or &failed("cannot open $opt_o"); 821 select $REPORT; 865 close $REPORT; 1040 my $report = shift; 1043 &begin_table("Output of $cmd") if ($report); 1051 if ($report) { 1064 if ($report) { 1248 # Report keysymdef.h without the deprecated stuff, and sorted by keycode [all...] |
| report-sgr.pl | 2 # $XTermId: report-sgr.pl,v 1.35 2019/07/21 21:55:49 tom Exp $ 34 # Test the report-sgr option of xterm. 554 report-sgr.pl - demonstrate xterm's report-SGR control sequence 558 report-sgr.pl [options] 590 B<report-sgr> displays a normal line, as well as one for each SGR code 1-9,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_query.c | 96 uint32_t report; member in struct:nv30_query 120 q->report = 1; 126 q->report = 1; 133 q->report = 2 + (q->type - NV30_QUERY_ZCULL_0); 161 PUSH_DATA (push, (q->report << 24) | q->qo[0]->hw->start); 168 PUSH_DATA (push, q->report); 190 PUSH_DATA (push, (q->report << 24) | q->qo[1]->hw->start);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_query.c | 96 uint32_t report; member in struct:nv30_query 120 q->report = 1; 126 q->report = 1; 133 q->report = 2 + (q->type - NV30_QUERY_ZCULL_0); 161 PUSH_DATA (push, (q->report << 24) | q->qo[0]->hw->start); 168 PUSH_DATA (push, q->report); 190 PUSH_DATA (push, (q->report << 24) | q->qo[1]->hw->start);
|
| /xsrc/external/mit/editres/dist/ |
| handler.c | 182 XawPannerReport *report = (XawPannerReport *) report_ptr; local 187 XtSetArg (args[0], (String)XtNx, -report->slider_x); 188 XtSetArg (args[1], (String)XtNy, -report->slider_y); 208 XawPannerReport *report = (XawPannerReport *) report_ptr; local 211 XtSetArg (args[n], (String)XtNsliderX, report->slider_x); n++; 212 XtSetArg (args[n], (String)XtNsliderY, report->slider_y); n++; 213 if (report->changed != (XawPRSliderX | XawPRSliderY)) { 214 XtSetArg (args[n], (String)XtNsliderWidth, report->slider_width); n++; 215 XtSetArg (args[n], (String)XtNsliderHeight, report->slider_height); n++; 216 XtSetArg (args[n], (String)XtNcanvasWidth, report->canvas_width); n++ [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| gtest-runner.sh | 55 # Report the flakes to the IRC channel for monitoring (if configured): 57 python3 $INSTALL/report-flakes.py \
|
| prepare-artifacts.sh | 36 cp -Rp .gitlab-ci/report-flakes.py install/
|
| deqp-runner.sh | 199 # Report the flakes to the IRC channel for monitoring (if configured): 201 python3 $INSTALL/report-flakes.py \
|
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| intel_perf_query.c | 51 /* Align to 64bytes, requirement for OA report write address. */ 53 ALIGN(256 /* OA report */ + \ 145 * once the End OA report has landed and after we we have processed 214 * ID that will be reflected in the resulting OA report 216 * in the begin report and the the end report should be 269 * report counter snapshots for a specific counter set/profile in a 1053 uint32_t *report = (uint32_t *) (header + 1); local 1056 last_timestamp = report[1]; 1096 DBG("Spurious start report id=%"PRIu32"\n", start[0]) 1331 uint32_t *report = (uint32_t *)(header + 1); local [all...] |
| intel_perf.c | 970 gfx8_read_report_clock_ratios(const uint32_t *report, 989 uint32_t unslice_freq = report[0] & 0x1ff; 990 uint32_t slice_freq_low = (report[0] >> 25) & 0x7f; 991 uint32_t slice_freq_high = (report[0] >> 9) & 0x3;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/perf/ |
| gen_perf.c | 459 gen8_read_report_clock_ratios(const uint32_t *report, 478 uint32_t unslice_freq = report[0] & 0x1ff; 479 uint32_t slice_freq_low = (report[0] >> 25) & 0x7f; 480 uint32_t slice_freq_high = (report[0] >> 9) & 0x3;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_performance_query.c | 90 256) /* OA counter report */ 170 * once the End OA report has landed and after we we have processed 646 uint32_t *report = (uint32_t *) (header + 1); local 649 last_timestamp = report[1]; 687 DBG("Spurious start report id=%"PRIu32"\n", start[0]); 691 DBG("Spurious end report id=%"PRIu32"\n", end[0]); 714 * Accumulation starts from the first report captured via 716 * last MI_RPC report requested by brw_end_perf_query(). Between these 748 DBG("Spurious start report id=%"PRIu32"\n", start[0]); 752 DBG("Spurious end report id=%"PRIu32"\n", end[0]) 784 uint32_t *report = (uint32_t *)(header + 1); local [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/ |
| Bug Report - AMD Radeon Vulkan.md | 1 ### Before submitting your bug report: 65 Consider recording a [GFXReconstruct](https://github.com/LunarG/gfxreconstruct/blob/dev/USAGE_desktop.md) (preferred), [RenderDoc](https://renderdoc.org/), or [apitrace](https://github.com/apitrace/apitrace/blob/master/docs/USAGE.markdown) capture of the issue with the RADV driver active. This can tremendously help when debugging issues, but you're still encouraged to report issues if you can't provide a capture file.
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/ |
| piglit-runner.sh | 77 # Report the flakes to the IRC channel for monitoring (if configured): 79 python3 $INSTALL/report-flakes.py \
|
| /xsrc/external/mit/xkbcomp/dist/ |
| keytypes.c | 294 Bool report; local 315 report = (old->defs.fileID == new->defs.fileID) && (warningLevel > 0); 316 if (report) 516 KeyTypeInfo * type, PreserveInfo * new, Bool clobber, Bool report) 540 if (report && (warningLevel > 0)) 585 * @param report True if a warning is to be printed on. 590 XkbKTMapEntryPtr new, Bool clobber, Bool report) 597 if (report && (old->level != new->level)) 614 else if (report && warningLevel > 9) 760 unsigned level, Atom name, Bool clobber, Bool report) [all...] |
| symbols.c | 321 Bool report, clobber; local 324 report = (warningLevel > 9) || 389 if (report) 441 if (report) 478 Bool report; local 494 report = ((warningLevel > 9) || 518 if (report) 530 if ((into->types[i] != None) && (report) &&
|
| /xsrc/external/mit/fontconfig/include/ |
| fcobjshash.h | 29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
|
| /xsrc/external/mit/MesaLib/dist/src/intel/ds/ |
| intel_pps_driver.cc | 241 struct Report { 274 // Report is next to the header 275 auto report = reinterpret_cast<const Report *>(header + 1); 276 auto cpu_timestamp = correlate_gpu_timestamp(report->timestamp); 280 // the distance between last report and this one 369 auto report_b = reinterpret_cast<const Report *>(record_b + 1);
|
| /xsrc/external/mit/xcb-util/dist/atom/ |
| atoms.c | 29 error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
|
| /xsrc/external/mit/xorg-server/dist/damageext/ |
| damageext.c | 215 DamageExtRegister(DrawablePtr pDrawable, DamagePtr pDamage, Bool report) 220 if (report) {
|
| /xsrc/external/mit/libXt/dist/src/ |
| Converters.c | 190 static enum { Check, Report, Ignore } report_it = Check; 208 report_it = *(Boolean *) value.addr ? Report : Ignore; 211 Boolean report = False; local 213 toVal.addr = (XPointer) &report; 218 report_it = report ? Report : Ignore; 221 report_it = Report; 224 report_it = Report; 227 if (report_it == Report) {
|
| /xsrc/external/mit/beforelight/dist/ |
| configure | 5 # Report bugs to <https://gitlab.freedesktop.org/xorg/app/beforelight/issues>. 1247 as_fn_error $? "pwd does not report name of working directory" 1310 # Report the --help message. 1440 Report bugs to <https://gitlab.freedesktop.org/xorg/app/beforelight/issues>. 1446 # If there are subdirs, report their specific --help. 3791 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) 3800 report (x>y, "x is %d but y is %d", x, y); 8462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have chosen not to turn some select compiler warnings into errors. This should not be necessary. Please report why you needed to do so in a bug report at $PACKAGE_BUGREPORT" >&5 8463 $as_echo "$as_me: WARNING: You have chosen not to turn some select compiler warnings into errors. This should not be necessary. Please report why you needed to do so in a bug report at $PACKAGE_BUGREPORT" >&2; [all...] |