| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcUniformBlockCase.cpp | 1343 TestLog& log = m_testCtx.getLog(); in iterate() local 1529 TestLog& log in compareStd140Blocks() local 1611 TestLog& log = m_testCtx.getLog(); compareSharedBlocks() local 1686 TestLog& log = m_testCtx.getLog(); compareTypes() local 1744 TestLog& log = m_testCtx.getLog(); checkLayoutIndices() local 1784 TestLog& log = m_testCtx.getLog(); checkLayoutBounds() local 1834 tcu::TestLog& log = m_testCtx.getLog(); checkIndexQueries() local 1860 tcu::TestLog& log = m_testCtx.getLog(); render() local [all...] |
| H A D | glcViewportArrayTests.cpp | 664 void Utils::program::printShaderSource(const GLchar* source, tcu::MessageBuilder& log) in printShaderSource() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
| H A D | glcSubgroupsTestsUtils.cpp | 50 tcu::TestLog& log = context->getDeqpContext().getTestContext().getLog(); in debugCallback() local 178 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog(); in makeGraphicsPipeline() local 304 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog(); makeComputePipeline() local 1089 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog(); makeTessellationEvaluationFrameBufferTest() local 1274 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog(); makeGeometryFrameBufferTest() local 1444 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog(); allStages() local 1724 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog(); makeVertexFrameBufferTest() local 1895 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog(); makeFragmentFrameBufferTest() local 2079 tcu::TestLog& log = context.getDeqpContext().getTestContext().getLog(); makeComputeTest() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cComputeShaderTests.cpp | 6442 GLchar log[1024]; in Compile() local 6543 GLchar log[1024]; Link() local [all...] |
| H A D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 281 GLchar log[1024]; in CompileShader() local 302 GLchar log[1024]; in LinkProgram() local 406 GLchar log[1024]; in BuildShaderProgram() local 5313 GLchar log[1024]; Compile() local 5420 GLchar log[1024]; Link() local [all...] |
| /third_party/vk-gl-cts/executor/ |
| H A D | xeTestCaseResult.hpp | 310 std::string log; member in xe::ri::InfoLog
|
| /third_party/skia/src/gpu/ops/ |
| H A D | AAHairLinePathRenderer.cpp | 237 int log = get_float_exp(dsqd/(gSubdivTol*gSubdivTol)) + 1; in num_quad_subdivs() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | ShaderCore.cpp | 220 Float4 log = logarithm2(x, pp); in power() local
|
| /third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
| H A D | unittests.cpp | 411 std::string log; in checkCompileFails() local 566 char *log = new char[length]; in TEST_F() local 884 std::string log = checkCompileFails(vs, GL_VERTEX_SHADER); in TEST_F() local 889 std::string log = checkCompileFails(fs, GL_FRAGMENT_SHADER); TEST_F() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | WasmTranslator.cpp | 1425 template <typename F = std::function<void(Ostream &)>> void log(F Fn) const { in log() function in IceBuilder
|
| /third_party/skia/dm/ |
| H A D | DMSrcSink.cpp | 1544 Result GPUSink::onDraw(const Src& src, SkBitmap* dst, SkWStream*, SkString* log, in onDraw() argument 2204 draw_to_canvas(Sink* sink, SkBitmap* bitmap, SkWStream* stream, SkString* log, SkISize size, const DrawToCanvasFn& draw) draw_to_canvas() argument 2231 SkString log; check_against_reference() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDrawBuffersIndexedTests.cpp | 484 void verifyRenderbuffer (TestLog& log, in verifyRenderbuffer() argument 559 void verifyRenderbuffers (TestLog& log, in verifyRenderbuffers() argument 1017 void renderQuad (TestLog& log, in renderQuad() argument 1072 void logBlendState (TestLog& log, in logBlendState() argument 1118 logTestCaseInfo(TestLog& log, const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers) logTestCaseInfo() argument 1160 runTest(TestLog& log, tcu::ResultCollector& results, glu::RenderContext& renderContext, const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers) runTest() argument 1230 TestLog& log = m_testCtx.getLog(); iterate() local 1443 TestLog& log = m_testCtx.getLog(); iterate() local 1487 TestLog& log = m_testCtx.getLog(); iterate() local [all...] |
| H A D | es3fFragmentOutputTests.cpp | 243 TestLog& log = m_testCtx.getLog(); in init() local 547 TestLog& log = m_testCtx.getLog(); in iterate() local [all...] |
| H A D | es3fIntegerStateQueryTests.cpp | 85 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix) in StateVerifier() argument 118 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBooleanVerifier() argument 372 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetIntegerVerifier() argument 559 GetInteger64Verifier(const glw::Functions& gl, tcu::TestLog& log) GetInteger64Verifier() argument 745 GetFloatVerifier(const glw::Functions& gl, tcu::TestLog& log) GetFloatVerifier() argument [all...] |
| H A D | es3fMultisampleTests.cpp | 440 TestLog& log = m_testCtx.getLog(); in init() local 580 TestLog& log = m_testCtx.getLog(); in iterate() local 798 TestLog& log = m_testCtx.getLog(); iterate() local 1064 TestLog& log = m_testCtx.getLog(); init() local 1133 TestLog& log = m_testCtx.getLog(); iterate() local 1267 TestLog& log = m_testCtx.getLog(); init() local 1291 TestLog& log = m_testCtx.getLog(); iterate() local 1440 TestLog& log = m_testCtx.getLog(); iterate() local 1574 TestLog& log = m_testCtx.getLog(); iterate() local [all...] |
| H A D | es3fShaderApiTests.cpp | 339 void logShader (TestLog& log, glu::RenderContext& renderCtx, glu::Shader& shader) in logShader() argument 348 void logProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, ShaderAllocator& shaders) in logProgram() argument 363 void logVertexFragmentProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, glu::Shader& vertShader, glu::Shader& fragShader) in logVertexFragmentProgram() argument 638 TestLog& log = m_testCtx.getLog(); verifyShaderSourceReplaced() local 655 TestLog& log = m_testCtx.getLog(); test() local 761 TestLog& log = m_testCtx.getLog(); buildProgram() local 786 TestLog& log = m_testCtx.getLog(); test() local 845 TestLog& log = m_testCtx.getLog(); buildProgram() local 862 TestLog& log = m_testCtx.getLog(); verify() local 886 TestLog& log = m_testCtx.getLog(); test() local 951 TestLog& log = m_testCtx.getLog(); executeForProgram() local 973 TestLog& log = m_testCtx.getLog(); executeForProgram() local 996 TestLog& log = m_testCtx.getLog(); executeForProgram() local 1019 TestLog& log = m_testCtx.getLog(); executeForProgram() local 1043 TestLog& log = m_testCtx.getLog(); executeForProgram() local 1066 TestLog& log = m_testCtx.getLog(); executeForProgram() local 1181 TestLog& log = m_testCtx.getLog(); verifyProgramBinary() local 1198 TestLog& log = m_testCtx.getLog(); iterate() local 1296 TestLog& log = m_testCtx.getLog(); setUniformsRandom() local 1356 TestLog& log = m_testCtx.getLog(); test() local 1419 TestLog& log = m_testCtx.getLog(); buildProgram() local 1436 TestLog& log = m_testCtx.getLog(); verify() local 1450 TestLog& log = m_testCtx.getLog(); test() local 1516 TestLog& log = m_testCtx.getLog(); executeForProgram() local 1538 TestLog& log = m_testCtx.getLog(); executeForProgram() local 1561 TestLog& log = m_testCtx.getLog(); executeForProgram() local 1584 TestLog& log = m_testCtx.getLog(); executeForProgram() local 1608 TestLog& log = m_testCtx.getLog(); executeForProgram() local 1631 TestLog& log = m_testCtx.getLog(); executeForProgram() local [all...] |
| H A D | es3fShaderDerivateTests.cpp | 401 static qpTestResult verifyConstantDerivate (tcu::TestLog& log, in verifyConstantDerivate() argument 465 static qpTestResult reverifyConstantDerivateWithFlushRelaxations (tcu::TestLog& log, in reverifyConstantDerivateWithFlushRelaxations() argument
|
| H A D | es3fTextureSpecificationTests.cpp | 184 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
|
| H A D | es3fTextureUnitTests.cpp | 790 tcu::TestLog& log = m_testCtx.getLog(); in init() local 990 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
|
| H A D | es3fVertexTextureTests.cpp | 477 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res) in compareImages() argument
|
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pDepthTests.cpp | 113 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log) in RenderData() argument 546 TestLog& log = m_testCtx.getLog(); in iterate() local 627 TestLog& log = m_testCtx.getLog(); in logSamples() local 680 TestLog& log = m_testCtx.getLog(); logGeometry() local 836 TestLog& log = m_testCtx.getLog(); calibrate() local 838 const RenderData occluderGeometry (genOccluderGeometry(), m_renderCtx, log); calibrate() local 839 const RenderData occludedGeometry (genOccludedGeometry(), m_renderCtx, log); calibrate() local 916 TestLog& log = m_testCtx.getLog(); calibrate() local 918 const RenderData geom (genOccludedGeometry(), m_renderCtx, log); calibrate() local 1143 TestLog& log = m_testCtx.getLog(); logDescription() local 1175 TestLog& log = m_testCtx.getLog(); logDescription() local 1207 TestLog& log = m_testCtx.getLog(); logDescription() local 1236 TestLog& log = m_testCtx.getLog(); logDescription() local 1265 TestLog& log = m_testCtx.getLog(); logDescription() local 1294 TestLog& log = m_testCtx.getLog(); logDescription() local 1341 TestLog& log = m_testCtx.getLog(); logDescription() local 1377 TestLog& log = m_testCtx.getLog(); logDescription() local 1470 TestLog& log = m_testCtx.getLog(); logDescription() local 1500 TestLog& log = m_testCtx.getLog(); logDescription() local 1532 TestLog& log = m_testCtx.getLog(); logDescription() local 1564 TestLog& log = m_testCtx.getLog(); logDescription() local 1594 TestLog& log = m_testCtx.getLog(); logDescription() local 1624 TestLog& log = m_testCtx.getLog(); logDescription() local 1654 TestLog& log = m_testCtx.getLog(); logDescription() local 1684 TestLog& log = m_testCtx.getLog(); logDescription() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fNegativeShaderFunctionTests.cpp | 185 tcu::TestLog& log = ctx.getLog(); in verifyShader() local
|
| H A D | es31fSRGBDecodeTests.cpp | 617 tcu::TestLog& log = m_context.getTestContext().getLog(); in SRGBTestProgram() local 1172 tcu::TestLog& log = m_context.getTestContext().getLog(); in storeResultPixels() local 1227 tcu::TestLog& log = m_context.getTestContext().getLog(); in logColor() local 1425 tcu::TestLog& log = m_context.getTestContext().getLog(); in verifyResult() local 1497 tcu::TestLog& log = m_context.getTestContext().getLog(); verifyResult() local 1568 tcu::TestLog& log = m_context.getTestContext().getLog(); verifyResult() local 1648 tcu::TestLog& log = m_context.getTestContext().getLog(); verifyResult() local 1797 tcu::TestLog& log = m_context.getTestContext().getLog(); verifyResult() local 1869 tcu::TestLog& log = m_context.getTestContext().getLog(); verifyResult() local 1947 tcu::TestLog& log = m_context.getTestContext().getLog(); verifyResult() local [all...] |
| H A D | es31fTextureGatherTests.cpp | 589 static bool verifyGatherOffsets (TestLog& log, in verifyGatherOffsets() argument 669 static bool verifyGatherOffsetsCompare (TestLog& log, in verifyGatherOffsetsCompare() argument 725 static bool verifySingleColored (TestLog& log, const ConstPixelBufferAccess& result, const Vec4& refColor) in verifySingleColored() argument 1250 TestLog& log = m_testCtx.getLog(); init() local 1360 TestLog& log = m_testCtx.getLog(); iterate() local 1480 TestLog& log = m_testCtx.getLog(); verify() local [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLifetimeTests.cpp | 858 TestLog& log (void) const { return m_ctx.log(); } log() function in deqp::gls::LifetimeTests::details::TestBase 1132 replaceName(Type& type, GLuint oldName, TestLog& log) replaceName() argument [all...] |