Lines Matching refs:_mesa_log
1201 _mesa_log("GLSL source for %s shader %d:\n", in _mesa_compile_shader()
1203 _mesa_log("%s\n", sh->Source); in _mesa_compile_shader()
1220 _mesa_log("GLSL IR for shader %d:\n", sh->Name); in _mesa_compile_shader()
1223 _mesa_log("No GLSL IR for shader %d (shader may be from " in _mesa_compile_shader()
1226 _mesa_log("\n\n"); in _mesa_compile_shader()
1228 _mesa_log("GLSL shader %d failed to compile.\n", sh->Name); in _mesa_compile_shader()
1231 _mesa_log("GLSL shader %d info log:\n", sh->Name); in _mesa_compile_shader()
1232 _mesa_log("%s\n", sh->InfoLog); in _mesa_compile_shader()
1239 _mesa_log("GLSL source for %s shader %d:\n", in _mesa_compile_shader()
1241 _mesa_log("%s\n", sh->Source); in _mesa_compile_shader()
1242 _mesa_log("Info Log:\n%s\n", sh->InfoLog); in _mesa_compile_shader()