Home
last modified time | relevance | path

Searched refs:anv_state_reserved_array_pool (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_allocator.c1121 anv_state_reserved_array_pool_init(struct anv_state_reserved_array_pool *pool, in anv_state_reserved_array_pool_init()
1150 anv_state_reserved_array_pool_finish(struct anv_state_reserved_array_pool *pool) in anv_state_reserved_array_pool_finish()
1158 anv_state_reserved_array_pool_alloc(struct anv_state_reserved_array_pool *pool, in anv_state_reserved_array_pool_alloc()
1183 anv_state_reserved_array_pool_alloc_index(struct anv_state_reserved_array_pool *pool, in anv_state_reserved_array_pool_alloc_index()
1204 anv_state_reserved_array_pool_state_index(struct anv_state_reserved_array_pool *pool, in anv_state_reserved_array_pool_state_index()
1211 anv_state_reserved_array_pool_free(struct anv_state_reserved_array_pool *pool, in anv_state_reserved_array_pool_free()
Danv_private.h756 struct anv_state_reserved_array_pool { struct
861 VkResult anv_state_reserved_array_pool_init(struct anv_state_reserved_array_pool *pool,
865 void anv_state_reserved_array_pool_finish(struct anv_state_reserved_array_pool *pool);
866 struct anv_state anv_state_reserved_array_pool_alloc(struct anv_state_reserved_array_pool *pool,
868 struct anv_state anv_state_reserved_array_pool_alloc_index(struct anv_state_reserved_array_pool *po…
870 uint32_t anv_state_reserved_array_pool_state_index(struct anv_state_reserved_array_pool *pool,
872 void anv_state_reserved_array_pool_free(struct anv_state_reserved_array_pool *pool,
1932 struct anv_state_reserved_array_pool custom_border_colors;