Searched refs:prev_alloc_entry (Results 1 - 2 of 2) sorted by last modified time

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c257 struct svga_qmem_alloc_entry *prev_alloc_entry = NULL; local in function:allocate_query_block
263 if (prev_alloc_entry) {
264 prev_alloc_entry->next = alloc_entry->next;
270 prev_alloc_entry = alloc_entry;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c271 struct svga_qmem_alloc_entry *prev_alloc_entry = NULL; local in function:allocate_query_block
277 if (prev_alloc_entry) {
278 prev_alloc_entry->next = alloc_entry->next;
284 prev_alloc_entry = alloc_entry;

Completed in 10 milliseconds