Home
last modified time | relevance | path

Searched defs:create (Results 476 - 500 of 785) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/pulseaudio/src/modules/
H A Dstream-interaction.c267 static pa_hook_result_t process(struct userdata *u, pa_object *stream, bool create, bool new_stream) { in process() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp828 de::SharedPtr<Image> Image::create(const vk::DeviceInterface& vk, in create() function in vkt::Image
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp828 de::SharedPtr<Image> Image::create(const vk::DeviceInterface& vk, in create() function in vkt::Image
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMIRPrinter.cpp94 static FrameIndexOperand create(StringRef Name, unsigned ID) { in create() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp349 RuntimeDyldMachO::create(Triple::ArchType Arch, in create() function in llvm::RuntimeDyldMachO
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DType.cpp441 StructType *StructType::create(LLVMContext &Context, StringRef Name) { in create() function in StructType
452 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, in create() function in StructType
459 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { in create() function in StructType
463 StructType *StructType::create(LLVMContext &Context) { in create() function in StructType
467 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, in create() function in StructType
474 StructType *StructType::create(ArrayRe function in StructType
[all...]
/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

Completed in 37 milliseconds

1...<<11121314151617181920>>...32