Home
last modified time | relevance | path

Searched refs:_mesa_print_ir (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dtest_optpass.cpp236 _mesa_print_ir(stdout, shader->ir, state); in test_optpass()
256 _mesa_print_ir(stdout, shader->ir, state); in test_optpass()
Dopt_array_splitting.cpp499 _mesa_print_ir(stdout, instructions, NULL); in optimize_split_arrays()
Dir_print_visitor.cpp50 _mesa_print_ir(FILE *f, exec_list *instructions, in _mesa_print_ir() function
Dstandalone.cpp398 _mesa_print_ir(stdout, shader->ir, state); in compile_shader()
Dglsl_parser_extras.cpp2109 _mesa_print_ir(stdout, shader->ir, state); in _mesa_glsl_compile_shader()
2181 _mesa_print_ir(stderr, ir, NULL); \ in do_common_optimization()
Dir.h2441 extern void _mesa_print_ir(FILE *f, struct exec_list *instructions,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp152 _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/
Dst_glsl_to_nir.cpp481 _mesa_print_ir(_mesa_get_log_file(), shader->ir, NULL); in st_nir_get_mesa_program()
Dst_glsl_to_tgsi.cpp6779 _mesa_print_ir(_mesa_get_log_file(), shader->ir, NULL); in get_mesa_program_tgsi()
/external/mesa3d/src/mesa/main/
Dshaderapi.c1138 _mesa_print_ir(_mesa_get_log_file(), sh->ir, NULL); in _mesa_compile_shader()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2940 _mesa_print_ir(stderr, shader->ir, NULL); in get_mesa_program()