Searched refs:linear_header (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dralloc.c566 linear_header { struct
573 struct linear_header *next; /* next buffer if we have more */
574 struct linear_header *latest; /* the only buffer that has free space */
595 typedef struct linear_header linear_header; typedef in typeref:struct:linear_header
599 (linear_header*) \
600 ((char*)(parent) - sizeof(linear_size_chunk) - sizeof(linear_header))
603 static linear_header *
606 linear_header *node;
613 node = ralloc_size(ralloc_ctx, sizeof(linear_header)
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dralloc.c565 linear_header { struct
572 struct linear_header *next; /* next buffer if we have more */
573 struct linear_header *latest; /* the only buffer that has free space */
594 typedef struct linear_header linear_header; typedef in typeref:struct:linear_header
598 (linear_header*) \
599 ((char*)(parent) - sizeof(linear_size_chunk) - sizeof(linear_header))
602 static linear_header *
605 linear_header *node;
612 node = ralloc_size(ralloc_ctx, sizeof(linear_header)
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.2.5.rst106 - util/ralloc: Make sizeof(linear_header) a multiple of 8
H A D19.0.0.rst1867 - util/ralloc: Make sizeof(linear_header) a multiple of 8

Completed in 7 milliseconds