Searched refs:anv_block_pool_alloc_new (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 828 anv_block_pool_alloc_new(struct anv_block_pool *pool, function in typeref:typename:uint32_t 886 offset = anv_block_pool_alloc_new(pool, &pool->state, block_size, padding); 904 int32_t offset = anv_block_pool_alloc_new(pool, &pool->back_state, 907 /* The offset we get out of anv_block_pool_alloc_new() is actually the
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 742 anv_block_pool_alloc_new(struct anv_block_pool *pool, function in typeref:typename:uint32_t 800 offset = anv_block_pool_alloc_new(pool, &pool->state, block_size, padding); 818 int32_t offset = anv_block_pool_alloc_new(pool, &pool->back_state, 821 /* The offset we get out of anv_block_pool_alloc_new() is actually the
|
Completed in 6 milliseconds