Searched refs:linear_size_chunk (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dralloc.c577 * Each suballocation consists of linear_size_chunk as its header followed
580 * - linear_size_chunk
582 * - linear_size_chunk
586 * linear_size_chunk is only needed by linear_realloc.
590 struct linear_size_chunk { struct
596 typedef struct linear_size_chunk linear_size_chunk; typedef in typeref:struct:linear_size_chunk
600 ((char*)(parent) - sizeof(linear_size_chunk) - sizeof(linear_header))
608 min_size += sizeof(linear_size_chunk);
634 linear_size_chunk *pt
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dralloc.c576 * Each suballocation consists of linear_size_chunk as its header followed
579 * - linear_size_chunk
581 * - linear_size_chunk
585 * linear_size_chunk is only needed by linear_realloc.
589 struct linear_size_chunk { struct
595 typedef struct linear_size_chunk linear_size_chunk; typedef in typeref:struct:linear_size_chunk
599 ((char*)(parent) - sizeof(linear_size_chunk) - sizeof(linear_header))
607 min_size += sizeof(linear_size_chunk);
633 linear_size_chunk *pt
[all...]

Completed in 5 milliseconds