| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| format_fallback.py | 66 # Every sRGB format MUST have a UNORM equivalent 112 * Assert-fails if the format is not sRGB and does not have an sRGB equivalent. 127 unreachable("Given format does not have an sRGB equivalent");
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| format_fallback.py | 66 # Every sRGB format MUST have a UNORM equivalent 126 * Assert-fails if the format is not sRGB and does not have an sRGB equivalent. 141 unreachable("Given format does not have an sRGB equivalent");
|
| /xsrc/external/mit/lndir/dist/ |
| lndir.c | 120 equivalent(char *lname, const char *rname, char **p) function 291 if (!equivalent (basesymlen>=0 ? basesym : buf, symbuf,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| analyze.lua | 1 -- A script that compares a set of equivalent cmdstream captures from 11 -- between equivalent draw calls.
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcfile.fncs | 42 equivalent ISO Latin-1) encoding as those are not usable by Unicode-based
|
| fcstring.fncs | 124 equivalent lower case letter.
|
| /xsrc/external/mit/imake/dist/ |
| mdepend.cpp | 3 XCOMM Do the equivalent of the 'makedepend' program, but do it right.
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ |
| xorgconf.cpp | 328 # These two are equivalent 338 # These two are equivalent
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ |
| xorgconf.cpp | 334 # These two are equivalent 344 # These two are equivalent
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_algebraic.py | 119 is equivalent to when constructing the replacement expression. This is 254 def equivalent(self, other): member in class:Constant 255 """Check that two constants are equivalent. 317 def equivalent(self, other): member in class:Variable 318 """Check that two variables are equivalent. 386 def equivalent(self, other): member in class:Expression 387 """Check that two variables are equivalent. 406 return all(s.equivalent(o) for s, o in zip(self.sources, other.sources)) 420 not self.sources[0].equivalent(self.sources[1]): 898 # item is equivalent to nu in "Tree Automatons. [all...] |