Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DSpirvIntrinsics.h52 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
62 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
72 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
84 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
98 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
127 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
DCommon.h148 void* memory = GetThreadPoolAllocator().allocate(sizeof(TString));
154 return new(GetThreadPoolAllocator().allocate(sizeof(T))) T;
159 return new(GetThreadPoolAllocator().allocate(instances * sizeof(T))) T[instances];
167 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
256 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
DPoolAlloc.h258 extern TPoolAllocator& GetThreadPoolAllocator();
285 pool_allocator() : allocator(GetThreadPoolAllocator()) { } in pool_allocator()
Darrays.h83 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
232 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.h1136 POOL_ALLOCATOR_NEW_DELETE(glslang::GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
1822 POOL_ALLOCATOR_NEW_DELETE(glslang::GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
DTypes.h1429 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
1536 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
/third_party/glslang/glslang/MachineIndependent/
DInitialize.h61 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
84 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
DPoolAlloc.cpp51 TPoolAllocator& GetThreadPoolAllocator() in GetThreadPoolAllocator() function
DSymbolTable.h86 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
407 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
DShaderLang.cpp434 TPoolAllocator& previousAllocator = GetThreadPoolAllocator(); in SetupBuiltinSymbolTable()
802 GetThreadPoolAllocator().push(); in ProcessDeferred()
1469 GetThreadPoolAllocator().pop(); in ShCompile()
/third_party/glslang/glslang/HLSL/
DhlslParseables.h49 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp10180 GetThreadPoolAllocator().push(); in GlslangToSpv()
10208 GetThreadPoolAllocator().pop(); in GlslangToSpv()