Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/standalone/
Dglsl.cpp32 _mesa_print_ir(stdout, ir, NULL); in lima_do_glsl_optimizations()
34 _mesa_print_ir(stdout, ir, NULL); in lima_do_glsl_optimizations()
/external/mesa3d/src/compiler/glsl/
Dtest_optpass.cpp234 _mesa_print_ir(stdout, shader->ir, state); in test_optpass()
254 _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.cpp391 _mesa_print_ir(stdout, shader->ir, state); in compile_shader()
Dglsl_parser_extras.cpp2232 _mesa_print_ir(stdout, shader->ir, state); in _mesa_glsl_compile_shader()
2319 _mesa_print_ir(stderr, ir, NULL); \ in do_common_optimization()
Dir.h2535 extern void _mesa_print_ir(FILE *f, struct exec_list *instructions,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp155 _mesa_print_ir(stderr, shader->ir, NULL); in process_glsl_ir()
255 _mesa_print_ir(stderr, shader->ir, NULL); in brw_link_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp693 _mesa_print_ir(_mesa_get_log_file(), shader->ir, NULL); in st_link_nir()
Dst_glsl_to_tgsi.cpp7111 _mesa_print_ir(_mesa_get_log_file(), shader->ir, NULL); in get_mesa_program_tgsi()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2933 _mesa_print_ir(stderr, shader->ir, NULL); in get_mesa_program()
/external/mesa3d/src/mesa/main/
Dshaderapi.c1221 _mesa_print_ir(_mesa_get_log_file(), sh->ir, NULL); in _mesa_compile_shader()