Searched refs:per (Results 1 - 25 of 566) sorted by relevance

1234567891011>>

/xsrc/external/mit/fontconfig/dist/conf.d/
H A D50-user.conf4 <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 Dknobs.rst29 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 Dknobs.rst29 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 Dkeysyms.c197 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 DTMkey.c394 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 DKeyBind.c88 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 Dpostprocess.rst9 The filters can be toggled per-app via driconf, or per-session via the
/xsrc/external/mit/libXext/dist/
H A DREADME.md8 preferred to make per-extension libraries that can be evolved as needed
H A Dconfigure.ac33 # Determine .so library version per platform
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dvelems.rst53 0 means this is per-vertex data, n means per-instance data used for
H A Dblend.rst26 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 Dvelems.rst53 0 means this is per-vertex data, n means per-instance data used for
H A Dblend.rst26 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 D17.0.7.rst58 - vulkan/wsi/wayland: Use per-display event queue
61 - egl/wayland: Use per-surface event queues
H A D10.1.4.rst64 - nv50: fix setting of texture ms info to be per-stage
H A D7.0.4.rst26 - Fixed a per-vertex glMaterial bug which could cause bad lighting
H A D21.1.8.rst80 - nir/builder: invalidate metadata per function
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_multithread_makecurrent.spec33 create a context per thread which each operate on their own
37 For some applications, maintaining per-thread contexts and
H A DMESA_query_renderer.spec40 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 DMESA_multithread_makecurrent.spec33 create a context per thread which each operate on their own
37 For some applications, maintaining per-thread contexts and
H A DMESA_query_renderer.spec40 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 Dalu.rst39 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 DimThaiFlt.c775 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 Dformat.rst25 - ``NORM``: Normalized integers, signed or unsigned per channel
/xsrc/external/mit/MesaLib/dist/docs/
H A Dperf.rst39 server in 32-bit per pixel mode for better performance. That is,

Completed in 13 milliseconds

1234567891011>>