| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_util.c | 59 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 D | 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 t [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | 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/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | 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/dist/docs/relnotes/ |
| H A D | 18.3.1.rst | 12 Compatibility contexts may report a lower version depending on each
|
| H A D | 19.0.8.rst | 12 Compatibility contexts may report a lower version depending on each
|
| H A D | 20.0.7.rst | 12 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 D | 19.2.4.rst | 12 Compatibility contexts may report a lower version depending on each
|
| H A D | 20.0.4.rst | 12 Compatibility contexts may report a lower version depending on each
|
| H A D | 20.2.6.rst | 11 Compatibility contexts may report a lower version depending on each driver.
|
| H A D | 18.1.7.rst | 12 Compatibility contexts may report a lower version depending on each
|
| /xsrc/external/mit/editres/dist/ |
| H A D | handler.c | 182 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 D | bugs.rst | 12 - 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 D | application-issues.rst | 33 the ``glGetString(GL_EXTENSIONS)`` query to only report extensions older
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| H A D | gtest-runner.sh | 57 python3 $INSTALL/report-flakes.py \
|
| H A D | prepare-artifacts.sh | 36 cp -Rp .gitlab-ci/report-flakes.py install/
|
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | 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 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 D | gen_perf.c | 459 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 D | 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.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | 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 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 D | README.md | 28 ## Bug report
|
| /xsrc/external/mit/libxcb/dist/ |
| H A D | README.md | 22 Please report any issues you find to the freedesktop.org bug tracker at:
|
| /xsrc/external/mit/MesaLib.old/dist/ |
| H A D | README.rst | 48 If you think something isn't working properly, please file a bug report
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/ |
| H A D | piglit-runner.sh | 79 python3 $INSTALL/report-flakes.py \
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | README.rst | 48 If you think something isn't working properly, please file a bug report
|