Searched refs:agxdecode_dump_stream (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Ddecode.c47 FILE *agxdecode_dump_stream; variable in typeref:typename:FILE *
179 fflush(agxdecode_dump_stream);
208 agx_print(agxdecode_dump_stream, T, var, (agxdecode_indent + 1) * 2); \
212 agx_unpack(agxdecode_dump_stream, cl, T, temp); \
216 #define agxdecode_log(str) fputs(str, agxdecode_dump_stream)
217 #define agxdecode_msg(str) fprintf(agxdecode_dump_stream, "// %s", str)
225 fprintf(agxdecode_dump_stream, "%s %s (%u)\n", name, bo->name ?: "", bo->handle);
226 hexdump(agxdecode_dump_stream, bo->ptr.cpu, bo->size, false);
239 fprintf(agxdecode_dump_stream, "%s (%" PRIx64 ", handle %u)\n", label, va, alloc->handle);
240 fflush(agxdecode_dump_stream);
[all...]

Completed in 2 milliseconds