Home
last modified time | relevance | path

Searched refs:ts_shared (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dosl.cpp51 OSL::TextureSystem *OSLShaderManager::ts_shared = NULL; member in OSLShaderManager
199 ts_shared = TextureSystem::create(true); in texture_system_init()
201 ts_shared->attribute("automip", 1); in texture_system_init()
202 ts_shared->attribute("autotile", 64); in texture_system_init()
203 ts_shared->attribute("gray_to_rgb", 1); in texture_system_init()
206 ts_shared->attribute("max_memory_MB", 16384); in texture_system_init()
209 ts = ts_shared; in texture_system_init()
220 ts_shared->invalidate_all(true); in texture_system_free()
221 OSL::TextureSystem::destroy(ts_shared); in texture_system_free()
222 ts_shared = NULL; in texture_system_free()
[all …]
H A Dosl.h115 static OSL::TextureSystem *ts_shared; variable