Searched refs:latest (Results 1 - 25 of 75) sorted by relevance

123

/xsrc/external/mit/xkeyboard-config/dist/scripts/
H A Dpull_translations.sh3 # This script is for pulling the latest translations from Translation Project
15 rsync -Lrtvz translationproject.org::tp/latest/$project/ po
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_combine_stores.c59 nir_intrinsic_instr *latest; member in struct:combined_store
112 assert(combo->latest);
113 assert(combo->latest->intrinsic == nir_intrinsic_store_deref);
115 /* If the combined writemask is the same as the latest store, we know there
118 if ((combo->write_mask & nir_intrinsic_write_mask(combo->latest)) ==
122 state->b.cursor = nir_before_instr(&combo->latest->instr);
129 unsigned bit_size = combo->latest->src[1].ssa->bit_size;
145 if (--store->instr.pass_flags == 0 && store != combo->latest)
151 assert(combo->latest->instr.pass_flags == 0);
154 /* Fix the latest stor
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_combine_stores.c59 nir_intrinsic_instr *latest; member in struct:combined_store
112 assert(combo->latest);
113 assert(combo->latest->intrinsic == nir_intrinsic_store_deref);
115 /* If the combined writemask is the same as the latest store, we know there
118 if ((combo->write_mask & nir_intrinsic_write_mask(combo->latest)) ==
122 state->b.cursor = nir_before_instr(&combo->latest->instr);
129 unsigned bit_size = combo->latest->src[1].ssa->bit_size;
145 if (--store->instr.pass_flags == 0 && store != combo->latest)
151 assert(combo->latest->instr.pass_flags == 0);
154 /* Fix the latest stor
[all...]
/xsrc/external/mit/MesaLib/dist/docs/
H A Dprecompiled.rst6 Some Linux distributions closely follow the latest Mesa releases. On
H A Dindex.rst118 Linux Kernel Drivers <https://www.kernel.org/doc/html/latest/gpu/>
H A Drepository.rst105 repository. Generally, ``main`` contains the latest development
106 (unstable) code while a branch has the latest stable code.
144 to get the latest files before you start working.
H A Dreleasing.rst50 - Only the latest branch has releases. See note below.
209 Get latest source files
212 Ensure the latest code is available - both in your local main and the
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dralloc.c574 struct linear_header *latest; /* the only buffer that has free space */ member in struct:linear_header
624 node->latest = node;
632 linear_header *latest = first->latest; local in function:linear_alloc_child
638 assert(!latest->next);
643 if (unlikely(latest->offset + full_size > latest->size)) {
645 new_node = create_linear_node(latest->ralloc_parent, size);
649 first->latest = new_node;
650 latest
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dralloc.c573 struct linear_header *latest; /* the only buffer that has free space */ member in struct:linear_header
623 node->latest = node;
631 linear_header *latest = first->latest; local in function:linear_alloc_child
637 assert(!latest->next);
642 if (unlikely(latest->offset + full_size > latest->size)) {
644 new_node = create_linear_node(latest->ralloc_parent, size);
648 first->latest = new_node;
649 latest
[all...]
/xsrc/external/mit/brotli/dist/python/
H A DREADME.md10 If you just want to install the latest release of the Python `brotli`
51 [development mode]: https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dpresent-test.c462 int earliest = 0, latest = 0; local in function:test_future
550 if (diff > latest) {
552 latest = diff;
565 printf("\t%d frames shown too late (worst %d)!\n", late, latest);
725 int earliest = 0, latest = 0; local in function:test_accuracy
790 if (diff > latest) {
792 latest = diff;
806 printf("\t%d frames shown too late (worst %d)!\n", late, latest);
845 int earliest = 0, latest = 0; local in function:test_modulus
932 if (diff > latest) {
984 int earliest = 0, latest = 0; local in function:test_future_msc
1179 int latest = 0, late = 0; local in function:test_exhaustion_msc
1244 int earliest = 0, latest = 0; local in function:test_accuracy_msc
1330 int earliest = 0, latest = 0; local in function:test_modulus_msc
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h102 * circumstances. This is necessary for unsychronized maps to map the latest
104 * unsychronized maps are not queued and they should return the latest
246 * for unsychronized mappings. This points to the latest version of
247 * the buffer after the latest invalidation. It's only used for unsychro-
250 struct pipe_resource *latest; member in struct:threaded_resource
266 * reallocations (set in "latest" of the base instance), this points to
268 * a buffer invalidation, because such transfers operate on "latest", not
/xsrc/external/mit/libxcb/dist/
H A DREADME.md30 You can obtain the latest development versions of XCB using GIT from
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.0.4.rst41 - Including the latest glext.h and glxext.h header files from Khronos
H A D7.3.rst5 stability should stick with latest stable release: version 7.2.
H A D20.1.10.rst37 - omx/tizonia build broken with latest mesa git
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h100 * circumstances. This is necessary for unsychronized maps to map the latest
102 * unsychronized maps are not queued and they should return the latest
310 * for unsychronized mappings. This points to the latest version of
311 * the buffer after the latest invalidation. It's only used for unsychro-
314 struct pipe_resource *latest; member in struct:threaded_resource
357 * reallocations (set in "latest" of the base instance), this points to
359 * a buffer invalidation, because such transfers operate on "latest", not
/xsrc/external/mit/brotli/dist/
H A DREADME.md5 Please consider updating brotli to version 1.0.9 (latest).
77 To install the latest release of the Python module, run the following:
/xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
H A DBug Report.md3 - If you can, check if the latest development version (git main) works better.
H A DBug Report - AMD Radeon Vulkan.md3 - If you can, check if the latest development version (git main) works better.
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dv3d.rst11 <https://www.kernel.org/doc/html/latest/gpu/v3d.html>`__ kernel DRM
H A Dsvga3d.rst6 SVGA3D driver) for Linux using the latest source code. This driver gives
43 the driver or you want to update to the latest code these instructions
129 latest code from Git:
/xsrc/external/mit/xcb-proto/dist/
H A DREADME.md38 You can obtain the latest development versions of xcb-proto using GIT from
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dlinks.adoc21 https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html[EWMH
/xsrc/external/mit/libdrm/dist/
H A DCONTRIBUTING.rst55 https://www.kernel.org/doc/html/latest/process/coding-style.html?highlight=coding%20style

Completed in 15 milliseconds

123