Searched refs:aco_print_program (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_interface.cpp | 81 aco_print_program(program.get(), stderr); in aco_compile_shader() 116 aco_print_program(program.get(), memf); in aco_compile_shader() 138 aco_print_program(program.get(), stderr); in aco_compile_shader() 143 aco_print_program(program.get(), stderr); in aco_compile_shader() 188 aco_print_program(program.get(), stderr); in aco_compile_shader()
|
D | aco_print_ir.cpp | 866 void aco_print_program(const Program *program, FILE *output) in aco_print_program() function
|
D | aco_assembler.cpp | 757 aco_print_program(program, stderr); in fix_exports()
|
D | aco_ir.h | 1766 void aco_print_program(const Program *program, FILE *output);
|
/external/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 147 aco_print_program(program.get(), output); in finish_validator_test() 167 aco_print_program(program.get(), output); in finish_opt_test() 174 aco_print_program(program.get(), output); in finish_to_hw_instr_test()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 4230 - aco: Print shader stage in aco_print_program.
|