Home
last modified time | relevance | path

Searched defs:tu_device (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.h277 struct tu_device struct
279 struct vk_device vk;
280 struct tu_instance *instance;
282 struct tu_queue *queues[TU_MAX_QUEUE_FAMILIES];
283 int queue_count[TU_MAX_QUEUE_FAMILIES];
285 struct tu_physical_device *physical_device;
286 uint32_t device_idx;
287 int fd;
289 struct ir3_compiler *compiler;
292 struct vk_pipeline_cache *mem_cache;
[all …]