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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h63 int64_t compute_memory_prealloc_chunk(struct compute_memory_pool* pool, int64_t size_in_dw); ///searches for an empty space in the pool, return with the pointer to the allocatable space in the pool, returns -1 on failure
H A Dcompute_memory_pool.c123 int64_t compute_memory_prealloc_chunk( function
133 COMPUTE_DBG("* compute_memory_prealloc_chunk() size_in_dw = %ld\n",
305 while ((start_in_dw=compute_memory_prealloc_chunk(pool,
/external/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h63 int64_t compute_memory_prealloc_chunk(struct compute_memory_pool* pool, int64_t size_in_dw); ///searches for an empty space in the pool, return with the pointer to the allocatable space in the pool, returns -1 on failure
H A Dcompute_memory_pool.c123 int64_t compute_memory_prealloc_chunk( function
133 COMPUTE_DBG("* compute_memory_prealloc_chunk() size_in_dw = %ld\n",
305 while ((start_in_dw=compute_memory_prealloc_chunk(pool,

Completed in 451 milliseconds