Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c176 struct nine_allocation { struct
177 unsigned allocation_type; /* Type of allocation */
178 union {
183 } memory;
184 struct list_head list_free; /* for pending frees */
186 struct list_head list_release; /* for pending releases */
195 unsigned locks_on_counter;
196 unsigned *pending_counter;
198 bool weak_unlock;
1063 struct nine_allocation { struct
[all …]