Searched refs:outline_size (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_print_asm.cpp | 272 unsigned exec_size, size_t pos, char* outline, unsigned outline_size) in disasm_instr() argument 276 pos * 4, outline, outline_size); in disasm_instr() 325 snprintf(outline + len, outline_size - len, " s%u offset:%s", binary[pos + 1] >> 25, imm); in disasm_instr() 332 snprintf(outline + len, outline_size - len, " offset:0x%x", offset); in disasm_instr()
|