Searched defs:tu_pipeline_cache (Results 1 – 1 of 1) sorted by relevance
269 struct tu_pipeline_cache struct271 struct vk_object_base base;273 struct tu_device *device;274 pthread_mutex_t mutex;276 uint32_t total_size;277 uint32_t table_size;278 uint32_t kernel_count;279 struct cache_entry **hash_table;280 bool modified;282 VkAllocationCallbacks alloc;