Lines Matching refs:sizedwords
155 popline_ascii85(uint32_t sizedwords) in popline_ascii85() argument
167 uint32_t *buf = calloc(1, 4 * sizedwords); in popline_ascii85()
830 uint32_t sizedwords = 0; in decode_indexed_registers() local
837 parseline(line, " dwords: %u", &sizedwords); in decode_indexed_registers()
839 uint32_t *buf = popline_ascii85(sizedwords); in decode_indexed_registers()
860 dump_hex_ascii(buf, 4 * sizedwords, 1); in decode_indexed_registers()
879 uint32_t sizedwords = 0; in decode_shader_blocks() local
886 parseline(line, " size: %u", &sizedwords); in decode_shader_blocks()
888 uint32_t *buf = popline_ascii85(sizedwords); in decode_shader_blocks()
904 try_disasm_a3xx(buf, sizedwords, 1, stdout, options.gpu_id); in decode_shader_blocks()
908 dump_hex_ascii(buf, 4 * sizedwords, 1); in decode_shader_blocks()
929 uint32_t sizedwords = 0; in decode_debugbus() local
936 parseline(line, " count: %u", &sizedwords); in decode_debugbus()
938 uint32_t *buf = popline_ascii85(sizedwords); in decode_debugbus()
947 dump_hex_ascii(buf, 4 * sizedwords, 1); in decode_debugbus()