Home
last modified time | relevance | path

Searched refs:anv_state_pool_finish (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/vulkan/tests/
Dstate_pool.c53 anv_state_pool_finish(&state_pool); in main()
Dstate_pool_free_list_only.c64 anv_state_pool_finish(&state_pool); in main()
Dstate_pool_no_free.c109 anv_state_pool_finish(&state_pool); in run_test()
/external/mesa3d/src/intel/vulkan/
Danv_device.c1507 anv_state_pool_finish(&device->surface_state_pool); in anv_CreateDevice()
1509 anv_state_pool_finish(&device->instruction_state_pool); in anv_CreateDevice()
1511 anv_state_pool_finish(&device->dynamic_state_pool); in anv_CreateDevice()
1556 anv_state_pool_finish(&device->surface_state_pool); in anv_DestroyDevice()
1557 anv_state_pool_finish(&device->instruction_state_pool); in anv_DestroyDevice()
1558 anv_state_pool_finish(&device->dynamic_state_pool); in anv_DestroyDevice()
Danv_allocator.c636 anv_state_pool_finish(struct anv_state_pool *pool) in anv_state_pool_finish() function
Danv_private.h658 void anv_state_pool_finish(struct anv_state_pool *pool);