| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | Statistic.h | 49 const char *DebugType; 53 StatisticBase(const char *DebugType, const char *Name, const char *Desc) in StatisticBase() argument 54 : DebugType(DebugType), Name(Name), Desc(Desc) {} in StatisticBase() 56 const char *getDebugType() const { return DebugType; } in getDebugType() 66 TrackingStatistic(const char *DebugType, const char *Name, const char *Desc) in TrackingStatistic() argument 67 : StatisticBase(DebugType, Name, Desc), Value(0), Initialized(false) {} in TrackingStatistic()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | Statistic.h | 41 const char *DebugType; 48 const char *getDebugType() const { return DebugType; } in getDebugType() 54 DebugType = debugtype; in construct()
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
| D | Google.Protobuf.Benchmarks.csproj | 10 <DebugType>pdbonly</DebugType>
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ScoreboardHazardRecognizer.cpp | 28 #define DEBUG_TYPE DebugType 33 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer() 35 (void)DebugType; in ScoreboardHazardRecognizer()
|
| D | MachineCopyPropagation.cpp | 273 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anonba749f320111::MachineCopyPropagation 277 DebugType DT); 311 DebugType DT) { in ReadRegister()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Debug.cpp | 49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 55 if (d == DebugType) in isCurrentDebugType()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Debug.cpp | 50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 56 if (d == DebugType) in isCurrentDebugType()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | ScalarEvolutionExpander.h | 138 const char *DebugType; variable 151 DebugType = ""; 161 void setDebugType(const char* s) { DebugType = s; }
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | ScoreboardHazardRecognizer.h | 91 const char *DebugType; variable
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | gl_enum_utils_autogen.h | 64 DebugType, enumerator
|
| D | gl_enum_utils_autogen.cpp | 855 case GLenumGroup::DebugType: in GLenumToString()
|
| D | capture_gles_ext_autogen.cpp | 4377 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageControlKHR() 4404 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageInsertKHR()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | gl_enum_utils_autogen.h | 59 DebugType, enumerator
|
| D | gl_enum_utils_autogen.cpp | 641 case GLenumGroup::DebugType: in GLenumToString()
|
| D | capture_gles_3_2_autogen.cpp | 191 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageControl() 228 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageInsert()
|
| D | capture_gles_ext_autogen.cpp | 8301 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageControlKHR() 8338 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageInsertKHR()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | COFF.h | 595 enum DebugType { enum
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | COFF.h | 645 enum DebugType : unsigned { enum
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_4_3_autogen.cpp | 191 GLenumToString(GLenumGroup::DebugType, type), in DebugMessageControl() 222 GLenumToString(GLenumGroup::DebugType, type), id, in DebugMessageInsert()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_3_2_autogen.cpp | 266 GLenumToString(GLenumGroup::DebugType, type), in GL_DebugMessageControl() 302 GLenumToString(GLenumGroup::DebugType, type), id, in GL_DebugMessageInsert()
|
| D | entry_points_gles_ext_autogen.cpp | 8237 GLenumToString(GLenumGroup::DebugType, type), in GL_DebugMessageControlKHR() 8273 GLenumToString(GLenumGroup::DebugType, type), id, in GL_DebugMessageInsertKHR()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolutionExpander.cpp | 1990 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs() 2048 DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs() 2069 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Eliminated congruent iv: " in replaceCongruentIVs()
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_4_autogen.cpp | 4501 GLenumToString(GLenumGroup::DebugType, type), in GL_DebugMessageControl() 4537 GLenumToString(GLenumGroup::DebugType, type), id, in GL_DebugMessageInsert()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_ext_autogen.cpp | 4846 GLenumToString(GLenumGroup::DebugType, type), in DebugMessageControlKHR() 4877 GLenumToString(GLenumGroup::DebugType, type), id, in DebugMessageInsertKHR() 8724 GLenumToString(GLenumGroup::DebugType, type), in DebugMessageControlKHRContextANGLE() 8757 GLenumToString(GLenumGroup::DebugType, type), id, in DebugMessageInsertKHRContextANGLE()
|