Searched refs:report (Results 1 - 25 of 548) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_util.c59 char report[512]; local in function:__anv_perf_warn
65 snprintf(report, sizeof(report), "%s: %s", file, buffer);
74 report);
85 char report[512]; local in function:__vk_errorv
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/
H A Dmouse-codes88 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 t
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_query.c96 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/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_query.c96 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/dist/docs/relnotes/
H A D18.3.1.rst12 Compatibility contexts may report a lower version depending on each
H A D19.0.8.rst12 Compatibility contexts may report a lower version depending on each
H A D20.0.7.rst12 Compatibility contexts may report a lower version depending on each
112 - vulkan: Allow destroying NULL debug report callbacks
127 - mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer target
155 - radv: report INITIALIZATION_FAILED when the amdgpu winsys init failed
156 - radv: don't report error with other vendor DRM devices
H A D19.2.4.rst12 Compatibility contexts may report a lower version depending on each
H A D20.0.4.rst12 Compatibility contexts may report a lower version depending on each
H A D20.2.6.rst11 Compatibility contexts may report a lower version depending on each driver.
H A D18.1.7.rst12 Compatibility contexts may report a lower version depending on each
/xsrc/external/mit/editres/dist/
H A Dhandler.c182 XawPannerReport *report = (XawPannerReport *) report_ptr; local in function:PannerCallback
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 in function:PortholeCallback
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
[all...]
/xsrc/external/mit/MesaLib/dist/docs/
H A Dbugs.rst12 - Monitor your bug report for requests for additional information, etc.
24 everything you can to facilitate quickly fixing bugs. If your bug report
H A Dapplication-issues.rst33 the ``glGetString(GL_EXTENSIONS)`` query to only report extensions older
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/
H A Dgtest-runner.sh57 python3 $INSTALL/report-flakes.py \
H A Dprepare-artifacts.sh36 cp -Rp .gitlab-ci/report-flakes.py install/
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf_query.c51 /* 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 in function:read_oa_samples_until
1056 last_timestamp = report[1];
1096 DBG("Spurious start report i
1242 oa_report_ctx_id_valid(const struct intel_device_info * devinfo,const uint32_t * report) argument
1331 uint32_t *report = (uint32_t *)(header + 1); local in function:accumulate_oa_reports
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/perf/
H A Dgen_perf.c459 gen8_read_report_clock_ratios(const uint32_t *report, argument
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/dist/.gitlab/issue_templates/
H A DBug Report - AMD Radeon Vulkan.md1 ### 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.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c90 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 in function:read_oa_samples_until
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 i
784 uint32_t *report = (uint32_t *)(header + 1); local in function:accumulate_oa_reports
[all...]
/xsrc/external/mit/fontconfig/dist/
H A DREADME.md28 ## Bug report
/xsrc/external/mit/libxcb/dist/
H A DREADME.md22 Please report any issues you find to the freedesktop.org bug tracker at:
/xsrc/external/mit/MesaLib.old/dist/
H A DREADME.rst48 If you think something isn't working properly, please file a bug report
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/
H A Dpiglit-runner.sh79 python3 $INSTALL/report-flakes.py \
/xsrc/external/mit/MesaLib/dist/
H A DREADME.rst48 If you think something isn't working properly, please file a bug report

Completed in 15 milliseconds

1234567891011>>