/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 2305 TexInstruction *texi = new_TexInstruction(func, tgsi.getOP()); in handleTEX() local 2314 else if (texi->op == OP_TXL || texi->op == OP_TXB) in handleTEX() 2332 if (texi->op == OP_TXD) { in handleTEX() 2334 texi->dPdx[c].set(fetchSrc(Dx >> 4, (Dx & 3) + c)); in handleTEX() 2335 texi->dPdy[c].set(fetchSrc(Dy >> 4, (Dy & 3) + c)); in handleTEX() 2354 texi->setDef(d++, dst[c]); in handleTEX() 2355 texi->tex.mask |= 1 << c; in handleTEX() 2361 texi->setSrc(s, src[s]); in handleTEX() 2363 texi->setSrc(s++, lod); in handleTEX() 2365 texi->setSrc(s++, shd); in handleTEX() [all …]
|
D | nv50_ir_from_nir.cpp | 1700 TexInstruction *texi = mkTex(OP_TXF, TEX_TARGET_2D_MS_ARRAY, 0, 0, defs, srcs); in visit() local 1701 texi->tex.levelZero = 1; in visit() 1702 texi->tex.mask = mask; in visit() 1703 texi->tex.useOffsets = 0; in visit() 1704 texi->tex.r = 0xffff; in visit() 1705 texi->tex.s = 0xffff; in visit() 2264 TexInstruction *texi = mkTex(getOperation(op), target.getEnum(), location, 0, defs, srcs); in visit() local 2265 texi->tex.bindless = bindless; in visit() 2266 texi->tex.format = nv50_ir::TexInstruction::translateImgFormat(nir_intrinsic_format(insn)); in visit() 2267 texi->tex.mask = mask; in visit() [all …]
|
D | nv50_ir_lowering_nvc0.h | 109 void findFirstUses(Instruction *texi, std::list<TexUse> &uses); 111 const Instruction *texi, std::list<TexUse> &uses,
|
D | nv50_ir_lowering_nvc0.cpp | 395 Instruction *usei, const Instruction *texi) in addTexUse() argument 398 bool dominated = insnDominatedBy(usei, texi); in addTexUse() 424 uses.push_back(TexUse(usei, texi, dominated)); in addTexUse() 435 Instruction *texi, std::list<TexUse> &uses) in findFirstUses() argument 437 int minGPR = texi->def(0).rep()->reg.data.id; in findFirstUses() 438 int maxGPR = minGPR + texi->def(0).rep()->reg.size / 4 - 1; in findFirstUses() 441 findFirstUsesBB(minGPR, maxGPR, texi->next, texi, uses, visited); in findFirstUses() 447 const Instruction *texi, std::list<TexUse> &uses, in findFirstUsesBB() argument 472 addTexUse(uses, insn, texi); in findFirstUsesBB() 482 addTexUse(uses, insn, texi); in findFirstUsesBB() [all …]
|
/external/mtools/ |
D | mkmanpages | 20 VERSION=`cat version.texi | awk '$2 == "VERSION" {print $3}'` 21 UPDATED=`cat version.texi | awk '$2 == "UPDATED" {print $3 " " $4}'`
|
D | man-warning-end.texi | 10 @unnumbered Viewing the texi doc
|
D | NEWS | 806 Fixed typoes in plain_io.c, mpartition.c and mtools.texi.
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi | 203 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 210 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 241 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 259 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 340 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 351 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 373 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 386 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 398 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 412 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. [all …]
|
D | Makefile.in | 129 mdate-sh $(srcdir)/doc/version.texi $(srcdir)/doc/stamp-vti \ 372 TEXINFOS = doc/libffi.texi 653 info_TEXINFOS = doc/libffi.texi 1388 $(srcdir)/doc/libffi.info: doc/libffi.texi $(srcdir)/doc/version.texi 1399 -o $@ $(srcdir)/doc/libffi.texi; \ 1410 doc/libffi.dvi: doc/libffi.texi $(srcdir)/doc/version.texi doc/$(am__dirstamp) 1414 `test -f 'doc/libffi.texi' || echo '$(srcdir)/'`doc/libffi.texi 1416 doc/libffi.pdf: doc/libffi.texi $(srcdir)/doc/version.texi doc/$(am__dirstamp) 1420 `test -f 'doc/libffi.texi' || echo '$(srcdir)/'`doc/libffi.texi 1422 doc/libffi.html: doc/libffi.texi $(srcdir)/doc/version.texi doc/$(am__dirstamp) [all …]
|
D | Makefile.am | 55 info_TEXINFOS = doc/libffi.texi
|
D | ChangeLog | 4334 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 4357 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 4411 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 4434 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 4468 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 4490 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 4507 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 4520 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 4610 * doc/libffi.texi: New file. 4611 * doc/version.texi: Likewise.
|
D | ChangeLog.libffi-3.1 | 333 * doc/libffi.texi (Closure Example): Fix the sample code. 334 * doc/libffi.info, doc/stamp-vti, doc/version.texi: Rebuilt. 352 * doc/libffi.texi (Simple Example): Correct example code. 353 * doc/libffi.info, doc/stamp-vti, doc/version.texi: Rebuilt. 383 * doc/libffi.texi (The Basics): Clarify return value buffer size 535 * doc/libffi.texi (Structures): Fix missing category argument of 1314 * doc/libffi.texi, include/ffi.h.in, include/ffi_common.h, 1809 * doc/libffi.texi (The Closure API): Fix typo. 1847 * doc/libffi.texi: Add closure example. 1955 * doc/libffi.texi: Add dircategory. [all …]
|
/external/libffi/ |
D | ChangeLog.libffi | 203 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 210 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 241 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 259 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 340 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 351 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 373 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 386 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 398 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. 412 * configure, doc/stamp-vti, doc/version.texi: Rebuilt. [all …]
|
D | ChangeLog.old | 341 * doc/libffi.texi (Closure Example): Fix the sample code. 342 * doc/libffi.info, doc/stamp-vti, doc/version.texi: Rebuilt. 360 * doc/libffi.texi (Simple Example): Correct example code. 361 * doc/libffi.info, doc/stamp-vti, doc/version.texi: Rebuilt. 391 * doc/libffi.texi (The Basics): Clarify return value buffer size 543 * doc/libffi.texi (Structures): Fix missing category argument of 1322 * doc/libffi.texi, include/ffi.h.in, include/ffi_common.h, 1817 * doc/libffi.texi (The Closure API): Fix typo. 1855 * doc/libffi.texi: Add closure example. 1963 * doc/libffi.texi: Add dircategory. [all …]
|
D | ChangeLog.libffi-3.1 | 333 * doc/libffi.texi (Closure Example): Fix the sample code. 334 * doc/libffi.info, doc/stamp-vti, doc/version.texi: Rebuilt. 352 * doc/libffi.texi (Simple Example): Correct example code. 353 * doc/libffi.info, doc/stamp-vti, doc/version.texi: Rebuilt. 383 * doc/libffi.texi (The Basics): Clarify return value buffer size 535 * doc/libffi.texi (Structures): Fix missing category argument of 1314 * doc/libffi.texi, include/ffi.h.in, include/ffi_common.h, 1809 * doc/libffi.texi (The Closure API): Fix typo. 1847 * doc/libffi.texi: Add closure example. 1955 * doc/libffi.texi: Add dircategory. [all …]
|
/external/libffi/doc/ |
D | Makefile.am | 3 info_TEXINFOS = libffi.texi
|
D | libffi.texi | 4 @include version.texi
|
/external/e2fsprogs/debian/attic/libs/ |
D | rules | 123 $(debdir)/e2fslibsg-dev/usr/doc/e2fslibsg/libext2fs.texi 125 $(debdir)/comerrg-dev/usr/doc/comerr2g/com_err.texi
|
/external/e2fsprogs/debian/ |
D | rules | 130 debian/libext2fs-dev/usr/share/doc/libext2fs2/libext2fs.texi 132 debian/comerr-dev/usr/share/doc/comerr-dev/com_err.texi
|
/external/libffi/include/ |
D | ffi.h.in | 28 Most of the API is documented in doc/libffi.texi.
|
/external/python/cpython2/Modules/_ctypes/libffi/doc/ |
D | libffi.info | 1 This is libffi.info, produced by makeinfo version 5.1 from libffi.texi.
|
D | libffi.texi | 15 @include version.texi
|
/external/cldr/common/testData/transforms/ |
D | ug-fonipa-t-ug.txt | 1354 تېخى texi
|
/external/mime-support/ |
D | mime.types | 511 application/x-texinfo texinfo texi
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 1393 application/x-texinfo texinfo texi
|