Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/tests/
Dstate_pool.c55 anv_state_pool_finish(&state_pool); in main()
Dstate_pool_free_list_only.c66 anv_state_pool_finish(&state_pool); in main()
Dstate_pool_padding.c77 anv_state_pool_finish(&state_pool); in main()
Dstate_pool_no_free.c111 anv_state_pool_finish(&state_pool); in run_test()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c3537 anv_state_pool_finish(&device->binding_table_pool); in anv_CreateDevice()
3539 anv_state_pool_finish(&device->surface_state_pool); in anv_CreateDevice()
3541 anv_state_pool_finish(&device->instruction_state_pool); in anv_CreateDevice()
3545 anv_state_pool_finish(&device->dynamic_state_pool); in anv_CreateDevice()
3547 anv_state_pool_finish(&device->general_state_pool); in anv_CreateDevice()
3629 anv_state_pool_finish(&device->binding_table_pool); in anv_DestroyDevice()
3630 anv_state_pool_finish(&device->surface_state_pool); in anv_DestroyDevice()
3631 anv_state_pool_finish(&device->instruction_state_pool); in anv_DestroyDevice()
3632 anv_state_pool_finish(&device->dynamic_state_pool); in anv_DestroyDevice()
3633 anv_state_pool_finish(&device->general_state_pool); in anv_DestroyDevice()
Danv_allocator.c879 anv_state_pool_finish(struct anv_state_pool *pool) in anv_state_pool_finish() function
Danv_private.h839 void anv_state_pool_finish(struct anv_state_pool *pool);