Home
last modified time | relevance | path

Searched refs:linear_header (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/util/
Dralloc.c551 struct linear_header { struct
566 struct linear_header *next; /* next buffer if we have more */ argument
567 struct linear_header *latest; /* the only buffer that has free space */ argument
588 typedef struct linear_header linear_header; typedef
592 (linear_header*) \
593 ((char*)(parent) - sizeof(linear_size_chunk) - sizeof(linear_header))
596 static linear_header *
599 linear_header *node; in create_linear_node()
606 node = ralloc_size(ralloc_ctx, sizeof(linear_header) + min_size); in create_linear_node()
624 linear_header *first = LINEAR_PARENT_TO_HEADER(parent); in linear_alloc_child()
[all …]
/third_party/mesa3d/docs/relnotes/
D18.2.5.rst106 - util/ralloc: Make sizeof(linear_header) a multiple of 8
D19.0.0.rst1867 - util/ralloc: Make sizeof(linear_header) a multiple of 8