Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_private.h269 struct tu_pipeline_cache struct
271 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;