Searched defs:anv_descriptor_pool (Results 1 – 2 of 2) sorted by relevance
1811 struct anv_descriptor_pool { struct1812 struct vk_object_base base;1814 uint32_t size;1815 uint32_t next;1816 uint32_t free_list;1818 struct anv_bo *bo;1819 struct util_vma_heap bo_heap;1821 struct anv_state_stream surface_state_stream;1822 void *surface_state_free_list;1824 struct list_head desc_sets;[all …]
3113 struct anv_descriptor_pool { struct3116 struct anv_descriptor_pool_heap surfaces; argument3117 struct anv_descriptor_pool_heap samplers; argument3119 struct anv_state_stream surface_state_stream;3120 void *surface_state_free_list;3123 struct list_head desc_sets;3126 struct util_vma_heap host_heap;3129 uint32_t host_mem_size;3135 bool host_only;3137 alignas(8) char host_mem[0];