Home
last modified time | relevance | path

Searched refs:linker_error_printf (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glsl/
Dlinker.cpp175 linker_error_printf(gl_shader_program *prog, const char *fmt, ...) in linker_error_printf() function
254 linker_error_printf(prog, in validate_vertex_shader_executable()
282 linker_error_printf(prog, "fragment shader writes to both " in validate_fragment_shader_executable()
370 linker_error_printf(prog, "%s `%s' declared as type " in cross_validate_globals()
382 linker_error_printf(prog, "explicit locations for %s " in cross_validate_globals()
397 linker_error_printf(prog, "initializers for %s " in cross_validate_globals()
420 linker_error_printf(prog, "declarations for %s `%s' have " in cross_validate_globals()
510 linker_error_printf(prog, in cross_validate_outputs_to_inputs()
524 linker_error_printf(prog, in cross_validate_outputs_to_inputs()
536 linker_error_printf(prog, in cross_validate_outputs_to_inputs()
[all …]
Dlinker.h29 linker_error_printf(gl_shader_program *prog, const char *fmt, ...);
Dlink_functions.cpp96 linker_error_printf(this->prog, "unresolved reference to function " in visit_enter()