Home
last modified time | relevance | path

Searched refs:GetThreadPoolAllocator (Results 1 – 12 of 12) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DCommon.h158 void* memory = GetThreadPoolAllocator().allocate(sizeof(TString));
164 return new(GetThreadPoolAllocator().allocate(sizeof(T))) T;
169 return new(GetThreadPoolAllocator().allocate(instances * sizeof(T))) T[instances];
177 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
261 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
DPoolAlloc.h253 extern TPoolAllocator& GetThreadPoolAllocator();
280 pool_allocator() : allocator(GetThreadPoolAllocator()) { } in pool_allocator()
Darrays.h83 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
223 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
DConstantUnion.h48 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
876 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
Dintermediate.h1017 POOL_ALLOCATOR_NEW_DELETE(glslang::GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
1660 POOL_ALLOCATOR_NEW_DELETE(glslang::GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
DTypes.h1286 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.h61 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
84 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
DPoolAlloc.cpp47 TPoolAllocator& GetThreadPoolAllocator() in GetThreadPoolAllocator() function
DSymbolTable.h84 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
363 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
DShaderLang.cpp429 TPoolAllocator& previousAllocator = GetThreadPoolAllocator(); in SetupBuiltinSymbolTable()
787 GetThreadPoolAllocator().push(); in ProcessDeferred()
1438 GetThreadPoolAllocator().pop(); in ShCompile()
/external/deqp-deps/glslang/hlsl/
DhlslParseables.h49 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp7833 GetThreadPoolAllocator().push();
7854 GetThreadPoolAllocator().pop();