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