Home
last modified time | relevance | path

Searched defs:nullptr (Results 251 - 275 of 463) sorted by relevance

1...<<111213141516171819

/third_party/skia/tests/
H A DGrMeshTest.cpp561 nullptr, local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DTextureFormatTests.cpp294 DoFormatSamplingTest(FormatTestInfo formatInfo, const std::vector<TextureData>& textureData, const std::vector<RenderData>& expectedRenderData, detail::Expectation* customExpectation = nullptr) DoFormatSamplingTest() argument
329 DoFormatRenderingTest(FormatTestInfo formatInfo, const std::vector<TextureData>& textureData, const std::vector<RenderData>& expectedRenderData, detail::Expectation* customExpectation = nullptr) DoFormatRenderingTest() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h1154 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Constant *> IdxList, bool InBounds = false, Optional<unsigned> InRangeIndex = None, Type *OnlyIfReducedTy = nullptr) getGetElementPtr() argument
1163 getGetElementPtr(Type *Ty, Constant *C, Constant *Idx, bool InBounds = false, Optional<unsigned> InRangeIndex = None, Type *OnlyIfReducedTy = nullptr) getGetElementPtr() argument
[all...]
H A DPassManager.h592 PassInstrumentationAnalysis(PassInstrumentationCallbacks *Callbacks = nullptr) in PassInstrumentationAnalysis() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCFragment.h231 MCDataFragment(MCSection *Sec = nullptr) in MCDataFragment() argument
246 MCCompactEncodedInstFragment(MCSection *Sec = nullptr) in MCCompactEncodedInstFragment() argument
382 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSection *Sec = nullptr) in MCLEBFragment() argument
264 MCRelaxableFragment(const MCInst &Inst, const MCSubtargetInfo &STI, MCSection *Sec = nullptr) MCRelaxableFragment() argument
297 MCAlignFragment(unsigned Alignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit, MCSection *Sec = nullptr) MCAlignFragment() argument
329 MCFillFragment(uint64_t Value, uint8_t VSize, const MCExpr &NumValues, SMLoc Loc, MCSection *Sec = nullptr) MCFillFragment() argument
356 MCOrgFragment(const MCExpr &Offset, int8_t Value, SMLoc Loc, MCSection *Sec = nullptr) MCOrgFragment() argument
411 MCDwarfLineAddrFragment(int64_t LineDelta, const MCExpr &AddrDelta, MCSection *Sec = nullptr) MCDwarfLineAddrFragment() argument
431 MCDwarfCallFrameFragment(const MCExpr &AddrDelta, MCSection *Sec = nullptr) MCDwarfCallFrameFragment() argument
447 MCSymbolIdFragment(const MCSymbol *Sym, MCSection *Sec = nullptr) MCSymbolIdFragment() argument
473 MCCVInlineLineTableFragment(unsigned SiteFuncId, unsigned StartFileId, unsigned StartLineNum, const MCSymbol *FnStartSym, const MCSymbol *FnEndSym, MCSection *Sec = nullptr) MCCVInlineLineTableFragment() argument
502 MCCVDefRangeFragment( ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges, StringRef FixedSizePortion, MCSection *Sec = nullptr) MCCVDefRangeFragment() argument
536 MCBoundaryAlignFragment(Align AlignBoundary, bool Fused = false, bool EmitNops = false, MCSection *Sec = nullptr) MCBoundaryAlignFragment() argument
[all...]
H A DMCStreamer.h426 SwitchSectionNoChange(MCSection *Section, const MCExpr *Subsection = nullptr) SwitchSectionNoChange() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h450 IndexedInstrProfReader( std::unique_ptr<MemoryBuffer> DataBuffer, std::unique_ptr<MemoryBuffer> RemappingBuffer = nullptr) IndexedInstrProfReader() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DOnDiskHashTable.h343 iterator find(const external_key_type &EKey, Info *InfoPtr = nullptr) { in find() argument
350 find_hashed(const internal_key_type &IKey, hash_value_type KeyHash, Info *InfoPtr = nullptr) find_hashed() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.h169 LLParser(StringRef F, SourceMgr &SM, SMDiagnostic &Err, Module *M, ModuleSummaryIndex *Index, LLVMContext &Context, SlotMapping *Slots = nullptr, bool UpgradeDebugInfo = true, StringRef DataLayoutString = �) LLParser() argument
240 ParseOptionalToken(lltok::Kind T, bool &Present, LocTy *Loc = nullptr) ParseOptionalToken() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h69 function_ref(Callable &&callable, typename std::enable_if< !std::is_same<typename std::remove_reference<Callable>::type, function_ref>::value>::type * = nullptr) function_ref() argument
H A DSmallVector.h287 uninitialized_copy( T1 *I, T1 *E, T2 *Dest, typename std::enable_if<std::is_same<typename std::remove_const<T1>::type, T2>::value>::type * = nullptr) uninitialized_copy() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h117 Create(FunctionType *Ty, LinkageTypes Linkage, const Twine &N = �, Module *M = nullptr) Create() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DError.h669 Expected(OtherT &&Val, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) Expected() argument
687 Expected(Expected<OtherT> &&Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) Expected() argument
696 Expected( Expected<OtherT> &&Other, typename std::enable_if<!std::is_convertible<OtherT, T>::value>::type * = nullptr) Expected() argument
[all...]
H A DMathExtras.h758 SaturatingAdd(T X, T Y, bool *ResultOverflowed = nullptr) { in SaturatingAdd() argument
775 SaturatingMultiply(T X, T Y, bool *ResultOverflowed = nullptr) { in SaturatingMultiply() argument
821 SaturatingMultiplyAdd(T X, T Y, T A, bool *ResultOverflowed = nullptr) { in SaturatingMultiplyAdd() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp115 BPFAbstractMemberAccess(BPFTargetMachine *TM = nullptr) : ModulePass(ID), TM(TM) {} in BPFAbstractMemberAccess() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h738 isKnownToBeAPowerOfTwo(const Value *V, bool OrZero = false, unsigned Depth = 0, const Instruction *CxtI = nullptr) isKnownToBeAPowerOfTwo() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dtype_constructor_validation_test.cc647 ASSERT_NE(TypeOf(expr), nullptr); TEST_F() local
665 ASSERT_NE(TypeOf(expr), nullptr); TEST_F() local
683 ASSERT_NE(TypeOf(expr), nullptr); TEST_F() local
701 ASSERT_NE(TypeOf(expr), nullptr); TEST_F() local
719 ASSERT_NE(TypeOf(expr), nullptr); TEST_F() local
737 ASSERT_NE(TypeOf(expr), nullptr); TEST_F() local
874 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
894 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
916 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
938 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
960 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
982 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1003 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1163 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1183 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1206 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1229 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1252 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1275 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1297 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1319 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1340 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1554 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1567 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1580 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1593 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1606 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1619 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1632 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1645 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1658 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1671 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1684 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1697 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1710 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
1737 ASSERT_NE(TypeOf(tc), nullptr); TEST_F() local
[all...]
/third_party/skia/tools/skqp/src/
H A Dskqp.cpp162 static GrContextOptions context_options(skiagm::GM* gm = nullptr) { in context_options() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallVector.h285 uninitialized_copy( T1 *I, T1 *E, T2 *Dest, typename std::enable_if<std::is_same<typename std::remove_const<T1>::type, T2>::value>::type * = nullptr) uninitialized_copy() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h299 LegalizeRule(LegalityPredicate Predicate, LegalizeAction Action, LegalizeMutation Mutation = nullptr) LegalizeRule() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstr.h141 create(BumpPtrAllocator &Allocator, ArrayRef<MachineMemOperand *> MMOs, MCSymbol *PreInstrSymbol = nullptr, MCSymbol *PostInstrSymbol = nullptr, MDNode *HeapAllocMarker = nullptr) create() argument
[all...]
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp364 ShapeImpl(const SkString& txt, const Shaper::TextDesc& desc, const SkRect& box, const sk_sp<SkFontMgr>& fontmgr, SkSize* shaped_size = nullptr) ShapeImpl() argument
/third_party/skia/include/private/
H A DSkPathRef.h124 growForRepeatedVerb(int verb, int numVbs, SkScalar** weights = nullptr) growForRepeatedVerb() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingProceduralGeometryTests.cpp127 nullptr, // const char* const* ppEnabledLayerNames; in DeviceHelper() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp103 ShaderSpec getShaderSpec (const TestParameters& params, const SourceCollections* programCollection = nullptr) in getShaderSpec() argument

Completed in 36 milliseconds

1...<<111213141516171819