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 Dstate_pool.c43 struct anv_state_pool state_pool;
H A Dstate_pool_test_helper.h27 struct anv_state_pool *pool;
59 static void run_state_pool_test(struct anv_state_pool *state_pool)
H A Dstate_pool_free_list_only.c42 struct anv_state_pool state_pool;
H A Dstate_pool_padding.c34 struct anv_state_pool state_pool;
H A Dstate_pool_no_free.c37 struct anv_state_pool *pool;
63 struct anv_state_pool state_pool;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
H A Dstate_pool.c42 struct anv_state_pool state_pool;
H A Dstate_pool_test_helper.h27 struct anv_state_pool *pool;
59 static void run_state_pool_test(struct anv_state_pool *state_pool)
H A Dstate_pool_free_list_only.c41 struct anv_state_pool state_pool;
H A Dstate_pool_no_free.c36 struct anv_state_pool *pool;
62 struct anv_state_pool state_pool;
H A Dstate_pool_padding.c35 struct anv_state_pool state_pool;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c831 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 Danv_private.h669 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 Danv_batch_chain.c559 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 Danv_device.c2709 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 Danv_allocator.c917 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 Danv_private.h751 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 Danv_batch_chain.c671 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 Danv_device.c1874 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 D20.2.0.rst2515 - anv/allocator: Add a start_offset to anv_state_pool

Completed in 93 milliseconds