Home
last modified time | relevance | path

Searched defs:nine_allocation (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c159 struct nine_allocation { struct
160 unsigned allocation_type; /* Type of allocation */
161 union {
166 } memory;
167 struct list_head list_free; /* for pending frees */
169 struct list_head list_release; /* for pending releases */
178 unsigned locks_on_counter;
179 unsigned *pending_counter;
181 bool weak_unlock;
1046 struct nine_allocation { struct
[all …]