Home
last modified time | relevance | path

Searched defs:create (Results 451 - 475 of 749) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchive.cpp530 Expected<std::unique_ptr<Archive>> Archive::create(MemoryBufferRef Source) { in create() function in Archive
/third_party/skia/tests/
H A DBackendAllocationTest.cpp40 test_wrapping(GrDirectContext* dContext, skiatest::Reporter* reporter, std::function<sk_sp<ManagedBackendTexture>(GrDirectContext*, GrMipmapped, GrRenderable)> create, GrColorType grColorType, GrMipmapped mipMapped, GrRenderable renderable) test_wrapping() argument
308 test_color_init(GrDirectContext* dContext, skiatest::Reporter* reporter, std::function<sk_sp<ManagedBackendTexture>(GrDirectContext*, const SkColor4f&, GrMipmapped, GrRenderable)> create, GrColorType colorType, const SkColor4f& color, GrMipmapped mipmapped, GrRenderable renderable) test_color_init() argument
465 test_pixmap_init(GrDirectContext* dContext, skiatest::Reporter* reporter, std::function<sk_sp<ManagedBackendTexture>(GrDirectContext*, const SkPixmap srcData[], int numLevels, GrSurfaceOrigin, GrRenderable)> create, SkColorType skColorType, GrSurfaceOrigin origin, GrMipmapped mipmapped, GrRenderable renderable) test_pixmap_init() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff1.cc537 bool create (const OT::cff1::accelerator_subset_t &acc, in create() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h661 ExecutionEngine *create() { in create() function in llvm::EngineBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDerivedTypes.h272 create(StringRef Name, Type *elt1, Tys *... elts) { in create() function in llvm::StructType
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCExpr.h329 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create() function in llvm::MCSymbolRefExpr
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DJSON.h455 template <typename T, typename... U> void create(U &&... V) { in create() function in llvm::json::Value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h266 static hash_state create(const char *s, uint64_t seed) { in create() function
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp265 Allocator::unique_ptr<Scheduler::Fiber> Scheduler::Fiber::create( in create() function in marl::Scheduler::Fiber
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfg.h39 static std::unique_ptr<Cfg> create(GlobalContext *Ctx, in create() function in Ice::Cfg
H A DIceDefs.h112 static std::unique_ptr<T> create(Args &&... TheArgs) { in create() function
H A DIceGlobalInits.h132 static FunctionDeclaration *create(GlobalContext *Context, in create() function in Ice::FunctionDeclaration
218 static DataInitializer *create(VariableDeclarationList *VDL, in create() function in Ice::VariableDeclaration::DataInitializer
268 static ZeroInitializer *create(VariableDeclarationList *VDL, SizeT Size) { in create() function in Ice::VariableDeclaration::ZeroInitializer
294 static RelocInitializer *create(VariableDeclarationList *VDL, in create() function in Ice::VariableDeclaration::RelocInitializer
302 static RelocInitializer *create(VariableDeclarationList *VDL, in create() function in Ice::VariableDeclaration::RelocInitializer
363 static VariableDeclaration *create(VariableDeclarationList *VDL, in create() function in Ice::VariableDeclaration
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp350 Error InstrProfSymtab::create(SectionRef &Section) { in create() function in InstrProfSymtab
733 BinaryCoverageReader::create( in create() function in BinaryCoverageReader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp656 std::unique_ptr<SICacheControl> SICacheControl::create(const GCNSubtarget &ST) { in create() function in SICacheControl
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp400 static std::vector<OutliningRegion> create(BasicBlock &SinkBB, in create() function in __anon25026::OutliningRegion
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.h756 T* create(ARGS&&... args) { in create() function in tint::reader::spirv::ParserImpl
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp138 SimpleFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const in create() function in SimpleFactory
297 StringPair::create(const UnicodeString& displayName, in create() function in StringPair
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h265 static hash_state create(const char *s, uint64_t seed) { in create() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFunction.h102 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) { in create() function
H A DMachineInstr.h141 static ExtraInfo *create(BumpPtrAllocator &Allocator, in create() function in llvm::MachineInstr::final
/third_party/python/Lib/test/
H A Dtest_site.py366 def create(self): member in PthFile
/third_party/vk-gl-cts/framework/egl/
H A DegluGLContextFactory.cpp310 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext *sharedContext) in create() function in eglu::__anon30228::RenderContext
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c720 kvmhv_get_nested(struct kvm *kvm, int l1_lpid, bool create) kvmhv_get_nested() argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dps3.h100 int (*create)(struct ps3_dma_region *); member
155 int (*create)(struct ps3_mmio_region *); member
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H A Dnotify.c1011 __scmi_event_handler_get_ops(struct scmi_notify_instance *ni, u32 evt_key, bool create) __scmi_event_handler_get_ops() argument

Completed in 39 milliseconds

1...<<11121314151617181920>>...30