Searched defs:zink_gfx_lib_cache (Results 1 – 1 of 1) sorted by relevance
1078 struct zink_gfx_lib_cache { struct1080 struct zink_shader *shaders[ZINK_GFX_SHADER_COUNT];1081 unsigned refcount;1082 bool removed; //once removed from cache1083 uint8_t stages_present;1085 simple_mtx_t lock;1086 struct set libs; //zink_gfx_library_key -> VkPipeline