Lines Matching refs:sizedwords
167 popline_ascii85(uint32_t sizedwords) in popline_ascii85() argument
179 uint32_t *buf = calloc(1, 4 * sizedwords); in popline_ascii85()
856 uint32_t sizedwords = 0; in decode_indexed_registers() local
863 parseline(line, " dwords: %u", &sizedwords); in decode_indexed_registers()
865 uint32_t *buf = popline_ascii85(sizedwords); in decode_indexed_registers()
884 dump_hex_ascii(buf, 4 * sizedwords, 1); in decode_indexed_registers()
903 uint32_t sizedwords = 0; in decode_shader_blocks() local
910 parseline(line, " size: %u", &sizedwords); in decode_shader_blocks()
912 uint32_t *buf = popline_ascii85(sizedwords); in decode_shader_blocks()
926 try_disasm_a3xx(buf, sizedwords, 1, stdout, options.gpu_id); in decode_shader_blocks()
930 dump_hex_ascii(buf, 4 * sizedwords, 1); in decode_shader_blocks()
951 uint32_t sizedwords = 0; in decode_debugbus() local
958 parseline(line, " count: %u", &sizedwords); in decode_debugbus()
960 uint32_t *buf = popline_ascii85(sizedwords); in decode_debugbus()
968 dump_hex_ascii(buf, 4 * sizedwords, 1); in decode_debugbus()