| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 50-user.conf | 4 <description>Load per-user customization files</description> 6 Load per-user customization files where stored on XDG Base Directory
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/ |
| H A D | knobs.rst | 29 Maximum # of NUMA-nodes per system used for worker threads 0 == ALL NUMA-nodes in the system N == Use at most N NUMA-nodes for rendering 33 Maximum # of cores per NUMA-node used for worker threads. 0 == ALL non-API thread cores per NUMA-node N == Use at most N cores per NUMA-node 37 Maximum # of (hyper)threads per physical core used for worker threads. 0 == ALL hyper-threads per core N == Use at most N hyper-threads per physical core 85 Disable per-draw/dispatch execution 89 Stop per-draw execution at worker FE NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in core/knobs.h 93 Stop per [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/ |
| H A D | knobs.rst | 29 Maximum # of NUMA-nodes per system used for worker threads 0 == ALL NUMA-nodes in the system N == Use at most N NUMA-nodes for rendering 33 Maximum # of cores per NUMA-node used for worker threads. 0 == ALL non-API thread cores per NUMA-node N == Use at most N cores per NUMA-node 37 Maximum # of (hyper)threads per physical core used for worker threads. 0 == ALL hyper-threads per core N == Use at most N hyper-threads per physical core 85 Disable per-draw/dispatch execution 89 Stop per-draw execution at worker FE NOTE: Requires KNOB_ENABLE_TOSS_POINTS to be enabled in core/knobs.h 93 Stop per [all...] |
| /xsrc/external/mit/xcb-util/dist/keysyms/ |
| H A D | keysyms.c | 197 int per; local in function:xcb_key_symbols_get_keysym 208 per = syms->u.reply->keysyms_per_keycode; 209 if ((col < 0) || ((col >= per) && (col > 3)) || 214 keysyms = &keysyms[(keycode - min_keycode) * per]; 219 while ((per > 2) && (keysyms[per - 1] == XCB_NO_SYMBOL)) 220 per--; 221 if (per < 3) 224 if ((per <= (col|1)) || (keysyms[col|1] == XCB_NO_SYMBOL))
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | TMkey.c | 394 are constant per KeyCode. If a key translator uses no standard 558 int per; local in function:XtTranslateKey 572 per = pd->keysyms_per_keycode; 573 syms = &pd->keysyms[(keycode - pd->min_keycode) * per]; 574 while ((per > 2) && (syms[per - 1] == NoSymbol)) 575 per--; 576 if ((per > 2) && (modifiers & pd->mode_switch)) { 578 per -= 2; 581 (per > 699 int per; local in function:XtKeysymToKeycodeList [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | KeyBind.c | 88 register int per = dpy->keysyms_per_keycode; local in function:KeyCodetoKeySym 92 if ((col < 0) || ((col >= per) && (col > 3)) || 96 syms = &dpy->keysyms[(keycode - dpy->min_keycode) * per]; 99 while ((per > 2) && (syms[per - 1] == NoSymbol)) 100 per--; 101 if (per < 3) 104 if ((per <= (col|1)) || (syms[col|1] == NoSymbol)) { 260 int per, n; local in function:_XKeyInitialize 269 n, &per); 795 int per; local in function:_XTranslateKey [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | postprocess.rst | 9 The filters can be toggled per-app via driconf, or per-session via the
|
| /xsrc/external/mit/libXext/dist/ |
| H A D | README.md | 8 preferred to make per-extension libraries that can be evolved as needed
|
| H A D | configure.ac | 33 # Determine .so library version per platform
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | velems.rst | 53 0 means this is per-vertex data, n means per-instance data used for
|
| H A D | blend.rst | 26 blend state is ignored, including per-render-target state, so logicops are 35 and performing one of the following operations per-channel: 90 Contains the per-rendertarget blend state.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | velems.rst | 53 0 means this is per-vertex data, n means per-instance data used for
|
| H A D | blend.rst | 26 blend state is ignored, including per-render-target state, so logicops are 35 and performing one of the following operations per-channel: 90 Contains the per-rendertarget blend state.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.0.7.rst | 58 - vulkan/wsi/wayland: Use per-display event queue 61 - egl/wayland: Use per-surface event queues
|
| H A D | 10.1.4.rst | 64 - nv50: fix setting of texture ms info to be per-stage
|
| H A D | 7.0.4.rst | 26 - Fixed a per-vertex glMaterial bug which could cause bad lighting
|
| H A D | 21.1.8.rst | 80 - nir/builder: invalidate metadata per function
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_multithread_makecurrent.spec | 33 create a context per thread which each operate on their own 37 For some applications, maintaining per-thread contexts and
|
| H A D | MESA_query_renderer.spec | 40 color depth, number of samples per-pixel, texture quality, and so on. 47 There are also cases where more than one renderer may be available per 210 UNRESOLVED. Some hardware has different per-process and global
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_multithread_makecurrent.spec | 33 create a context per thread which each operate on their own 37 For some applications, maintaining per-thread contexts and
|
| H A D | MESA_query_renderer.spec | 40 color depth, number of samples per-pixel, texture quality, and so on. 47 There are also cases where more than one renderer may be available per 210 UNRESOLVED. Some hardware has different per-process and global
|
| /xsrc/external/mit/MesaLib/dist/docs/nir/ |
| H A D | alu.rst | 39 Most of the common ALU ops in NIR operate per-component, meaning that the 43 naturally scale to as many components as necessary. Non-per-component ALU ops
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imThaiFlt.c | 775 int per; local in function:XThaiTranslateKey 787 per = dpy->keysyms_per_keycode; 788 syms = &dpy->keysyms[(keycode - dpy->min_keycode) * per]; 789 while ((per > 2) && (syms[per - 1] == NoSymbol)) 790 per--; 791 if ((per > 2) && (modifiers & dpy->mode_switch)) { 793 per -= 2; 797 if ((per == 1) || (syms[1] == NoSymbol)) 805 if ((per [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | format.rst | 25 - ``NORM``: Normalized integers, signed or unsigned per channel
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | perf.rst | 39 server in 32-bit per pixel mode for better performance. That is,
|