Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_private.h261 struct tu_pipeline_cache struct
263 struct vk_object_base base;
265 struct tu_device *device;
266 pthread_mutex_t mutex;
268 uint32_t total_size;
269 uint32_t table_size;
270 uint32_t kernel_count;
271 struct cache_entry **hash_table;
272 bool modified;
274 VkAllocationCallbacks alloc;