Searched refs:anv_block_pool (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/ |
| H A D | block_pool_grow_first.c | 34 struct anv_block_pool pool;
|
| H A D | state_pool_padding.c | 39 struct anv_block_pool *bp = &state_pool.block_pool;
|
| H A D | block_pool_no_free.c | 37 struct anv_block_pool *pool; 118 struct anv_block_pool pool;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/ |
| H A D | block_pool_grow_first.c | 35 struct anv_block_pool pool;
|
| H A D | state_pool_padding.c | 42 struct anv_block_pool *bp = &state_pool.block_pool;
|
| H A D | block_pool_no_free.c | 36 struct anv_block_pool *pool; 117 struct anv_block_pool pool;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 423 anv_block_pool_expand_range(struct anv_block_pool *pool, 427 anv_block_pool_init(struct anv_block_pool *pool, 498 anv_block_pool_finish(struct anv_block_pool *pool) 519 anv_block_pool_expand_range(struct anv_block_pool *pool, 653 anv_block_pool_get_bo(struct anv_block_pool *pool, int32_t *offset) 684 anv_block_pool_map(struct anv_block_pool *pool, int32_t offset) 719 anv_block_pool_grow(struct anv_block_pool *pool, struct anv_block_state *state) 828 anv_block_pool_alloc_new(struct anv_block_pool *pool, 881 anv_block_pool_alloc(struct anv_block_pool *pool, 901 anv_block_pool_alloc_back(struct anv_block_pool *poo [all...] |
| H A D | anv_private.h | 655 struct anv_block_pool { struct 713 anv_block_pool_size(struct anv_block_pool *pool) 752 struct anv_block_pool block_pool; 786 VkResult anv_block_pool_init(struct anv_block_pool *pool, 791 void anv_block_pool_finish(struct anv_block_pool *pool); 792 int32_t anv_block_pool_alloc(struct anv_block_pool *pool, 794 int32_t anv_block_pool_alloc_back(struct anv_block_pool *pool, 796 void* anv_block_pool_map(struct anv_block_pool *pool, int32_t offset);
|
| H A D | anv_batch_chain.c | 1405 struct anv_block_pool *pool;
|
| H A D | anv_device.c | 2047 struct anv_block_pool *pool,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 364 anv_block_pool_expand_range(struct anv_block_pool *pool, 368 anv_block_pool_init(struct anv_block_pool *pool, 437 anv_block_pool_finish(struct anv_block_pool *pool) 455 anv_block_pool_expand_range(struct anv_block_pool *pool, 575 anv_block_pool_map(struct anv_block_pool *pool, int32_t offset, uint32_t size) 622 anv_block_pool_grow(struct anv_block_pool *pool, struct anv_block_state *state, 742 anv_block_pool_alloc_new(struct anv_block_pool *pool, 795 anv_block_pool_alloc(struct anv_block_pool *pool, 815 anv_block_pool_alloc_back(struct anv_block_pool *pool, 878 struct anv_block_pool *block_poo [all...] |
| H A D | anv_private.h | 565 struct anv_block_pool { struct 631 anv_block_pool_size(struct anv_block_pool *pool) 670 struct anv_block_pool block_pool; 713 VkResult anv_block_pool_init(struct anv_block_pool *pool, 718 void anv_block_pool_finish(struct anv_block_pool *pool); 719 int32_t anv_block_pool_alloc(struct anv_block_pool *pool, 721 int32_t anv_block_pool_alloc_back(struct anv_block_pool *pool, 723 void* anv_block_pool_map(struct anv_block_pool *pool, int32_t offset, uint32_t
|
| H A D | anv_batch_chain.c | 1656 struct anv_block_pool *pool;
|
| H A D | anv_device.c | 2795 struct anv_block_pool *pool,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 2036 - anv/allocator: Add getter for anv_block_pool.
|
| H A D | 19.3.0.rst | 2775 - anv/block_pool: Align anv_block_pool state to 64 bits.
|
| H A D | 20.0.0.rst | 1569 - anv: Choose BO flags internally in anv_block_pool
|
Completed in 86 milliseconds