Searched refs:anv_state_pool (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/intel/vulkan/tests/ |
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) in run_state_pool_test()
|
D | state_pool_no_free.c | 35 struct anv_state_pool *pool; 61 struct anv_state_pool state_pool; in run_test()
|
D | state_pool.c | 41 struct anv_state_pool state_pool; in main()
|
D | state_pool_free_list_only.c | 40 struct anv_state_pool state_pool; in main()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 611 anv_state_pool_init(struct anv_state_pool *pool, in anv_state_pool_init() 636 anv_state_pool_finish(struct anv_state_pool *pool) in anv_state_pool_finish() 694 anv_state_pool_alloc_no_vg(struct anv_state_pool *pool, in anv_state_pool_alloc_no_vg() 783 anv_state_pool_alloc(struct anv_state_pool *pool, uint32_t size, uint32_t align) in anv_state_pool_alloc() 794 anv_state_pool_alloc_back(struct anv_state_pool *pool) in anv_state_pool_alloc_back() 815 anv_state_pool_free_no_vg(struct anv_state_pool *pool, struct anv_state state) in anv_state_pool_free_no_vg() 833 anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state) in anv_state_pool_free() 861 struct anv_state_pool *state_pool, in anv_state_stream_init()
|
D | anv_private.h | 611 struct anv_state_pool { struct 626 struct anv_state_pool *state_pool; argument 654 VkResult anv_state_pool_init(struct anv_state_pool *pool, 658 void anv_state_pool_finish(struct anv_state_pool *pool); 659 struct anv_state anv_state_pool_alloc(struct anv_state_pool *pool, 661 struct anv_state anv_state_pool_alloc_back(struct anv_state_pool *pool); 662 void anv_state_pool_free(struct anv_state_pool *pool, struct anv_state state); 664 struct anv_state_pool *state_pool, 820 struct anv_state_pool * pool; 868 struct anv_state_pool dynamic_state_pool; [all …]
|
D | anv_batch_chain.c | 622 struct anv_state_pool *state_pool = &cmd_buffer->device->surface_state_pool; in anv_cmd_buffer_alloc_binding_table() 661 struct anv_state_pool *state_pool = &cmd_buffer->device->surface_state_pool; in anv_cmd_buffer_new_binding_table_block() 1135 adjust_relocations_from_state_pool(struct anv_state_pool *pool, in adjust_relocations_from_state_pool() 1153 adjust_relocations_to_state_pool(struct anv_state_pool *pool, in adjust_relocations_to_state_pool() 1297 struct anv_state_pool *ss_pool = in setup_execbuf_for_cmd_buffer()
|
D | anv_device.c | 1194 anv_state_pool_emit_data(struct anv_state_pool *pool, size_t size, size_t align, const void *p) in anv_state_pool_emit_data()
|