/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/ |
H A D | SpirvIntrinsics.h | 52 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 D | Common.h | 153 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 D | PoolAlloc.h | 258 extern TPoolAllocator& GetThreadPoolAllocator(); 285 pool_allocator() : allocator(GetThreadPoolAllocator()) { } in pool_allocator()
|
H A D | arrays.h | 83 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) 232 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
|
H A D | ConstantUnion.h | 48 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 D | intermediate.h | 991 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 D | Types.h | 1421 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/ |
D | SpirvIntrinsics.h | 52 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())
|
D | Common.h | 148 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())
|
D | PoolAlloc.h | 258 extern TPoolAllocator& GetThreadPoolAllocator(); 285 pool_allocator() : allocator(GetThreadPoolAllocator()) { } in pool_allocator()
|
D | arrays.h | 83 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) 232 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
|
D | ConstantUnion.h | 48 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument 876 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
|
D | intermediate.h | 1144 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
|
D | Types.h | 1435 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 D | Initialize.h | 61 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) 84 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
|
H A D | PoolAlloc.cpp | 58 TPoolAllocator& GetThreadPoolAllocator() in GetThreadPoolAllocator() function
|
H A D | SymbolTable.h | 86 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 D | ShaderLang.cpp | 446 TPoolAllocator& previousAllocator = GetThreadPoolAllocator(); in SetupBuiltinSymbolTable() 822 GetThreadPoolAllocator().push(); in ProcessDeferred() 1489 GetThreadPoolAllocator().pop(); in ShCompile()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.h | 61 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) 84 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
|
D | PoolAlloc.cpp | 51 TPoolAllocator& GetThreadPoolAllocator() in GetThreadPoolAllocator() function
|
D | SymbolTable.h | 86 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument 407 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator()) in POOL_ALLOCATOR_NEW_DELETE() argument
|
D | ShaderLang.cpp | 434 TPoolAllocator& previousAllocator = GetThreadPoolAllocator(); in SetupBuiltinSymbolTable() 803 GetThreadPoolAllocator().push(); in ProcessDeferred() 1470 GetThreadPoolAllocator().pop(); in ShCompile()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseables.h | 49 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/ |
H A D | hlslParseables.h | 49 POOL_ALLOCATOR_NEW_DELETE(GetThreadPoolAllocator())
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | GlslangToSpv.cpp | 10403 GetThreadPoolAllocator().push(); in GlslangToSpv() 10431 GetThreadPoolAllocator().pop(); in GlslangToSpv()
|