/external/llvm-project/flang/lib/Frontend/ |
D | TextDiagnostic.cpp | 23 static const enum llvm::raw_ostream::Colors errorColor = llvm::raw_ostream::RED; variable 50 os.changeColor(errorColor, true); in PrintDiagnosticLevel()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleResolveTests.cpp | 735 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in verify() local 807 errorMask.getAccess().setPixel(errorColor, x, y, z); in verify() 904 errorMask.getAccess().setPixel((isOk ? okColor : errorColor), x, y, z); in verify() 1005 errorMask.getAccess().setPixel((isOk ? okColor : errorColor), x, y, z); in verify() 1101 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in iterate() local 1172 errorMask.getAccess().setPixel(errorColor, x, y, z); in iterate() 1805 const Vec4 errorColor (1.0f, 0.0f, 0.0f, 1.0f); in verify() local 1858 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify() 1898 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify() 1935 errorMask.getAccess().setPixel(errorColor, x, y, outputNdx); in verify()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCoordinatesTests.cpp | 284 const tcu::RGBA& errorColor) in oneWayComparePointSets() argument 328 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4); in oneWayComparePointSets()
|
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 94 const tcu::IVec4 errorColor (255, 0, 0, 255); in findNumPositionDeviationFailingPixels() local 151 errorMask.setPixel(errorColor, x, y, z); in findNumPositionDeviationFailingPixels() 174 errorMask.setPixel(errorColor, x, y, z); in findNumPositionDeviationFailingPixels()
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 39 static const enum raw_ostream::Colors errorColor = raw_ostream::RED; variable 712 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break; in printDiagnosticLevel()
|
/external/llvm-project/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 38 static const enum raw_ostream::Colors errorColor = raw_ostream::RED; variable 708 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break; in printDiagnosticLevel()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 451 const Vec4 errorColor = Vec4(1.0f, 0.0f, 0.0f, 1.0f); in imageHasErrorPixels() local 458 if (color == errorColor || color == blankColor) in imageHasErrorPixels()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1115 const tcu::RGBA& errorColor) in oneWayComparePointSets() argument 1159 drawTessCoordPoint(errorDst, primitiveType, subPt, errorColor, 4); in oneWayComparePointSets()
|