/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 522 if (!Op.get()) in getAssociatedSymbol() 604 // Make sure that we did not get some other section with incompatible sh_link. in getExplicitSectionGlobal() 1840 // Common symbols go into a csect with matching name which will get mapped in SelectSectionForGlobal() 1880 // linkage control sections that get mapped to the .bss section will be linked in SelectSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 995 /// Using name and line to get hash value. It should already be mostly unique. 1227 void get(unsigned ID, SmallVectorImpl<MDNode *> &Result) const;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.hpp | 330 void get(glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data) const; 1576 * Check if uniform buffer array elements automatically get subsequent 1877 * Check if sampler uniform array elements automatically get subsequent 2154 * Check if image uniform array elements automatically get subsequent
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | inline_test.cpp | 2208 pass.Run(context.get());
|
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.cpp | 878 // OH ISSUE: get the memory information of the updated pid. 966 // reaches zero we will get a ref cnt notification and figure out what to do with it. in removeUniqueKey() 977 // require purging. However, the resource must be ref'ed to get here and therefore can't in removeUniqueKey() 997 this->removeUniqueKey(sk_ref_sp(old).get()); in changeUniqueKey() 1627 // If we wrap then all the existing resources will appear older than any resources that get
|
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.cpp | 339 Uploader* uploaderRaw = uploader.get(); in render_sw_mask() 983 // If we get here, we're keeping the new element and the stack's bounds have been updated. in addElement() 1512 // Must undefer the save to get a new record. in writableSaveRecord()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCaps.cpp | 211 // PromiseImage which won't get instantiated right away. Does this need a similar thing like the in onCanCopySurface() 280 // so we can get access to the pNext for the next struct. in get_extension_feature_struct() 535 // for some intermediate values to get acceptable results. in applyDriverCorrectnessWorkarounds() 638 // We could actually query and get a max size for each config, however maxImageDimension2D will in initGrCaps() 652 // from the get go. There is no hard data to suggest this is faster or slower. in initGrCaps() 704 GrShaderCaps* shaderCaps = fShaderCaps.get(); in initShaderCaps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | inline_test.cpp | 2208 pass.Run(context.get());
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | compiler.py | 298 # used by the `temporary_identifier` method to get new 1689 func = self.environment.filters.get(node.name)
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctint-mmx.asm | 125 get_GOT ebx ; get GOT address
|
H A D | jidctint-sse2.asm | 123 get_GOT ebx ; get GOT address
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decimfmt.cpp | 140 // We only get here if an OOM error happend during construction, copy construction, assignment, or modification. in setAttribute() 274 // We only get here if an OOM error happend during construction, copy construction, assignment, or modification. in getAttribute() 537 // We only get here if an OOM error happend during construction, copy construction, assignment, or modification. in format() 561 // We only get here if an OOM error happend during construction, copy construction, assignment, or modification. in format() 617 // We only get here if an OOM error happend during construction, copy construction, assignment, or modification. in format() 641 // We only get here if an OOM error happend during construction, copy construction, assignment, or modification. in format() 665 // We only get here if an OOM error happend during construction, copy construction, assignment, or modification. in format() 685 // We only get here if an OOM error happend during construction, copy construction, assignment, or modification. in format() 706 // We only get here if an OOM error happend during construction, copy construction, assignment, or modification. in format() 1307 // We only get her in toPattern() [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLDSLParser.cpp | 379 parameterPointers.push_back(¶m.get()); in functionDeclarationEnd() 848 // we only get into interfaceBlock if we found a top-level identifier which was not a type. in interfaceBlock()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cmap-table.hh | 964 mapping.glyphID = glyph_map->get (_.glyphID); in copy()
|
/third_party/python/Lib/test/ |
H A D | test_curses.py | 51 term = os.environ.get('TERM')
|
H A D | test_httpservers.py | 407 self.assertEqual(response.msg.get("Connection", "close"), "close") 940 # Hack case to get two values for the one header 1186 # The expect handler should short circuit the usual get method by
|
/third_party/python/Lib/tkinter/ |
H A D | tix.py | 184 return self.tk.call('tix', 'option', 'get', name) 211 tixlib = os.environ.get('TIX_LIBRARY') 1805 return self._getints(self.tk.call(self, 'anchor', 'get'))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 666 const DataLayout &DL ///< DataLayout to get the Int Ptr type from. 977 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()), in makeCmpResultType() 1203 /// Given a use for a data operand, get the data operand number that 1275 /// Given a use for a arg operand, get the arg operand number that 1320 /// Helper to get the caller (the parent function).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 379 auto Contents = ErrorOrContents.get(); 711 llvm_unreachable("unable to get section index"); in getSectionIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | CommandLine.cpp | 899 MemoryBuffer &MemBuf = *MemBufOrErr.get(); in ExpandResponseFile() 1102 // one will never get any! in ParseCommandLineOptions() 1277 case cl::ZeroOrMore: // Zero or more will take all they can get... in ParseCommandLineOptions() 1278 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions() 1833 << " <subcommand> -help\" to get more help on a specific " in operator =()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 107 // both the latency to get the cache (or global mem) data go to the register, 126 // Data exports should get similar latency. 135 // first loads get extra latency. The doc says global memory access can be 231 // Goal is to get: low latency instructions - independent instructions in tryCandidateTopDown() 369 // that is we want it to get 1, 3, 5, 7 in initRegPressure() 1224 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 624 /// getBranchTargetOpValue - Helper function to get the branch target operand, 1870 // Pseudo instructions don't get encoded. 1871 const MCInstrDesc &Desc = MCII.get(MI.getOpcode());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 49 // RegisterCell RC = BT.get(Reg); 989 BT::RegisterCell BT::get(RegisterRef RR) const { 1137 // Generate a fake edge to get something to start with.
|
H A D | HexagonCommonGEP.cpp | 894 // is no longer invariant, or until we get to the upper limit of Node's in adjustForInvariance() 1110 IdxList[IdxC++] = ConstantInt::get(Int32Ty, 0); in fabricateGEP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 390 // VarArgs get passed on stack in CC_Lanai32_VarArg() 803 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC()
|