Searched refs:replicated (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DXKBMisc.c59 BOOL replicated = FALSE; local in function:XkbKeyTypesForCoreSymbols
100 replicated = TRUE;
105 replicated = FALSE;
108 for (i = 2; i < width && replicated; i++)
111 replicated = FALSE;
115 for (j = 2; replicated &&
119 for (i = 0; i < width && replicated; i++)
122 replicated = FALSE;
127 if (replicated)
/xsrc/external/mit/xorg-server/dist/xkb/
H A DXKBMisc.c56 BOOL replicated = FALSE; local in function:XkbKeyTypesForCoreSymbols
96 replicated = TRUE;
101 replicated = FALSE;
104 for (i = 2; i < width && replicated; i++) {
106 replicated = FALSE;
110 for (j = 2; replicated &&
112 for (i = 0; i < width && replicated; i++) {
114 replicated = FALSE;
119 if (replicated) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_lower_framebuffer.c147 * suitable for storing (with components replicated to fill). Unpacks do the
153 nir_ssa_def *replicated[4]; local in function:pan_replicate
156 replicated[i] = nir_channel(b, v, i % num_components);
158 return nir_vec(b, replicated, 4);
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dprinciples.adoc179 So both the `IconMgr` and the ``WList``s are replicated for each
183 The replicated instances are created after the first `IconMgr`, in
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c1724 * independent of replicated vectorization. */
3315 nir_ssa_def *replicated = local in function:bifrost_nir_lower_blend_components
3321 /* Rewrite to use our replicated version */
3322 nir_instr_rewrite_src_ssa(instr, &intr->src[0], replicated);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst24 *replicated* to *dst*. :opcode:`RCP` is one such instruction.
1871 :math:`dst1 \times 2^{dst0} = src` . The results are replicated across
3612 Specifies that writes to the fragment shader color 0 are replicated to all
H A Dscreen.rst55 replicated across all MRTs.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst24 *replicated* to *dst*. :opcode:`RCP` is one such instruction.
1905 :math:`dst1 \times 2^{dst0} = src` . The results are replicated across
3690 Specifies that writes to the fragment shader color 0 are replicated to all
H A Dscreen.rst60 replicated across all MRTs.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst2494 - nir: Rename replicated-result dot-product instructions

Completed in 66 milliseconds