Home
last modified time | relevance | path

Searched refs:endl (Results 776 - 800 of 1001) sorted by relevance

1...<<3132333435363738394041

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dbasic_block.cpp234 str << std::endl; in PrettyPrint()
H A Dmodule.cpp273 str << std::endl; in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dbasic_block.cpp234 str << std::endl; in PrettyPrint()
H A Dmodule.cpp273 str << std::endl; in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_builder.cpp61 << assembly << std::endl; in Match() member in spvtools::opt::__anon23403::std
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DPipelineLayoutD3D12.cpp259 messageStream << std::endl; in Initialize() member in dawn_native::d3d12::std
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestConfig.cpp285 std::cout << "Error populating SystemInfo." << std::endl; in GetGPUTestSystemInfo() member in angle::__anon20289::std
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_instantiate.cpp704 std::cout << "Unknown test platform: " << param << std::endl; in IsPlatformAvailable() member in angle::std
H A DANGLETest.cpp81 std::cerr << "Warning: " << warningMessage << std::endl; in TestPlatform_logWarning() member in angle::__anon20292::std
561 std::cerr << "Unsupported driver." << std::endl; in initOSWindow() member in std
1252 std::cout << "Error getting extension string from EGL Window." << std::endl; in checkD3D11SDKLayersMessages() member in std
/third_party/skia/third_party/externals/angle2/util/
H A Dshader_utils.cpp169 std::cerr << std::endl; in CompileShader() member in std
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTest.cpp152 outFile << std::endl; in TearDown() member in std
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_field.cc243 std::cerr << "Error: should have overridden SetExtraRuntimeHasBitsBase()." << std::endl; in SetExtraRuntimeHasBitsBase() member in google::protobuf::compiler::objectivec::std
/third_party/spirv-tools/source/opt/
H A Dbasic_block.cpp231 str << std::endl; in PrettyPrint()
H A Dmodule.cpp279 str << std::endl; in operator <<()
/third_party/spirv-tools/test/opt/
H A Dir_builder.cpp59 << assembly << std::endl; in Match() member in spvtools::opt::__anon26973::std
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp956 ret << "struct " << uniforms[i].type.str() << " {" << std::endl;
962 ret << ";" << std::endl;
964 ret << "};" << std::endl;
969 ret << ";" << std::endl;
980 ret << "uniform float zero;" << std::endl;
990 << std::endl;
999 ret << "; }" << std::endl;
1007 ret << ";" << std::endl;
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp311 shaderStream << "attribute mediump vec4 position;" << std::endl; in compileMultiAttribProgram() member in __anon20241::VertexAttributeTest::std
314 shaderStream << "attribute float a" << attribIndex << ";" << std::endl; in compileMultiAttribProgram() member in __anon20241::VertexAttributeTest::std
316 shaderStream << "varying mediump float color;" << std::endl in compileMultiAttribProgram()
317 << "void main() {" << std::endl in compileMultiAttribProgram()
318 << " gl_Position = position;" << std::endl in compileMultiAttribProgram()
319 << " color = 0.0;" << std::endl; in compileMultiAttribProgram() member in __anon20241::VertexAttributeTest::std
322 shaderStream << " color += a" << attribIndex << ";" << std::endl; in compileMultiAttribProgram() member in __anon20241::VertexAttributeTest::std
324 shaderStream << "}" << std::endl; in compileMultiAttribProgram() member in __anon20241::VertexAttributeTest::std
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp2231 css << std::endl; in validateIntBuffer() member in vkt::RayTracing::__anon29691::std
2289 css << std::endl; in validateFloatBuffer() member in vkt::RayTracing::__anon29691::std
2350 css << "}" << std::endl; in validateVectorBuffer() member in vkt::RayTracing::__anon29691::std
2394 css << "At (" << x << "," << y << ")" << std::endl; in validateMatrixBuffer() member in vkt::RayTracing::__anon29691::std
2397 css << names[n] << std::endl << "{" << std::endl; in validateMatrixBuffer() member in vkt::RayTracing::__anon29691::std
2415 css << "}" << std::endl; in validateMatrixBuffer() member in vkt::RayTracing::__anon29691::std
2418 css << "}" << std::endl; in validateMatrixBuffer() member in vkt::RayTracing::__anon29691::std
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.cpp1572 ERR() << "Error compiling dynamic pixel executable:" << std::endl
1573 << tempInfoLog.str() << std::endl;
1615 ERR() << "Error compiling dynamic vertex executable:" << std::endl
1616 << tempInfoLog.str() << std::endl;
1667 ERR() << "Error compiling dynamic geometry executable:" << std::endl
1668 << tempInfoLog.str() << std::endl;
2024 ERR() << "Error compiling dynamic compute executable:" << std::endl
2025 << tempInfoLog.str() << std::endl;
/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp776 std::cerr << "Encoding:\t" << std::endl; in emit_block() member in aco::std
778 std::cerr << std::endl; in emit_block() member in aco::std
783 std::cerr << "encoding: " << "0x" << std::setfill('0') << std::setw(8) << std::hex << out[i] << std::endl; in emit_block() member in aco::std
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp450 std::cout << "Parsed " << parsedBytes << " bytes from bitstream" << std::endl; in parseNextChunk() member in vkt::video::__anon28942::FrameProcessor::std
503 << std::endl; in decodeFrame() member in vkt::video::__anon28942::FrameProcessor::std
633 DEBUGLOG(std::cout << "getDecodedImage: " << image << " " << layout << std::endl); in getDecodedImage()
H A DvktVideoFrameBuffer.cpp414 << m_perFrameDecodeImageSet[picId].m_timestamp << std::endl;
570 << m_perFrameDecodeImageSet[picId].m_picDispInfo.videoFrameType << std::endl;
657 << " ===========" << std::endl;
/third_party/benchmark/src/
H A Dsysinfo.cc83 void PrintImp(std::ostream& out) { out << std::endl; } in PrintImp() member in benchmark::__anon1043::std
558 << std::endl; in ThreadAffinityGuard() member in benchmark::__anon1043::final::std
/third_party/googletest/googletest/src/
H A Dgtest-port.cc1013 GetStream() << ::std::endl in GTestLog()
1020 GetStream() << ::std::endl;
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc1052 GetStream() << ::std::endl << marker << " " in GTestLog()
1058 GetStream() << ::std::endl;

Completed in 36 milliseconds

1...<<3132333435363738394041