Home
last modified time | relevance | path

Searched refs:OS_AllocTLSIndex (Results 1 – 11 of 11) sorted by relevance

/third_party/glslang/glslang/OSDependent/
Dosinclude.h46 OS_TLSIndex OS_AllocTLSIndex();
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitializeParseContext.cpp25 GlobalParseContextIndex = OS_AllocTLSIndex(); in InitializeParseContextIndex()
Dossource_posix.cpp27 OS_TLSIndex OS_AllocTLSIndex() in OS_AllocTLSIndex() function
Dossource_win.cpp28 OS_TLSIndex OS_AllocTLSIndex() in OS_AllocTLSIndex() function
Dosinclude.h59 OS_TLSIndex OS_AllocTLSIndex();
DPoolAlloc.cpp32 PoolIndex = OS_AllocTLSIndex(); in InitializePoolIndex()
/third_party/glslang/OGLCompilersDLL/
DInitializeDll.cpp65 ThreadInitializeIndex = OS_AllocTLSIndex(); in InitProcess()
/third_party/vk-gl-cts/external/glslang/
Dosinclude.cpp38 OS_TLSIndex OS_AllocTLSIndex (void) in OS_AllocTLSIndex() function
/third_party/glslang/glslang/OSDependent/Windows/
Dossource.cpp69 OS_TLSIndex OS_AllocTLSIndex() in OS_AllocTLSIndex() function
/third_party/glslang/glslang/OSDependent/Unix/
Dossource.cpp118 OS_TLSIndex OS_AllocTLSIndex() in OS_AllocTLSIndex() function
/third_party/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp62 if ((PoolIndex = OS_AllocTLSIndex()) == OS_INVALID_TLS_INDEX) in InitializePoolIndex()