/third_party/mesa3d/src/freedreno/decode/ |
D | pgmdump.c | 447 dump_hex((void *)vs_hdr, sect_size); in dump_shaders_a2xx() 455 dump_hex((char *)constants[j], sect_size); in dump_shaders_a2xx() 462 dump_hex(ptr, sect_size); in dump_shaders_a2xx() 476 dump_hex(ptr, sect_size); in dump_shaders_a2xx() 499 dump_hex((void *)fs_hdr, sect_size); in dump_shaders_a2xx() 507 dump_hex((char *)constants[j], sect_size); in dump_shaders_a2xx() 514 dump_hex(ptr, sect_size); in dump_shaders_a2xx() 586 dump_hex((void *)vs_hdr, hdr_size); in dump_shaders_a3xx() 591 dump_hex((char *)constants[j], sizeof(constants[j])); in dump_shaders_a3xx() 597 dump_hex(instrs, instrs_size); in dump_shaders_a3xx() [all …]
|
D | cffdec.c | 197 dump_hex(uint32_t *dwords, uint32_t sizedwords, int level) in dump_hex() function 374 dump_hex(buf, sizedwords, level + 1); in dump_gpuaddr_size() 440 dump_hex(buf, min(64, sizedwords), level + 1); in disasm_gpuaddr() 1359 dump_hex(texsamp, 2, level + 1); in dump_tex_samp() 1363 dump_hex(texsamp, 2, level + 1); in dump_tex_samp() 1367 dump_hex(texsamp, 4, level + 1); in dump_tex_samp() 1371 dump_hex(texsamp, 4, level + 1); in dump_tex_samp() 1390 dump_hex(texconst, 4, level + 1); in dump_tex_const() 1398 dump_hex(texconst, 8, level + 1); in dump_tex_const() 1407 dump_hex(texconst, 12, level + 1); in dump_tex_const() [all …]
|
D | util.h | 46 dump_hex(const void *buf, int sz) in dump_hex() function
|
/third_party/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()
|
/third_party/mesa3d/src/freedreno/computerator/ |
D | main.c | 68 dump_hex(void *buf, int sz) in dump_hex() function 300 dump_hex(map, kernel->buf_sizes[i] * 4); in main()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu.cpp | 532 bool dump_hex = INTEL_DEBUG(DEBUG_HEX); in brw_disassemble() local 551 if (dump_hex) { in brw_disassemble() 570 if (dump_hex) { in brw_disassemble()
|
/third_party/node/src/ |
D | inspector_socket.cc | 82 static void dump_hex(const char* buf, size_t len) { in dump_hex() function 678 dump_hex(buffer.data(), buffer.size()); in WriteRaw() 705 dump_hex(buf->base, nread); in OnDataReceivedCb()
|
/third_party/quickjs/ |
D | qjsc.c | 160 static void dump_hex(FILE *f, const uint8_t *buf, size_t len) in dump_hex() function 197 dump_hex(fo, out_buf, out_buf_len); in output_object_code()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 570 dump_hex(fd_bo_map(rsc->bo), fd_bo_size(rsc->bo)); in fd_resource_dump()
|