Searched refs:bo_found (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c655 struct anv_bo *bo, *bo_found = NULL; local in function:anv_block_pool_get_bo
665 bo_found = bo;
671 assert(bo_found != NULL);
674 return bo_found;

Completed in 3 milliseconds