/external/mesa3d/src/freedreno/decode/ |
D | pgmdump.c | 430 dump_hex((void *)vs_hdr, sect_size); in dump_shaders_a2xx() 438 dump_hex((char *)constants[j], sect_size); in dump_shaders_a2xx() 445 dump_hex(ptr, sect_size); in dump_shaders_a2xx() 458 dump_hex(ptr, sect_size); in dump_shaders_a2xx() 481 dump_hex((void *)fs_hdr, sect_size); in dump_shaders_a2xx() 489 dump_hex((char *)constants[j], sect_size); in dump_shaders_a2xx() 496 dump_hex(ptr, sect_size); in dump_shaders_a2xx() 566 dump_hex((void *)vs_hdr, hdr_size); in dump_shaders_a3xx() 570 dump_hex((char *)constants[j], sizeof(constants[j])); in dump_shaders_a3xx() 576 dump_hex(instrs, instrs_size); in dump_shaders_a3xx() [all …]
|
D | cffdec.c | 196 dump_hex(uint32_t *dwords, uint32_t sizedwords, int level) in dump_hex() function 367 dump_hex(buf, sizedwords, level+1); in dump_gpuaddr_size() 428 dump_hex(buf, min(64, sizedwords), level+1); in disasm_gpuaddr() 1346 dump_hex(texsamp, 2, level+1); in dump_tex_samp() 1350 dump_hex(texsamp, 2, level+1); in dump_tex_samp() 1354 dump_hex(texsamp, 4, level+1); in dump_tex_samp() 1358 dump_hex(texsamp, 4, level+1); in dump_tex_samp() 1378 dump_hex(texconst, 4, level+1); in dump_tex_const() 1386 dump_hex(texconst, 8, level+1); in dump_tex_const() 1394 dump_hex(texconst, 12, level+1); in dump_tex_const() [all …]
|
D | util.h | 54 static inline void dump_hex(const void *buf, int sz) in dump_hex() function
|
/external/igt-gpu-tools/assembler/ |
D | brw_eu.c | 237 bool dump_hex = false; in brw_dump_compile() local 246 if (dump_hex) { in brw_dump_compile() 256 if (dump_hex) { in brw_dump_compile()
|
/external/libnl/lib/ |
D | msg.c | 767 static inline void dump_hex(FILE *ofd, char *start, int len, int prefix) in dump_hex() function 859 dump_hex(ofd, data, hdrsize, 0); in print_genl_msg() 873 dump_hex(ofd, nla_data(attr), len, prefix); in dump_attr() 904 dump_hex(ofd, (char *) nla_data(nla) + alen, in dump_attrs() 955 dump_hex(ofd, data, payloadlen, 0); in print_msg()
|
/external/mesa3d/src/freedreno/computerator/ |
D | main.c | 69 dump_hex(void *buf, int sz) in dump_hex() function 297 dump_hex(map, kernel->buf_sizes[i] * 4); in main()
|
/external/ethtool/ |
D | test-common.c | 275 dump_hex(orig_stderr, expect->cmd, expect->cmd_len, 0); in test_ioctl() 277 dump_hex(orig_stderr, cmd, expect->cmd_len, 0); in test_ioctl()
|
D | internal.h | 257 void dump_hex(FILE *f, const u8 *data, int len, int offset);
|
D | ethtool.c | 1227 void dump_hex(FILE *file, const u8 *data, int len, int offset) in dump_hex() function 1264 dump_hex(stdout, regs->data, regs->len, 0); in dump_regs() 1293 dump_hex(stdout, ee->data, ee->len, ee->offset); in dump_eeprom() 4788 dump_hex(stdout, eeprom->data, in do_getmodule()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_eu.cpp | 532 bool dump_hex = (INTEL_DEBUG & DEBUG_HEX) != 0; in brw_disassemble() local 551 if (dump_hex) { in brw_disassemble() 569 if (dump_hex) { in brw_disassemble()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 431 dump_hex(fd_bo_map(rsc->bo), fd_bo_size(rsc->bo)); in fd_resource_dump()
|