Home
last modified time | relevance | path

Searched refs:prototype_string (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dgl_nir_detect_function_recursion.c203 prototype_string(nir_function *sig) in prototype_string() function
275 char *proto = prototype_string(f->sig); in emit_errors_linked()
Dir_function_detect_recursion.cpp282 char *proto = prototype_string(f->sig->return_type, in emit_errors_unlinked()
Dast_function.cpp89 prototype_string(const glsl_type *return_type, const char *name, in prototype_string() function
829 char *str = prototype_string(sig->return_type, f->name, in print_function_prototypes()
853 char *str = prototype_string(NULL, name, actual_parameters); in no_matching_function_error()
Dir.h2446 prototype_string(const glsl_type *return_type, const char *name,