Searched refs:print_asm (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_print_asm.cpp | 144 bool print_asm(Program *program, std::vector<uint32_t>& binary, in print_asm() function
|
D | aco_interface.cpp | 182 bool fail = aco::print_asm(program.get(), code, exec_size / 4u, f); in aco_compile_shader()
|
D | README.md | 257 * Use print_asm and check for illegal instructions.
|
D | aco_ir.h | 1751 bool print_asm(Program *program, std::vector<uint32_t>& binary,
|
/external/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 190 print_asm(program.get(), binary, exec_size / 4u, output); in finish_assembler_test()
|