Home
last modified time | relevance | path

Searched refs:IsDebug (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/modules/canvaskit/
Dmatrix.js82 if (IsDebug && (ptArr.length % 2)) {
104 if (IsDebug && (!m1.every(isnumber) || !m2.every(isnumber))) {
107 if (IsDebug && (m1.length !== m2.length)) {
110 if (IsDebug && (size*size !== m1.length)) {
131 if (IsDebug && (listOfMatrices.length < 2)) {
188 if (IsDebug && (a.length !== b.length)) {
215 if (IsDebug && (a.length !== 3 || a.length !== 3)) {
291 if (IsDebug && (far <= near)) {
317 if (IsDebug && !m.every(isnumber)) {
Drelease.js5 /** @const */ var IsDebug = false; variable
Ddebug.js4 /** @const */ var IsDebug = true; variable
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLContextCompatibilityTest.cpp253 ANGLE_SKIP_TEST_IF(IsDebug()); // http://anglebug.com/2121 in TEST_P()
282 ANGLE_SKIP_TEST_IF(IsDebug()); // http://anglebug.com/2121 in TEST_P()
310 ANGLE_SKIP_TEST_IF(IsDebug()); // http://anglebug.com/2121 in TEST_P()
359 ANGLE_SKIP_TEST_IF(IsDebug()); // http://anglebug.com/2121 in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_platform.cpp77 bool IsDebug() in IsDebug() function
88 return !IsDebug(); in IsRelease()
Dangle_test_platform.h30 bool IsDebug();
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp411 inline bool IsDebug() in IsDebug() function
423 return !IsDebug(); in IsRelease()
536 mConditions[kConditionDebug] = IsDebug(); in GPUTestConfig()
DGPUTestExpectationsTest.cpp34 EXPECT_EQ(IsDebug(), config.getConditions()[GPUTestConfig::kConditionDebug]); in validateConfigBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h64 bool IsDebug, bool IsClone, bool IsCloned);
75 bool IsDebug, bool IsClone, bool IsCloned);
DInstrEmitter.cpp296 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
342 !IsDebug && in AddRegisterOperand()
356 getDebugRegState(IsDebug)); in AddRegisterOperand()
367 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
370 IsDebug, IsClone, IsCloned); in AddOperand()
445 IsDebug, IsClone, IsCloned); in AddOperand()
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp383 inline bool IsDebug() in IsDebug() function
395 return !IsDebug(); in IsRelease()
544 mConditions[kConditionDebug] = IsDebug(); in GPUTestConfig()
DGPUTestExpectationsTest.cpp36 EXPECT_EQ(IsDebug(), config.getConditions()[GPUTestConfig::kConditionDebug]); in validateConfigBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h150 unsigned IsDebug : 1; variable
446 return IsDebug; in isDebug()
528 IsDebug = Val;
797 Op.IsDebug = isDebug;
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp1264 bool IsDebug() in IsDebug() function
1275 return !IsDebug(); in IsRelease()
DANGLETest.h565 bool IsDebug();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp259 IsDebug = isDebug; in ChangeToRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1659 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local
1668 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()