Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A 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())
H A DCommon.h153 void* memory = GetThreadPoolAllocator().allocate(sizeof(TString));
159 return new(GetThreadPoolAllocator().allocate(sizeof(T))) T;
164 return new(GetThreadPoolAllocator().allocate(instances * sizeof(T))) T[instances];
177 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
266 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
H A DPoolAlloc.h258 extern TPoolAllocator& GetThreadPoolAllocator();
285 pool_allocator() : allocator(GetThreadPoolAllocator()) { } in pool_allocator()
H A Darrays.h83 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
232 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
H A 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
H A Dintermediate.h991 POOL_ALLOCATOR_NEW_DELETE(glslang::GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
1699 POOL_ALLOCATOR_NEW_DELETE(glslang::GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
H A DTypes.h1421 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
1543 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
/aosp_15_r20/external/deqp-deps/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];
172 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
261 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.h1144 POOL_ALLOCATOR_NEW_DELETE(glslang::GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
1830 POOL_ALLOCATOR_NEW_DELETE(glslang::GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
DTypes.h1435 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
1542 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DInitialize.h61 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
84 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
H A DPoolAlloc.cpp58 TPoolAllocator& GetThreadPoolAllocator() in GetThreadPoolAllocator() function
H A DSymbolTable.h86 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
411 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
H A DShaderLang.cpp446 TPoolAllocator& previousAllocator = GetThreadPoolAllocator(); in SetupBuiltinSymbolTable()
822 GetThreadPoolAllocator().push(); in ProcessDeferred()
1489 GetThreadPoolAllocator().pop(); in ShCompile()
/aosp_15_r20/external/deqp-deps/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()
803 GetThreadPoolAllocator().push(); in ProcessDeferred()
1470 GetThreadPoolAllocator().pop(); in ShCompile()
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseables.h49 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseables.h49 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp10403 GetThreadPoolAllocator().push(); in GlslangToSpv()
10431 GetThreadPoolAllocator().pop(); in GlslangToSpv()

12