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

/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dpgmdump.c447 dump_hex((void *)vs_hdr, sect_size);
455 dump_hex((char *)constants[j], sect_size);
462 dump_hex(ptr, sect_size);
476 dump_hex(ptr, sect_size);
499 dump_hex((void *)fs_hdr, sect_size);
507 dump_hex((char *)constants[j], sect_size);
514 dump_hex(ptr, sect_size);
586 dump_hex((void *)vs_hdr, hdr_size);
591 dump_hex((char *)constants[j], sizeof(constants[j]));
597 dump_hex(instr
[all...]
H A Dcffdec.c197 dump_hex(uint32_t *dwords, uint32_t sizedwords, int level) function in typeref:typename:void
374 dump_hex(buf, sizedwords, level + 1);
440 dump_hex(buf, min(64, sizedwords), level + 1);
1359 dump_hex(texsamp, 2, level + 1);
1363 dump_hex(texsamp, 2, level + 1);
1367 dump_hex(texsamp, 4, level + 1);
1371 dump_hex(texsamp, 4, level + 1);
1390 dump_hex(texconst, 4, level + 1);
1398 dump_hex(texconst, 8, level + 1);
1407 dump_hex(texcons
[all...]
H A Dutil.h46 dump_hex(const void *buf, int sz) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
H A Dmain.c68 dump_hex(void *buf, int sz) function in typeref:typename:void
300 dump_hex(map, kernel->buf_sizes[i] * 4);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu.c356 bool dump_hex = (INTEL_DEBUG & DEBUG_HEX) != 0; local in function:brw_disassemble
367 if (dump_hex) {
387 if (dump_hex) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.cpp532 bool dump_hex = INTEL_DEBUG(DEBUG_HEX); local in function:brw_disassemble
551 if (dump_hex) {
570 if (dump_hex) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c570 dump_hex(fd_bo_map(rsc->bo), fd_bo_size(rsc->bo));

Completed in 11 milliseconds