Home
last modified time | relevance | path

Searched refs:get (Results 12976 - 13000 of 13154) sorted by relevance

1...<<511512513514515516517518519520>>...527

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp522 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 DLLVMContextImpl.h995 /// 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 Dgl4cShadingLanguage420PackTests.hpp330 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 Dinline_test.cpp2208 pass.Run(context.get());
/third_party/skia/src/gpu/
H A DGrResourceCache.cpp878 // 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 DClipStack.cpp339 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 DGrVkCaps.cpp211 // 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 Dinline_test.cpp2208 pass.Run(context.get());
/third_party/skia/third_party/externals/jinja2/
H A Dcompiler.py298 # 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 Djidctint-mmx.asm125 get_GOT ebx ; get GOT address
H A Djidctint-sse2.asm123 get_GOT ebx ; get GOT address
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddecimfmt.cpp140 // 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 DSkSLDSLParser.cpp379 parameterPointers.push_back(&param.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 Dhb-ot-cmap-table.hh964 mapping.glyphID = glyph_map->get (_.glyphID); in copy()
/third_party/python/Lib/test/
H A Dtest_curses.py51 term = os.environ.get('TERM')
H A Dtest_httpservers.py407 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 Dtix.py184 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 DInstrTypes.h666 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 DELFObjectFile.h379 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 DCommandLine.cpp899 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 DSIMachineScheduler.cpp107 // 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 DARMMCCodeEmitter.cpp624 /// 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 DBitTracker.cpp49 // 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 DHexagonCommonGEP.cpp894 // 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 DLanaiISelLowering.cpp390 // VarArgs get passed on stack in CC_Lanai32_VarArg()
803 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC()

Completed in 68 milliseconds

1...<<511512513514515516517518519520>>...527