Searched refs:_mesa_print_ir (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | test_optpass.cpp | 236 _mesa_print_ir(stdout, shader->ir, state); in test_optpass() 256 _mesa_print_ir(stdout, shader->ir, state); in test_optpass()
|
D | opt_array_splitting.cpp | 499 _mesa_print_ir(stdout, instructions, NULL); in optimize_split_arrays()
|
D | ir_print_visitor.cpp | 50 _mesa_print_ir(FILE *f, exec_list *instructions, in _mesa_print_ir() function
|
D | standalone.cpp | 398 _mesa_print_ir(stdout, shader->ir, state); in compile_shader()
|
D | glsl_parser_extras.cpp | 2109 _mesa_print_ir(stdout, shader->ir, state); in _mesa_glsl_compile_shader() 2181 _mesa_print_ir(stderr, ir, NULL); \ in do_common_optimization()
|
D | ir.h | 2441 extern void _mesa_print_ir(FILE *f, struct exec_list *instructions,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_link.cpp | 152 _mesa_print_ir(stderr, shader->ir, NULL); in process_glsl_ir() 252 _mesa_print_ir(stderr, shader->ir, NULL); in brw_link_shader()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 481 _mesa_print_ir(_mesa_get_log_file(), shader->ir, NULL); in st_nir_get_mesa_program()
|
D | st_glsl_to_tgsi.cpp | 6779 _mesa_print_ir(_mesa_get_log_file(), shader->ir, NULL); in get_mesa_program_tgsi()
|
/external/mesa3d/src/mesa/main/ |
D | shaderapi.c | 1138 _mesa_print_ir(_mesa_get_log_file(), sh->ir, NULL); in _mesa_compile_shader()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2940 _mesa_print_ir(stderr, shader->ir, NULL); in get_mesa_program()
|