/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | build_caselists.py | 38 class Module: class 44 Module("dEQP-EGL", "EGL"), 45 Module("dEQP-GLES2", "GLES2"), 46 Module("dEQP-GLES3", "GLES3"), 47 Module("dEQP-GLES31", "GLES31"), 48 Module("dEQP-GL45-ES3", "GL45"), 49 Module("dEQP-GL45-ES31","GL45"), 50 Module("KHR-GLES3", "GLES3"), 51 Module("KHR-GLES2", "GLES2"), 52 Module("KH [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | module.h | 45 class Module { class 53 Module() : header_({}), contains_debug_info_(false) {} in Module() function in spvtools::opt::Module 98 // 2.4 Logical Layout of a Module from the SPIR-V specification. 103 // 2.4 Logical Layout of a Module from the SPIR-V specification. 296 ModuleHeader header_; // Module header 298 // The following fields respect the "Logical Layout of a Module" in 328 std::ostream& operator<<(std::ostream& str, const Module& module); 330 inline void Module::AddCapability(std::unique_ptr<Instruction> c) { in AddCapability() 334 inline void Module::AddExtension(std::unique_ptr<Instruction> e) { in AddExtension() 338 inline void Module [all...] |
H A D | ir_context.h | 97 // Creates an |IRContext| that contains an owned |Module| 102 module_(new Module()), in IRContext() 117 IRContext(spv_target_env env, std::unique_ptr<Module>&& m, MessageConsumer c) in IRContext() 138 Module* module() const { return module_.get(); } in module() 146 inline Module::inst_iterator annotation_begin(); 147 inline Module::inst_iterator annotation_end(); 148 inline IteratorRange<Module::inst_iterator> annotations(); 149 inline IteratorRange<Module::const_inst_iterator> annotations() const; 152 inline Module::inst_iterator capability_begin(); 153 inline Module [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | module.h | 44 class Module { class 52 Module() : header_({}), contains_debug_info_(false) {} in Module() function in spvtools::opt::Module 94 // 2.4 Logical Layout of a Module from the SPIR-V specification. 99 // 2.4 Logical Layout of a Module from the SPIR-V specification. 279 ModuleHeader header_; // Module header 281 // The following fields respect the "Logical Layout of a Module" in 309 std::ostream& operator<<(std::ostream& str, const Module& module); 311 inline void Module::AddCapability(std::unique_ptr<Instruction> c) { in AddCapability() 315 inline void Module::AddExtension(std::unique_ptr<Instruction> e) { in AddExtension() 319 inline void Module [all...] |
H A D | ir_context.h | 93 // Creates an |IRContext| that contains an owned |Module| 98 module_(new Module()), in IRContext() 113 IRContext(spv_target_env env, std::unique_ptr<Module>&& m, MessageConsumer c) in IRContext() 134 Module* module() const { return module_.get(); } in module() 142 inline Module::inst_iterator annotation_begin(); 143 inline Module::inst_iterator annotation_end(); 144 inline IteratorRange<Module::inst_iterator> annotations(); 145 inline IteratorRange<Module::const_inst_iterator> annotations() const; 148 inline Module::inst_iterator capability_begin(); 149 inline Module [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | module.h | 44 class Module { class 52 Module() : header_({}), contains_debug_info_(false) {} in Module() function in spvtools::opt::Module 94 // 2.4 Logical Layout of a Module from the SPIR-V specification. 99 // 2.4 Logical Layout of a Module from the SPIR-V specification. 279 ModuleHeader header_; // Module header 281 // The following fields respect the "Logical Layout of a Module" in 309 std::ostream& operator<<(std::ostream& str, const Module& module); 311 inline void Module::AddCapability(std::unique_ptr<Instruction> c) { in AddCapability() 315 inline void Module::AddExtension(std::unique_ptr<Instruction> e) { in AddExtension() 319 inline void Module [all...] |
H A D | ir_context.h | 93 // Creates an |IRContext| that contains an owned |Module| 98 module_(new Module()), in IRContext() 113 IRContext(spv_target_env env, std::unique_ptr<Module>&& m, MessageConsumer c) in IRContext() 134 Module* module() const { return module_.get(); } in module() 142 inline Module::inst_iterator annotation_begin(); 143 inline Module::inst_iterator annotation_end(); 144 inline IteratorRange<Module::inst_iterator> annotations(); 145 inline IteratorRange<Module::const_inst_iterator> annotations() const; 148 inline Module::inst_iterator capability_begin(); 149 inline Module [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Module.cpp | 1 //===- Module.cpp - Implement the Module class ----------------------------===// 9 // This file implements the Module class for the IR library. 13 #include "llvm/IR/Module.h" 70 // Primitive Module methods. 73 Module::Module(StringRef MID, LLVMContext &C) in Module() function in Module 80 Module::~Module() { in ~Module() 92 std::unique_ptr<RandomNumberGenerator> Module [all...] |
/third_party/node/test/fixtures/wpt/wasm/jsapi/module/ |
H A D | customSections.any.js | 27 assert_throws_js(TypeError, () => WebAssembly.Module.customSections()); 28 const module = new WebAssembly.Module(emptyModuleBinary); 29 assert_throws_js(TypeError, () => WebAssembly.Module.customSections(module)); 41 WebAssembly.Module, 42 WebAssembly.Module.prototype, 45 assert_throws_js(TypeError, () => WebAssembly.Module.customSections(argument, ""), 48 }, "Non-Module arguments"); 51 const module = new WebAssembly.Module(emptyModuleBinary); 52 const fn = WebAssembly.Module.customSections; 61 WebAssembly.Module, [all...] |
H A D | exports.any.js | 38 assert_throws_js(TypeError, () => WebAssembly.Module.exports()); 50 WebAssembly.Module, 51 WebAssembly.Module.prototype, 54 assert_throws_js(TypeError, () => WebAssembly.Module.exports(argument), 57 }, "Non-Module arguments"); 60 const module = new WebAssembly.Module(emptyModuleBinary); 61 const fn = WebAssembly.Module.exports; 70 WebAssembly.Module, 71 WebAssembly.Module.prototype, 79 const module = new WebAssembly.Module(emptyModuleBinar [all...] |
H A D | imports.any.js | 44 assert_throws_js(TypeError, () => WebAssembly.Module.imports()); 56 WebAssembly.Module, 57 WebAssembly.Module.prototype, 60 assert_throws_js(TypeError, () => WebAssembly.Module.imports(argument), 63 }, "Non-Module arguments"); 66 const module = new WebAssembly.Module(emptyModuleBinary); 67 const fn = WebAssembly.Module.imports; 76 WebAssembly.Module, 77 WebAssembly.Module.prototype, 85 const module = new WebAssembly.Module(emptyModuleBinar [all...] |
/third_party/skia/experimental/tskit/build/ |
H A D | externs.js | 2 // Module to CanvasKit in quite the same way. 3 Module.sayHello = function() {}; 4 Module.publicFunction = function() {}; 5 Module.publicExtension = function() {}; 6 Module.withObject = function() {}; 7 Module._privateFunction = function() {}; 8 Module._privateExtension = function() {}; 9 Module._withObject = function() {}; 11 Module.Something = { 19 Module [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | module.h | 32 // Module is the base class for ECMAScript module types, roughly corresponding 33 // to Abstract Module Record. 35 class Module : public TorqueGeneratedModule<Module, HeapObject> { class 38 DECL_VERIFIER(Module) 39 DECL_PRINTER(Module) 66 typedef MaybeLocal<v8::Module> (*DeprecatedResolveCallback)( 68 Local<v8::Module> referrer); 75 Isolate* isolate, Handle<Module> module, v8::Local<v8::Context> context, 76 v8::Module [all...] |
H A D | module.cc | 30 void PrintModuleName(Module module, std::ostream& os) { in PrintModuleName() 41 void PrintStatusTransition(Module module, Module::Status old_status) { in PrintStatusTransition() 49 void PrintStatusMessage(Module module, const char* message) { in PrintStatusMessage() 57 void SetStatusInternal(Module module, Module::Status new_status) { in SetStatusInternal() 60 Module::Status old_status = static_cast<Module::Status>(module.status()); in SetStatusInternal() 70 void Module::SetStatus(Status new_status) { in SetStatus() 73 DCHECK_NE(new_status, Module in SetStatus() [all...] |
H A D | module-inl.h | 23 TQ_OBJECT_CONSTRUCTORS_IMPL(Module) 27 NEVER_READ_ONLY_SPACE_IMPL(Module) 38 struct Module::Hash { 39 V8_INLINE size_t operator()(Module const& module) const { in operator ()() 82 V8_INLINE size_t operator()(Handle<Module> module) const { in operator ()() 88 V8_INLINE bool operator()(Handle<Module> lhs, Handle<Module> rhs) const { in operator ()() 94 : public std::unordered_set<Handle<Module>, ModuleHandleHash, 96 ZoneAllocator<Handle<Module>>> { 99 : std::unordered_set<Handle<Module>, ModuleHandleHas in UnorderedModuleSet() [all...] |
/third_party/node/test/parallel/ |
H A D | test-vfs.js | 4 // This tests the creation of a vfs by monkey-patching fs and Module._stat. 6 const Module = require('module'); 20 strictEqual(Module._stat(directory), 1); 21 ok(Module._stat(doesNotExist) < 0); 22 strictEqual(Module._stat(file), 0); 28 ok(Module._stat(vfsDirectory) < 0); 29 ok(Module._stat(vfsDoesNotExist) < 0); 30 ok(Module._stat(vfsFile) < 0); 37 'Module._stat is an experimental feature and might change at any time' 42 const originalStat = Module [all...] |
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | module.cc | 22 TINT_INSTANTIATE_TYPEINFO(tint::ast::Module); variable 27 Module::Module(ProgramID pid, const Source& src) : Base(pid, src) {} in Module() function in tint::ast::Module 29 Module::Module(ProgramID pid, in Module() function in tint::ast::Module 51 Module::~Module() = default; 53 const ast::TypeDecl* Module::LookupType(Symbol name) const { in LookupType() 62 void Module::AddGlobalVariable(const ast::Variable* var) { in AddGlobalVariable() 69 void Module [all...] |
/third_party/glslang/glslang/OSDependent/Web/ |
H A D | glslang.pre.js | 0 Module['compileGLSLZeroCopy'] = function(glsl, shader_stage, gen_debug, spirv_version) { function 26 var p_output = Module['_malloc'](4); 27 var p_output_len = Module['_malloc'](4); 28 var id = Module['ccall']('convert_glsl_to_spirv', 34 Module['_free'](p_output); 35 Module['_free'](p_output_len); 43 ret['data'] = Module['HEAPU32'].subarray(outputIndexU32, outputIndexU32 + output_len); 45 Module['_destroy_output_buffer'](id); 51 Module['compileGLSL'] = function(glsl, shader_stage, gen_debug, spirv_version) { 52 var compiled = Module['compileGLSLZeroCop [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | ModuleUtils.h | 23 class Module; 37 void appendToGlobalCtors(Module &M, Function *F, int Priority, 41 void appendToGlobalDtors(Module &M, Function *F, int Priority, 44 FunctionCallee declareSanitizerInitFunction(Module &M, StringRef InitName, 52 Module &M, StringRef CtorName, StringRef InitName, 64 Module &M, StringRef CtorName, StringRef InitName, 72 Function *getOrCreateInitFunction(Module &M, StringRef Name); 76 bool nameUnamedGlobals(Module &M); 79 void appendToUsed(Module &M, ArrayRef<GlobalValue *> Values); 82 void appendToCompilerUsed(Module [all...] |
/third_party/node/lib/internal/modules/cjs/ |
H A D | loader.js | 72 wrapSafe, Module, cjsParseCache, 163 * @param {Module} module Parent module of what is being required 174 return Module._load(id, module, /* isMain */ false); 199 ObjectDefineProperty(Module, '_stat', { 203 emitExperimentalWarning('Module._stat'); 212 * @param {Module} parent Module requiring the children 213 * @param {Module} child Module being required 244 /** @type {Map<Module, Modul 251 function Module(id = '', parent) { global() class [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceConverter.h | 23 class Module; 34 Converter(llvm::Module *Mod, GlobalContext *Ctx) in Converter() 40 /// Converts the LLVM Module to ICE. Sets exit status to false if successful, 44 llvm::Module *getModule() const { return Mod; } in getModule() 51 llvm::Module *Mod; 60 void nameUnnamedGlobalVariables(llvm::Module *Mod); 64 void nameUnnamedFunctions(llvm::Module *Mod); 70 void convertGlobals(llvm::Module *Mod); 73 void installGlobalDeclarations(llvm::Module *Mod);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 18 #include "llvm/IR/Module.h" 47 // About Module states: added->loaded->finalized. 68 MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> tm, 72 typedef llvm::SmallPtrSet<Module *, 4> ModulePtrSet; 96 void addModule(std::unique_ptr<Module> M) { in addModule() 100 bool removeModule(Module *M) { in removeModule() 105 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 109 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 115 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 119 bool ownsModule(Module* [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | invalidModuleWithStatementsOfEveryKind.js | 20 public module Module { 45 private module Module { 71 static module Module { 130 var Module;
131 (function (Module) {
137 })(Module || (Module = {}));
179 var Module;
180 (function (Module) {
186 })(Module || (Modul [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/ |
H A D | Linker.h | 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===// 16 class Module; 34 Linker(Module &M); 46 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None, 47 std::function<void(Module &, const StringSet<> &)> 50 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src, 52 std::function<void(Module &, const StringSet<> &)>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 254 void promote(Module &Module, ModuleSummaryIndex &Index, 260 void emitImports(Module &Module, StringRef OutputName, 268 void crossModuleImport(Module &Module, ModuleSummaryIndex &Index, 275 Module &Module, ModuleSummaryIndex &Index, 282 void internalize(Module &Module, ModuleSummaryInde [all...] |