Searched refs:into (Results 1 - 25 of 703) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dknob_defs.py159 'This value MUST be evenly divisible into 2^32'],
167 'Larger primitives are split into smaller Draw calls.',
176 'Larger primitives are split into smaller Draw calls.',
311 'desc' : ['Don\'t split large draws into smaller draws.,',
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dknob_defs.py159 'This value MUST be evenly divisible into 2^32'],
167 'Larger primitives are split into smaller Draw calls.',
176 'Larger primitives are split into smaller Draw calls.',
311 'desc' : ['Don\'t split large draws into smaller draws.,',
/xsrc/external/mit/MesaLib/dist/src/panfrost/ds/
H A Dpan_pps_driver.h25 static inline PanfrostDriver &into(Driver &dri);
26 static inline const PanfrostDriver &into(const Driver &dri);
51 PanfrostDriver &PanfrostDriver::into(Driver &dri) function in class:pps::PanfrostDriver
56 const PanfrostDriver &PanfrostDriver::into(const Driver &dri) function in class:pps::PanfrostDriver
/xsrc/external/mit/libepoxy/dist/registry/
H A DREADME.md5 and copy them into this directory. You should follow these steps, instead:
12 into it with the appropriate commit message
/xsrc/external/mit/xkbcomp/dist/
H A Dsymbols.c142 * Copy old into new, optionally reset old to 0.
316 KeyInfo * into, KeyInfo * from, unsigned group)
325 ((into->defs.fileID == from->defs.fileID) && (warningLevel > 0));
326 if ((from->numLevels[group] > into->numLevels[group])
335 resultSyms = into->syms[group];
336 resultActs = into->acts[group];
337 resultWidth = into->numLevels[group];
346 longText(into->name, XkbMessage));
350 if ((resultActs == NULL) && (into->acts[group] || from->acts[group]))
357 longText(into
315 MergeKeyGroups(SymbolsInfo * info,KeyInfo * into,KeyInfo * from,unsigned group) argument
462 MergeKeys(SymbolsInfo * info,KeyInfo * into,KeyInfo * from) argument
695 MergeIncludedSymbols(SymbolsInfo * into,SymbolsInfo * from,unsigned merge,XkbDescPtr xkb) argument
[all...]
H A Dkeycodes.c425 MergeIncludedKeycodes(KeyNamesInfo * into, KeyNamesInfo * from, argument
430 into->errorCount += from->errorCount;
433 if (into->name == NULL)
435 into->name = from->name;
451 if (!AddKeyName(into, i, buf, thisMerge, from->fileID, False))
452 into->errorCount++;
461 if (!AddIndicatorName(into, led))
462 into->errorCount++;
466 if (!MergeAliases(&into->aliases, &from->aliases, merge))
467 into
[all...]
H A Dgeometry.c560 DupSectionInfo(SectionInfo *into, const SectionInfo *from, argument
565 defs = into->defs;
566 *into = *from;
567 into->defs.fileID = defs.fileID;
568 into->defs.merge = defs.merge;
569 into->defs.next = NULL;
570 into->dfltRow.defs.fileID = defs.fileID;
571 into->dfltRow.defs.merge = defs.merge;
572 into->dfltRow.defs.next = NULL;
573 into
863 ReplaceDoodad(DoodadInfo * into,DoodadInfo * from) argument
1231 MergeIncludedGeometry(GeometryInfo * into,GeometryInfo * from,unsigned merge) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DXKBMAlloc.c220 XkbCopyKeyType(XkbKeyTypePtr from,XkbKeyTypePtr into) argument
222 if ((!from)||(!into))
224 free(into->map);
225 into->map = NULL;
226 free(into->preserve);
227 into->preserve = NULL;
228 free(into->level_names);
229 into->level_names = NULL;
230 *into= *from;
231 if ((from->map)&&(into
255 XkbCopyKeyTypes(XkbKeyTypePtr from,XkbKeyTypePtr into,int num_types) argument
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A DXKBMAlloc.c218 XkbCopyKeyType(XkbKeyTypePtr from, XkbKeyTypePtr into) argument
220 if ((!from) || (!into))
222 free(into->map);
223 into->map = NULL;
224 free(into->preserve);
225 into->preserve = NULL;
226 free(into->level_names);
227 into->level_names = NULL;
228 *into = *from;
229 if ((from->map) && (into
254 XkbCopyKeyTypes(XkbKeyTypePtr from,XkbKeyTypePtr into,int num_types) argument
[all...]
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBMAlloc.c211 XkbCopyKeyType(XkbKeyTypePtr from, XkbKeyTypePtr into) argument
213 if ((!from) || (!into))
216 _XkbFree(into->map);
217 into->map = NULL;
219 _XkbFree(into->preserve);
220 into->preserve = NULL;
222 _XkbFree(into->level_names);
223 into->level_names = NULL;
225 *into = *from;
226 if ((from->map) && (into
251 XkbCopyKeyTypes(XkbKeyTypePtr from,XkbKeyTypePtr into,int num_types) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_agp_offset.spec35 region into byte offsets into the AGP aperture.
H A DMESA_set_3dfx_mode.spec32 The Mesa Glide driver allows full-screen rendering or rendering into
56 mode or rendering into an X window. An application can switch between
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_agp_offset.spec35 region into byte offsets into the AGP aperture.
H A DMESA_set_3dfx_mode.spec32 The Mesa Glide driver allows full-screen rendering or rendering into
56 mode or rendering into an X window. An application can switch between
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_pixmap_colormap.spec32 Since Mesa allows RGB rendering into drawables with PseudoColor,
63 The Mesa implementation of GLX allows RGB rendering into X windows and
73 rendered into the pixmap may then be copied to a window (which uses the
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_pixmap_colormap.spec32 Since Mesa allows RGB rendering into drawables with PseudoColor,
63 The Mesa implementation of GLX allows RGB rendering into X windows and
73 rendered into the pixmap may then be copied to a window (which uses the
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/
H A Dopenswr.rst11 fits into the gallium framework, and reuses gallivm for doing the TGSI
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Dintel_dump_gpu.in19 -c, --only-capture Only write objects flagged with EXEC_OBJECT_CAPTURE into
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dopenswr.rst11 fits into the gallium framework, and reuses gallivm for doing the TGSI
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.4.7.rst53 - egl: Take alpha bits into account when selecting GBM formats
66 - i965: Fix out-of-bounds accesses into pull_constant_loc array
82 - r300g: fix a crash when resolving into an sRGB texture
103 - glsl: optimize (0 cmp x + y) into (-x cmp y).
H A D7.5.2.rst45 - glUseProgram() is now compiled into display lists (bug 23746).
46 - glUniform functions are now compiled into display lists
H A D10.2.4.rst76 - i965: Don't copy propagate abs into Broadwell logic instructions.
100 - i965/fs: Constant propagate into 2-src math instructions on Gen8.
101 - i965/vec4: Constant propagate into 2-src math instructions on Gen8.
/xsrc/external/mit/freetype/dist/builds/
H A Dlink_dos.mk30 # This final rule is used to link all object files into a single library.
H A Dlink_std.mk30 # This final rule is used to link all object files into a single library.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dprofiling.rst5 at build time to provide insight into performance tuning.

Completed in 14 milliseconds

1234567891011>>