Home
last modified time | relevance | path

Searched defs:log (Results 601 - 625 of 963) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp319 void FailedToMaterialize::log(raw_ostream &OS) const { in log() function in llvm::orc::FailedToMaterialize
338 void SymbolsNotFound::log(raw_ostream &OS) const { in log() function in llvm::orc::SymbolsNotFound
351 void SymbolsCouldNotBeRemoved::log(raw_ostream &OS) const { in log() function in llvm::orc::SymbolsCouldNotBeRemoved
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp80 static void setOutput(tcu::TestLog& log) in setOutput() argument
H A Des31cProgramInterfaceQueryTests.cpp85 GLchar log[1024]; in LinkProgram() local
2802 GLchar log[1024]; CreateShaderProgram() local
[all...]
H A Des31cSeparateShaderObjsTests.cpp551 TestLog& log = m_testCtx.getLog(); in iterate() local
688 TestLog& log = m_testCtx.getLog(); in iterate() local
907 TestLog& log = m_testCtx.getLog(); in iterate() local
1390 TestLog& log in setAndCompareUniforms() local
1649 TestLog& log = m_testCtx.getLog(); setAndCompareMatrixUniforms() local
2004 TestLog& log = m_testCtx.getLog(); logProgramInfoLog() local
2183 TestLog& log = m_testCtx.getLog(); iterate() local
2624 TestLog& log = m_testCtx.getLog(); logProgramInfoLog() local
2657 TestLog& log = m_testCtx.getLog(); iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp416 TestLog& log; member
H A DglcPixelStorageModesTests.cpp653 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
921 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
1328 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
1676 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
H A DglcUniformBlockTests.cpp667 glw::GLchar log[1024]; in Link() local
854 glw::GLchar log[1024]; Test() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp237 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtarith.c758 static png_byte png_exp8bit(png_uint_32 log) in png_exp8bit() argument
763 static png_uint_16 png_exp16bit(png_uint_32 log) in png_exp16bit() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.cpp562 dawn::LogMessage log = dawn::InfoLog(); in PrintTestConfigurationAndAdapterInfo() local
[all...]
/third_party/python/Lib/test/
H A Dtest_random.py11 from math import log, exp, pi, fsum, sin, factorial namespace
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py923 def log(fmt, args=None): function
[all...]
/third_party/python/Lib/logging/
H A D__init__.py1544 def log(self, level, msg, *args, **kwargs): global() member in Logger
1880 def log(self, level, msg, *args, **kwargs): global() member in LoggerAdapter
2160 def log(level, msg, *args, **kwargs): global() function
[all...]
/third_party/skia/dm/
H A DDM.cpp927 SkString log; in push_sink() local
1116 SkString log; in Run() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp811 tcu::TestLog& log = m_testCtx.getLog(); in verifyImage() local
821 tcu::TestLog& log = m_testCtx.getLog(); in verifyImage() local
H A Des3fFboRenderTest.cpp427 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
H A Des3fInstancedRenderingTests.cpp305 tcu::TestLog& log = m_testCtx.getLog(); in init() local
H A Des3fShaderBuiltinVarTests.cpp295 TestLog& log = m_testCtx.getLog(); in iterate() local
392 TestLog& log = m_testCtx.getLog(); in iterate() local
482 TestLog& log = m_testCtx.getLog(); in iterate() local
606 TestLog& log = m_testCtx.getLog(); iterate() local
[all...]
H A Des3fTextureShadowTests.cpp108 tcu::TestLog& log = testCtx.getLog(); in verifyTexCompareResult() local
H A Des3fTransformFeedbackTests.cpp717 static bool compareTransformFeedbackOutput (tcu::TestLog& log, deUint32 primitiveType, const Output& output, int numInputs, const deUint8* inBasePtr, int inStride, const deUint8* outBasePtr, int outStride) in compareTransformFeedbackOutput() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp223 TestLog& log = m_testCtx.getLog(); in init() local
253 TestLog& log = m_testCtx.getLog(); in iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp524 bool AtomicCounterTest::checkAndLogCounterValues (TestLog& log, const vector<deUint32>& counters) const in checkAndLogCounterValues() argument
643 bool AtomicCounterTest::checkRange (TestLog& log, const vector<deUint32>& values, const vector<deUint32>& min, const vector<deUint32>& max) in checkRange() argument
669 checkUniquenessAndLinearity(TestLog& log, const vector<deUint32>& values) checkUniquenessAndLinearity() argument
806 checkAndLogCallValues(TestLog& log, const vector<deUint32>& increments, const vector<deUint32>& decrements, const vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const checkAndLogCallValues() argument
918 TestLog& log = m_testCtx.getLog(); iterate() local
[all...]
H A Des31fDrawTests.cpp108 static bool verifyImageYellowGreen (const tcu::Surface& image, tcu::TestLog& log) in verifyImageYellowGreen() argument
H A Des31fShaderFramebufferFetchTests.cpp455 void FramebufferFetchTestCase::verifyRenderbuffer (TestLog& log, const tcu::TextureFormat& format, const tcu::TextureLevel& reference, const tcu::TextureLevel& result) in verifyRenderbuffer() argument
H A Des31fTextureSpecificationTests.cpp138 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local

Completed in 52 milliseconds

1...<<21222324252627282930>>...39