Searched refs:print_asm (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_interface.cpp | 207 aco::print_asm(program.get(), code, exec_size / 4u, memf); in aco_compile_shader() 295 aco::print_asm(program.get(), code, exec_size / 4u, stderr); in aco_compile_vs_prolog()
|
D | aco_print_asm.cpp | 318 print_asm(Program* program, std::vector<uint32_t>& binary, unsigned exec_size, FILE* output) in print_asm() function
|
D | README.md | 277 * Use print_asm and check for illegal instructions.
|
D | aco_ir.h | 2182 bool print_asm(Program* program, std::vector<uint32_t>& binary, unsigned exec_size, FILE* output);
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 234 print_asm(program.get(), binary, exec_size / 4u, output); in finish_assembler_test()
|