Searched refs:IsDebug (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/modules/canvaskit/ |
H A D | matrix.js | 82 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)) {
|
H A D | release.js | 5 /** @const */ var IsDebug = false; variable
|
H A D | debug.js | 4 /** @const */ var IsDebug = true; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.h | 64 bool IsDebug, bool IsClone, bool IsCloned); 75 bool IsDebug, bool IsClone, bool IsCloned);
|
H A D | InstrEmitter.cpp | 296 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() 342 !IsDebug && in AddRegisterOperand() 356 getDebugRegState(IsDebug)); in AddRegisterOperand() 367 bool IsDebug, bool IsClone, bool IsCloned) { 370 IsDebug, IsClone, IsCloned); 445 IsDebug, IsClone, IsCloned); 587 AddOperand(MIB, N0, 0, nullptr, VRBaseMap, /*IsDebug=*/false, 590 AddOperand(MIB, N1, 0, nullptr, VRBaseMap, /*IsDebug=*/false, 663 AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false, 728 /*IsDebug 291 AddRegisterOperand(MachineInstrBuilder &MIB, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) AddRegisterOperand() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_platform.cpp | 77 bool IsDebug() in IsDebug() function 88 return !IsDebug(); in IsRelease()
|
H A D | angle_test_platform.h | 30 bool IsDebug();
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
H A D | GPUTestConfig.cpp | 383 inline bool IsDebug() in IsDebug() function 395 return !IsDebug(); in IsRelease() 544 mConditions[kConditionDebug] = IsDebug(); in GPUTestConfig()
|
H A D | GPUTestExpectationsTest.cpp | 36 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/ |
H A D | MachineOperand.h | 148 /// IsDebug - True if this MO_Register 'use' operand is in a debug pseudo, 150 unsigned IsDebug : 1; 446 return IsDebug; in isDebug() 528 IsDebug = Val; in setIsDebug() 797 Op.IsDebug = isDebug;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 259 IsDebug = isDebug; in ChangeToRegister()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 1659 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local 1668 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
|
Completed in 16 milliseconds