Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/OSDependent/
Dosinclude.h46 OS_TLSIndex OS_AllocTLSIndex();
/external/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()
/external/deqp-deps/glslang/OGLCompilersDLL/
DInitializeDll.cpp65 ThreadInitializeIndex = OS_AllocTLSIndex(); in InitProcess()
/external/deqp/external/glslang/
Dosinclude.cpp38 OS_TLSIndex OS_AllocTLSIndex (void) in OS_AllocTLSIndex() function
/external/deqp-deps/glslang/glslang/OSDependent/Windows/
Dossource.cpp69 OS_TLSIndex OS_AllocTLSIndex() in OS_AllocTLSIndex() function
/external/deqp-deps/glslang/glslang/OSDependent/Unix/
Dossource.cpp115 OS_TLSIndex OS_AllocTLSIndex() in OS_AllocTLSIndex() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp62 if ((PoolIndex = OS_AllocTLSIndex()) == OS_INVALID_TLS_INDEX) in InitializePoolIndex()