Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c133 struct vma_bucket_node { struct
300 struct vma_bucket_node *node; in bucket_vma_alloc()
314 node = util_dynarray_grow(vma_list, struct vma_bucket_node, 1); in bucket_vma_alloc()
326 node = util_dynarray_top_ptr(vma_list, struct vma_bucket_node); in bucket_vma_alloc()
338 (void) util_dynarray_pop(vma_list, struct vma_bucket_node); in bucket_vma_alloc()
350 struct vma_bucket_node *node = NULL; in bucket_vma_free()
362 util_dynarray_foreach(vma_list, struct vma_bucket_node, cur) { in bucket_vma_free()
371 node = util_dynarray_grow(vma_list, struct vma_bucket_node, 1); in bucket_vma_free()