Home
last modified time | relevance | path

Searched defs:log (Results 701 - 725 of 1376) sorted by relevance

1...<<21222324252627282930>>...56

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderInvarianceTests.cpp170 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.hpp161 static bool compareWithRetvals (const std::vector<Resource>& inputs, const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log) in compareWithRetvals() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsPartitionedTests.cpp380 TestLog& log = context.getTestContext().getLog(); in test() local
H A DvktSubgroupsShuffleTests.cpp369 TestLog& log = context.getTestContext().getLog(); in test() local
H A DvktSubgroupsVoteTests.cpp430 TestLog& log = context.getTestContext().getLog(); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp132 tcu::TestLog& log = context.getTestContext().getLog(); in runTest() local
184 tcu::TestLog& log = context.getTestContext().getLog(); in runTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp264 static bool validateTexture (tcu::TestLog& log, const tcu::Surface& rendered, const TextureType& texture, const vector<float> &texCoord, deUint32 mipLevel, in validateTexture() argument
367 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
498 tcu::TestLog& log in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.cpp582 tcu::TestLog& log = m_context.getTestContext().getLog(); in draw() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp557 void logImageInfo (TestLog& log, in logImageInfo() argument
565 void logTestCaseInfo (TestLog& log, in logTestCaseInfo() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp217 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode) in fuzzyCompare() argument
278 bool bitwiseCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, CompareLogMode logMode) in bitwiseCompare() argument
381 fuzzyCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode) fuzzyCompare() argument
430 measurePixelDiffAccuracy(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) measurePixelDiffAccuracy() argument
486 measurePixelDiffAccuracy(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) measurePixelDiffAccuracy() argument
583 floatUlpThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode) floatUlpThresholdCompare() argument
669 floatThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode) floatThresholdCompare() argument
759 floatThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& ignorekey, const Vec4& threshold, CompareLogMode logMode) floatThresholdCompare() argument
850 floatThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode) floatThresholdCompare() argument
936 intThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode, bool use64Bits) intThresholdCompare() argument
1043 dsThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const float threshold, CompareLogMode logMode) dsThresholdCompare() argument
1153 intThresholdPositionDeviationCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, CompareLogMode logMode) intThresholdPositionDeviationCompare() argument
1232 intThresholdPositionDeviationErrorThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, int maxAllowedFailingPixels, CompareLogMode logMode) intThresholdPositionDeviationErrorThresholdCompare() argument
1299 pixelThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLogMode logMode) pixelThresholdCompare() argument
1322 bilinearCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const RGBA threshold, CompareLogMode logMode) bilinearCompare() argument
[all...]
H A DtcuTestLog.hpp197 explicit MessageBuilder (TestLog* log) : m_log(log) {} in MessageBuilder() argument
218 SampleBuilder (TestLog* log) argument
428 ScopedLogSection(TestLog& log, const std::string& name, const std::string& description) ScopedLogSection() argument
468 operator <<(TestLog& log, const std::exception& e) operator <<() argument
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderProgram.cpp609 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderInfo& shaderInfo) in operator <<() argument
614 tcu::TestLog& operator<< (tcu::TestLog& log, const Shader& shader) in operator <<() argument
619 static void logShaderProgram (tcu::TestLog& log, cons argument
677 operator <<(tcu::TestLog& log, const ShaderProgramInfo& shaderProgramInfo) operator <<() argument
689 operator <<(tcu::TestLog& log, const ShaderProgram& shaderProgram) operator <<() argument
704 operator <<(tcu::TestLog& log, const ProgramSources& sources) operator <<() argument
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigTests.cpp74 void logConfigAttrib (TestLog& log, EGLenum attrib, EGLint value) in logConfigAttrib() argument
164 TestLog& log = m_testCtx.getLog(); in executeTest() local
[all...]
H A DteglCreateContextExtTests.cpp445 bool checkVersionString (TestLog& log, const glw::Functions& gl, bool desktop, int major, int minor) in checkVersionString() argument
634 checkVersionQueries(TestLog& log, const glw::Functions& gl, int major, int minor) checkVersionQueries() argument
663 TestLog& log = m_testCtx.getLog(); validateCurrentContext() local
[all...]
H A DteglGLES2SharingTests.cpp156 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
H A DteglImageTests.cpp97 TestLog& log = testCtx.getLog(); in checkCallError() local
120 TestLog& log = testCtx.getLog(); in checkCallReturn() local
421 TestLog& log = m_testCtx.getLog(); in iterate() local
477 TestLog& log = m_testCtx.getLog(); iterate() local
[all...]
H A DteglPreservingSwapTests.cpp405 bool compareToReference (tcu::TestLog& log, const char* name, const char* description, const tcu::Surface& reference, const tcu::Surface& screen, int x, int y, int width, int height) in compareToReference() argument
413 bool comparePreAndPostSwapFramebuffers (tcu::TestLog& log, const tcu::Surface& preSwap, const tcu::Surface& postSwap) in comparePreAndPostSwapFramebuffers() argument
421 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp197 TestLog& log = m_testCtx.getLog(); in iterate() local
520 TestLog& log = m_testCtx.getLog(); in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClipControlTests.cpp131 bool fuzzyDepthCompare(tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, in fuzzyDepthCompare() argument
334 tcu::TestLog& log = m_testCtx.getLog(); variable
427 tcu::TestLog& log = m_testCtx.getLog(); variable
508 tcu::TestLog& log in ValidateFramebuffer() local
622 tcu::TestLog& log = m_testCtx.getLog(); iterate() local
709 tcu::TestLog& log = context.getTestContext().getLog(); ValidateFramebuffer() local
810 tcu::TestLog& log = m_testCtx.getLog(); global() variable
918 tcu::TestLog& log = context.getTestContext().getLog(); ValidateFramebuffer() local
1159 tcu::TestLog& log = m_testCtx.getLog(); global() variable
1242 tcu::TestLog& log = context.getTestContext().getLog(); ValidateFramebuffer() local
1347 tcu::TestLog& log = m_testCtx.getLog(); global() variable
1429 tcu::TestLog& log = context.getTestContext().getLog(); ValidateFramebuffer() local
[all...]
H A Des2fPolygonOffsetTests.cpp93 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& test, const tcu::ConstPixelBufferAccess& ref, const tcu::PixelBufferAccess& diffMask, int radius) in compareImages() argument
156 void verifyImages (tcu::TestLog& log, tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& testImage, const tcu::ConstPixelBufferAccess& referenceImage) in verifyImages() argument
359 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local
490 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local
609 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local
762 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local
875 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local
982 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local
1096 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local
[all...]
H A Des2fStencilTests.cpp288 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
H A Des2fTextureCompletenessTests.cpp85 static bool compareToConstantColor (TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Surface& result, tcu::CompareLogMode logMode, RGBA color) in compareToConstantColor() argument
150 TestLog& log = m_testCtx.getLog(); in iterate() local
208 TestLog& log = m_testCtx.getLog(); in iterate() local
279 TestLog& log = m_testCtx.getLog(); createTexture() local
451 TestLog& log = m_testCtx.getLog(); createTexture() local
796 TestLog& log = m_testCtx.getLog(); createTexture() local
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pDrawCallBatchingTests.cpp826 TestLog& log = m_testCtx.getLog(); in logTestInfo() local
871 TestLog& log = m_testCtx.getLog(); in iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp187 TestLog& log = m_testCtx.getLog(); in iterate() local
529 TestLog& log = m_testCtx.getLog(); in iterate() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp296 TestLog& log = m_context.getTestContext().getLog(); in initialize() local
409 TestLog& log = m_testCtx.getLog(); in iterate() local
[all...]

Completed in 29 milliseconds

1...<<21222324252627282930>>...56