/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | PlatformFunctions.h | 94 void LoadDXIL(const std::string& baseWindowsSDKPath); 95 void LoadDXCompiler(const std::string& baseWindowsSDKPath);
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUBuffer.h | 54 std::optional<std::string> getLabel(Napi::Env) override; 55 void setLabel(Napi::Env, std::optional<std::string> value) override;
|
H A D | GPUQueue.h | 51 std::optional<std::string> getLabel(Napi::Env) override; 52 void setLabel(Napi::Env, std::optional<std::string> value) override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.h | 68 std::string StreamName; 73 // The string table index of the "vname" of the file. As far as we 105 DenseMap<uint32_t, std::string> NamedStreamData;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LambdaResolver.h | 41 JITSymbol findSymbolInLogicalDylib(const std::string &Name) final { 45 JITSymbol findSymbol(const std::string &Name) final {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | SectionMemoryManager.h | 22 #include <string> 142 bool finalizeMemory(std::string *ErrMsg = nullptr) override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | Arg.h | 20 #include <string> 83 /// * Use `getAsString()` to get a string suitable for printing an Arg in 142 /// through an alias, this returns the string representation of the alias 144 std::string getAsString(const ArgList &Args) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | StringToOffsetTable.h | 1 //===- StringToOffsetTable.h - Emit a big concatenated string ---*- C++ -*-===// 21 /// and keeps track of their offset in a massive contiguous string allocation. 22 /// It can then output this string blob and use indexes into the string to 26 std::string AggregateString; 35 // Add the string to the aggregate if this is the first time found. in GetOrAddStringOffset() 45 // Escape the string. in EmitString() 81 /// Emit the string using character literals. MSVC has a limitation that 82 /// string literals cannot be longer than 64K. 84 assert(AggregateString.find(')') == std::string in EmitCharArray() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | ModuleUtils.h | 109 /// unique identifier for this module, so we return the empty string. 110 std::string getUniqueModuleId(Module *M); 117 const SmallVector<std::string, 8> &VariantMappings);
|
H A D | SSAUpdater.h | 18 #include <string> 50 std::string ProtoName;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | NameAnonGlobals.cpp | 28 std::string TheHash; 34 std::string &get() { in get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | vectors.h | 21 #include <string> 58 // * Vectors<T>::TypeName is a string that names the type 83 // Return a string representation of the vector. 85 std::string vectAsString(const typename Vectors<T>::Ty Vect) { in vectAsString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceFixups.h | 102 AssemblerTextFixup(const std::string &Message, size_t NumBytes) in AssemblerTextFixup() 108 const std::string Message;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | VersionTuple.cpp | 18 std::string VersionTuple::getAsString() const { in getAsString() 19 std::string Result; in getAsString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.cpp | 130 std::string UpperName = Name.upper(); in parseGenericRegister() 147 std::string AArch64SysReg::genericRegisterString(uint32_t Bits) { in genericRegisterString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRSubtarget.h | 36 //! \param FS The feature string. 38 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, 47 /// Parses a subtarget feature string, setting appropriate options.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXRegisterInfo.cpp | 28 std::string getNVPTXRegClassName(TargetRegisterClass const *RC) { in getNVPTXRegClassName() 72 std::string getNVPTXRegClassStr(TargetRegisterClass const *RC) { in getNVPTXRegClassStr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
H A D | VETargetMachine.cpp | 30 static std::string computeDataLayout(const Triple &T) { in computeDataLayout() 32 std::string Ret = "e"; in computeDataLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | Target.cpp | 50 Target::operator std::string() const { in operator std::string() 56 OS << std::string(Target); in operator <<()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
H A D | cli.cc | 21 #include <string> 85 for (std::string value; std::getline(ss, value, ',');) { in ParseCliParams()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | cli.h | 18 #include <string> 118 std::string error_dir = "";
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | array.cc | 27 // Returns the string representation of an array size expression. 28 std::string SizeExprToString(const Expression* size, in SizeExprToString() 53 std::string Array::FriendlyName(const SymbolTable& symbols) const { in FriendlyName()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | clone_context.cc | 17 #include <string> 37 from->Symbols().Foreach([&](Symbol s, const std::string&) { Clone(s); }); in CloneContext()
|
H A D | program.h | 18 #include <string> 168 using Printer = std::string (*)(const Program*);
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | printer_linux.cc | 35 std::string term = getenv("TERM"); in supports_colors() 51 void write(const std::string& str, const Style& style) override {
|