Searched defs:anv_device (Results 1 – 1 of 1) sorted by relevance
1345 struct anv_device { struct1357 struct anv_device_extension_table enabled_extensions; argument1358 struct anv_device_dispatch_table dispatch; argument1365 /** List of all anv_device_memory objects */ argument1366 struct list_head memory_objects;1368 struct anv_bo_pool batch_bo_pool;1370 struct anv_bo_cache bo_cache;1372 struct anv_state_pool dynamic_state_pool;1373 struct anv_state_pool instruction_state_pool;1374 struct anv_state_pool binding_table_pool;[all …]