Home
last modified time | relevance | path

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

/third_party/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()
/third_party/mesa3d/src/compiler/glsl/
Dtest_optpass.cpp232 _mesa_print_ir(stdout, shader->ir, state); in test_optpass()
252 _mesa_print_ir(stdout, shader->ir, state); in test_optpass()
Dopt_array_splitting.cpp501 _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.cpp388 _mesa_print_ir(stdout, shader->ir, NULL); in compile_shader()
Dglsl_parser_extras.cpp2250 _mesa_print_ir(stdout, shader->ir, state); in _mesa_glsl_compile_shader()
2337 _mesa_print_ir(stderr, ir, NULL); \ in do_common_optimization()
Dir.h2541 extern void _mesa_print_ir(FILE *f, struct exec_list *instructions,
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp156 _mesa_print_ir(stderr, shader->ir, NULL); in process_glsl_ir()
256 _mesa_print_ir(stderr, shader->ir, NULL); in brw_link_shader()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp764 _mesa_print_ir(_mesa_get_log_file(), shader->ir, NULL); in st_link_nir()
Dst_glsl_to_tgsi.cpp7207 _mesa_print_ir(_mesa_get_log_file(), shader->ir, NULL); in get_mesa_program_tgsi()
/third_party/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2954 _mesa_print_ir(stderr, shader->ir, NULL); in get_mesa_program()
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c1263 _mesa_print_ir(_mesa_get_log_file(), sh->ir, NULL); in _mesa_compile_shader()