Home
last modified time | relevance | path

Searched refs:dump_hex (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/decode/
Dpgmdump.c447 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 …]
Dcffdec.c197 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 …]
Dutil.h46 dump_hex(const void *buf, int sz) in dump_hex() function
/third_party/mesa3d/src/freedreno/computerator/
Dmain.c68 dump_hex(void *buf, int sz) in dump_hex() function
296 dump_hex(map, kernel->buf_sizes[i] * 4); in main()
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.c537 bool dump_hex = INTEL_DEBUG(DEBUG_HEX); in brw_disassemble() local
556 if (dump_hex) { in brw_disassemble()
575 if (dump_hex) { in brw_disassemble()
/third_party/node/src/
Dinspector_socket.cc83 static void dump_hex(const char* buf, size_t len) { in dump_hex() function
724 dump_hex(buffer.data(), buffer.size()); in WriteRaw()
751 dump_hex(buf->base, nread); in OnDataReceivedCb()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c572 dump_hex(fd_bo_map(rsc->bo), fd_bo_size(rsc->bo)); in fd_resource_dump()