Searched refs:anv_state_table (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 144 anv_state_table_expand_range(struct anv_state_table *table, uint32_t size); 147 anv_state_table_init(struct anv_state_table *table, 195 anv_state_table_expand_range(struct anv_state_table *table, uint32_t size) 236 anv_state_table_grow(struct anv_state_table *table) 271 anv_state_table_finish(struct anv_state_table *table) 286 anv_state_table_add(struct anv_state_table *table, uint32_t *idx, 330 struct anv_state_table *table, 351 struct anv_state_table *table)
|
| H A D | anv_private.h | 742 struct anv_state_table { struct 754 struct anv_state_table table; 815 VkResult anv_state_table_init(struct anv_state_table *table, 818 void anv_state_table_finish(struct anv_state_table *table); 819 VkResult anv_state_table_add(struct anv_state_table *table, uint32_t *idx, 822 struct anv_state_table *table, 825 struct anv_state_table *table); 829 anv_state_table_get(struct anv_state_table *table, uint32_t idx)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 142 anv_state_table_expand_range(struct anv_state_table *table, uint32_t size); 145 anv_state_table_init(struct anv_state_table *table, 187 anv_state_table_expand_range(struct anv_state_table *table, uint32_t size) 228 anv_state_table_grow(struct anv_state_table *table) 263 anv_state_table_finish(struct anv_state_table *table) 278 anv_state_table_add(struct anv_state_table *table, uint32_t *idx, 322 struct anv_state_table *table, 343 struct anv_state_table *table)
|
| H A D | anv_private.h | 660 struct anv_state_table { struct 677 struct anv_state_table table; 753 VkResult anv_state_table_init(struct anv_state_table *table, 756 void anv_state_table_finish(struct anv_state_table *table); 757 VkResult anv_state_table_add(struct anv_state_table *table, uint32_t *idx, 760 struct anv_state_table *table, 763 struct anv_state_table *table); 767 anv_state_table_get(struct anv_state_table *table, uint32_t idx)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 2035 - anv/allocator: Add anv_state_table. 2038 - anv/allocator: Use anv_state_table on anv_state_pool_alloc. 2039 - anv/allocator: Use anv_state_table on back_alloc too.
|
Completed in 23 milliseconds