Searched refs:anv_state_pool (Results 1 - 19 of 19) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/ |
| H A D | state_pool.c | 43 struct anv_state_pool state_pool;
|
| H A D | state_pool_test_helper.h | 27 struct anv_state_pool *pool; 59 static void run_state_pool_test(struct anv_state_pool *state_pool)
|
| H A D | state_pool_free_list_only.c | 42 struct anv_state_pool state_pool;
|
| H A D | state_pool_padding.c | 34 struct anv_state_pool state_pool;
|
| H A D | state_pool_no_free.c | 37 struct anv_state_pool *pool; 63 struct anv_state_pool state_pool;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/ |
| H A D | state_pool.c | 42 struct anv_state_pool state_pool;
|
| H A D | state_pool_test_helper.h | 27 struct anv_state_pool *pool; 59 static void run_state_pool_test(struct anv_state_pool *state_pool)
|
| H A D | state_pool_free_list_only.c | 41 struct anv_state_pool state_pool;
|
| H A D | state_pool_no_free.c | 36 struct anv_state_pool *pool; 62 struct anv_state_pool state_pool;
|
| H A D | state_pool_padding.c | 35 struct anv_state_pool state_pool;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 831 anv_state_pool_init(struct anv_state_pool *pool, 869 anv_state_pool_finish(struct anv_state_pool *pool) 941 anv_state_pool_return_blocks(struct anv_state_pool *pool, 981 anv_state_pool_return_chunk(struct anv_state_pool *pool, 1023 anv_state_pool_alloc_no_vg(struct anv_state_pool *pool, 1115 anv_state_pool_alloc(struct anv_state_pool *pool, uint32_t size, uint32_t align) 1126 anv_state_pool_alloc_back(struct anv_state_pool *pool) 1158 anv_state_pool_free_no_vg(struct anv_state_pool *pool, struct anv_state state) 1174 anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state) 1202 struct anv_state_pool *state_poo [all...] |
| H A D | anv_private.h | 669 struct anv_state_pool { struct 689 struct anv_state_pool *pool; 695 struct anv_state_pool *state_pool; 726 VkResult anv_state_pool_init(struct anv_state_pool *pool, 732 void anv_state_pool_finish(struct anv_state_pool *pool); 733 struct anv_state anv_state_pool_alloc(struct anv_state_pool *pool, 735 struct anv_state anv_state_pool_alloc_back(struct anv_state_pool *pool); 736 void anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state); 738 struct anv_state_pool *state_pool, 745 struct anv_state_pool *paren [all...] |
| H A D | anv_batch_chain.c | 559 struct anv_state_pool *pool = anv_binding_table_pool(cmd_buffer->device); 1374 adjust_relocations_from_state_pool(struct anv_state_pool *pool, 1392 adjust_relocations_to_state_pool(struct anv_state_pool *pool, 1563 struct anv_state_pool *ss_pool = 1634 struct anv_state_pool *ss_pool = &device->surface_state_pool;
|
| H A D | anv_device.c | 2709 anv_state_pool_emit_data(struct anv_state_pool *pool, size_t size, size_t align, const void *p) 2867 struct anv_state_pool *pool = &device->dynamic_state_pool; 2882 struct anv_state_pool *pool = &device->dynamic_state_pool;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 917 anv_state_pool_init(struct anv_state_pool *pool, 950 anv_state_pool_finish(struct anv_state_pool *pool) 1022 anv_state_pool_return_blocks(struct anv_state_pool *pool, 1060 anv_state_pool_return_chunk(struct anv_state_pool *pool, 1102 anv_state_pool_alloc_no_vg(struct anv_state_pool *pool, 1194 anv_state_pool_alloc(struct anv_state_pool *pool, uint32_t size, uint32_t align) 1205 anv_state_pool_alloc_back(struct anv_state_pool *pool) 1234 anv_state_pool_free_no_vg(struct anv_state_pool *pool, struct anv_state state) 1250 anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state) 1278 struct anv_state_pool *state_poo [all...] |
| H A D | anv_private.h | 751 struct anv_state_pool { struct 768 struct anv_state_pool *state_pool; 798 VkResult anv_state_pool_init(struct anv_state_pool *pool, 803 void anv_state_pool_finish(struct anv_state_pool *pool); 804 struct anv_state anv_state_pool_alloc(struct anv_state_pool *pool, 806 struct anv_state anv_state_pool_alloc_back(struct anv_state_pool *pool); 807 void anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state); 809 struct anv_state_pool *state_pool, 1128 struct anv_state_pool dynamic_state_pool; 1129 struct anv_state_pool instruction_state_poo [all...] |
| H A D | anv_batch_chain.c | 671 struct anv_state_pool *state_pool = &device->surface_state_pool; 1213 adjust_relocations_from_state_pool(struct anv_state_pool *pool, 1231 adjust_relocations_to_state_pool(struct anv_state_pool *pool, 1378 struct anv_state_pool *ss_pool =
|
| H A D | anv_device.c | 1874 anv_state_pool_emit_data(struct anv_state_pool *pool, size_t size, size_t align, const void *p)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 2515 - anv/allocator: Add a start_offset to anv_state_pool
|
Completed in 93 milliseconds