Searched refs:print_shader_info (Results 1 – 4 of 4) sorted by relevance
35 void print_shader_info(FILE *f , int id, struct r600_shader *shader);
31 void print_shader_info(FILE *f , int id, struct r600_shader *shader) in print_shader_info() function
287 print_shader_info(f, nshader++, &shader->shader); in r600_pipe_shader_create()288 print_shader_info(stderr, nshader++, &shader->shader); in r600_pipe_shader_create()
1441 print_shader_info(const struct gl_shader_program *shProg) in print_shader_info() function2177 print_shader_info(shProg); in use_program()