/third_party/glslang/gtests/ |
D | TestFixture.h | 273 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},}, 274 program.getInfoLog(), program.getInfoDebugLog(), 277 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},}, 278 program.getInfoLog(), program.getInfoDebugLog(), true, "", ""}; 334 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},}, in compileLinkIoMap() 335 program.getInfoLog(), program.getInfoDebugLog(), in compileLinkIoMap() 338 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},}, in compileLinkIoMap() 339 program.getInfoLog(), program.getInfoDebugLog(), true, "", ""}; in compileLinkIoMap() 380 return {{{shaderName, shader.getInfoLog(), shader.getInfoDebugLog()},}, 381 program.getInfoLog(), program.getInfoDebugLog(), [all …]
|
D | Link.FromFile.cpp | 66 {fileNames[i], shader->getInfoLog(), shader->getInfoDebugLog()}); in TEST_P() 74 result.linkingError = program.getInfoDebugLog(); in TEST_P()
|
D | Config.FromFile.cpp | 76 {testCase.input, shader.getInfoLog(), shader.getInfoDebugLog()}); in TEST_P() 83 result.linkingError = program.getInfoDebugLog(); in TEST_P()
|
D | Link.FromFile.Vk.cpp | 68 {fileNames[i], shader->getInfoLog(), shader->getInfoDebugLog()}); in TEST_P() 76 result.linkingError = program.getInfoDebugLog(); in TEST_P()
|
/third_party/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 383 …g_shader_get_info_debug_log(glslang_shader_t* shader) { return shader->shader->getInfoDebugLog(); } in glslang_shader_get_info_debug_log() 427 return program->program->getInfoDebugLog(); in glslang_program_get_info_debug_log()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_wrapper.cpp | 163 << shader.getInfoDebugLog() << "\n"; in GlslangCompileToSpirv()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 158 std::string debugLog = glslangShader->getInfoDebugLog(); in compileGLSLtoSPIRV()
|
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 657 GLSLANG_EXPORT const char* getInfoDebugLog(); 828 GLSLANG_EXPORT const char* getInfoDebugLog();
|
/third_party/glslang/StandAlone/ |
D | StandAlone.cpp | 1108 StderrIfNonEmpty(shader->getInfoDebugLog()); in CompileAndLinkShaderUnits() 1123 PutsIfNonEmpty(shader->getInfoDebugLog()); in CompileAndLinkShaderUnits() 1147 PutsIfNonEmpty(program.getInfoDebugLog()); in CompileAndLinkShaderUnits()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1921 const char* TShader::getInfoDebugLog() in getInfoDebugLog() function in glslang::TShader 2057 const char* TProgram::getInfoDebugLog() in getInfoDebugLog() function in glslang::TProgram
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 1453 puts(shader.getInfoDebugLog()); in GLSLtoSPV() 1466 puts(shader.getInfoDebugLog()); in GLSLtoSPV()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 1464 puts(shader.getInfoDebugLog()); in GLSLtoSPV() 1477 puts(shader.getInfoDebugLog()); in GLSLtoSPV()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | GlslangWrapper.cpp | 1017 << shader->getInfoDebugLog() << "\n"; in GetShaderCodeImpl()
|
/third_party/skia/third_party/externals/tint/samples/ |
D | main.cc | 904 << shader.getInfoDebugLog() << "\n"; in GenerateGlsl()
|