Home
last modified time | relevance | path

Searched defs:create (Results 401 - 425 of 782) sorted by relevance

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DGlobals.cpp485 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias
491 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias
497 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias
503 GlobalAlias *GlobalAlias::create(LinkageType function in GlobalAlias
510 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { create() function in GlobalAlias
541 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, create() function in GlobalIFunc
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCExpr.cpp158 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, in create() function in MCBinaryExpr
164 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, in create() function in MCUnaryExpr
169 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx, in create() function in MCConstantExpr
185 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, in create() function in MCSymbolRefExpr
191 const MCSymbolRefExpr *MCSymbolRefExpr::create(StringRef Name, VariantKind Kind, in create() function in MCSymbolRefExpr
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCounterOpsTests.cpp206 void ShaderAtomicCounterOpsTestBase::ShaderPipeline::create(deqp::Context& context) in create() function in gl4cts::ShaderAtomicCounterOpsTestBase::ShaderPipeline
H A Dgl4cShaderViewportLayerArrayTests.cpp197 void ShaderViewportLayerArrayUtils::ShaderPipeline::create(const glu::RenderContext& context) in create() function in gl4cts::ShaderViewportLayerArrayUtils::ShaderPipeline
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcLayoutLocationTests.cpp191 ResultData create(const Functions& gl) in create() function
198 ResultData create<GL_TEXTURE_2D, GL_RGBA8>(const Functions& gl) in create() function
204 ResultData create<GL_TEXTURE_3D, GL_RGBA8>(const Functions& gl) in create() function
210 ResultData create<GL_TEXTURE_CUBE_MAP, GL_RGBA8>(const Functions& gl) in create() function
216 ResultData create<GL_TEXTURE_CUBE_MAP, GL_DEPTH_COMPONENT16>(const Functions& gl) in create() function
222 ResultData create<GL_TEXTURE_2 function
228 ResultData create<GL_TEXTURE_2D_ARRAY, GL_RGBA8>(const Functions& gl) create() function
234 ResultData create<GL_TEXTURE_2D_ARRAY, GL_DEPTH_COMPONENT16>(const Functions& gl) create() function
240 ResultData create<GL_TEXTURE_2D, GL_RGBA32I>(const Functions& gl) create() function
246 ResultData create<GL_TEXTURE_3D, GL_RGBA32I>(const Functions& gl) create() function
252 ResultData create<GL_TEXTURE_CUBE_MAP, GL_RGBA32I>(const Functions& gl) create() function
258 ResultData create<GL_TEXTURE_2D_ARRAY, GL_RGBA32I>(const Functions& gl) create() function
264 ResultData create<GL_TEXTURE_2D, GL_RGBA32UI>(const Functions& gl) create() function
270 ResultData create<GL_TEXTURE_3D, GL_RGBA32UI>(const Functions& gl) create() function
276 ResultData create<GL_TEXTURE_CUBE_MAP, GL_RGBA32UI>(const Functions& gl) create() function
282 ResultData create<GL_TEXTURE_2D_ARRAY, GL_RGBA32UI>(const Functions& gl) create() function
288 ResultData create<GL_TEXTURE_1D, GL_RGBA8>(const Functions& gl) create() function
294 ResultData create<GL_TEXTURE_1D, GL_DEPTH_COMPONENT16>(const Functions& gl) create() function
300 ResultData create<GL_TEXTURE_1D_ARRAY, GL_RGBA8>(const Functions& gl) create() function
306 ResultData create<GL_TEXTURE_1D_ARRAY, GL_DEPTH_COMPONENT16>(const Functions& gl) create() function
313 ResultData create<GL_TEXTURE_BUFFER, GL_RGBA32F>(const Functions& gl) create() function
319 ResultData create<GL_TEXTURE_BUFFER, GL_RGBA32I>(const Functions& gl) create() function
325 ResultData create<GL_TEXTURE_BUFFER, GL_RGBA32UI>(const Functions& gl) create() function
335 CreateFnPtr create; // pointer to function that will create texture global() member
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp247 std::shared_ptr<Context> Context::create() in create() function in vk::dbg::Context
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddatefmt.cpp503 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale) in create() function in DateFormat
H A Dnumber_skeletons.cpp454 UnlocalizedNumberFormatter skeleton::create( in create() function in skeleton
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ft.cc568 static hb_font_funcs_t *create () in create() function
907 static FT_Library create () in create() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h501 Expected<ELFFile<ELFT>> ELFFile<ELFT>::create(StringRef Object) { in create() function in llvm::object::ELFFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp43 const MipsInstrInfo *MipsInstrInfo::create(MipsSubtarget &STI) { in create() function in MipsInstrInfo
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.h796 T* create(Args&&... args) { in create() function in MemoryPool
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java310 private static Builder create() { in create() method in UnknownFieldSet.Builder
890 private static Builder create() { in create() method in UnknownFieldSet.Field.Builder
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp213 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() function in deqp::gles2::Functional::__anon30412::AttributeCase
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp289 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() function in deqp::gles3::Functional::__anon30541::AttributeCase
/base/tee/tee_client/services/teecd/include/
H A Dfs_work_agent.h133 } create; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dvpe_utils.cpp106 CreateT create = (CreateT)dlsym(handle, "ColorSpaceConverterCreate"); in ColorSpaceConverterCreate() local
130 CreateT create = (CreateT)dlsym(handle, "DetailEnhancerCreate"); in DetailEnhancerCreate() local
/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dsoftbus_scenario_manager.c137 ScenarioManagerGetOrAddScenarioItem(ScenarioManager *manager, OriginalScenario *scenarioInfo, bool create) ScenarioManagerGetOrAddScenarioItem() argument
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_bbt.c920 int i, chips, writeops, create, chipsel, res, res2; in check_create() local
[all...]
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c753 int vb2_create_bufs(struct vb2_queue *q, struct v4l2_create_buffers *create) in vb2_create_bufs() argument
/kernel/linux/linux-5.10/drivers/s390/char/
H A Draw3270.h196 void (*create)(int minor); member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dses.c520 ses_enclosure_data_process(struct enclosure_device *edev, struct scsi_device *sdev, int create) ses_enclosure_data_process() argument
/kernel/linux/linux-5.10/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c1058 struct vfio_iommu_spapr_tce_create create; in tce_iommu_ioctl() local
/kernel/linux/linux-5.10/include/linux/
H A Dnet.h210 int (*create)(struct net *net, struct socket *sock, member
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsufile.c224 int nilfs_sufile_update(struct inode *sufile, __u64 segnum, int create, in nilfs_sufile_update() argument
89 nilfs_sufile_get_segment_usage_block(struct inode *sufile, __u64 segnum, int create, struct buffer_head **bhp) nilfs_sufile_get_segment_usage_block() argument
156 nilfs_sufile_updatev(struct inode *sufile, __u64 *segnumv, size_t nsegs, int create, size_t *ndone, void (*dofunc)(struct inode *, __u64, struct buffer_head *, struct buffer_head *)) nilfs_sufile_updatev() argument

Completed in 41 milliseconds

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