OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetThreadPoolAllocator
(Results
1 - 13
of
13
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseables.h
49
POOL_ALLOCATOR_NEW_DELETE(
GetThreadPoolAllocator
())
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.h
61
POOL_ALLOCATOR_NEW_DELETE(
GetThreadPoolAllocator
())
85
POOL_ALLOCATOR_NEW_DELETE(
GetThreadPoolAllocator
())
PoolAlloc.cpp
67
GetThreadPoolAllocator
().popAll();
68
delete &
GetThreadPoolAllocator
();
87
TPoolAllocator&
GetThreadPoolAllocator
()
SymbolTable.h
83
POOL_ALLOCATOR_NEW_DELETE(
GetThreadPoolAllocator
())
299
POOL_ALLOCATOR_NEW_DELETE(
GetThreadPoolAllocator
())
ShaderLang.cpp
315
TPoolAllocator& previousAllocator =
GetThreadPoolAllocator
();
569
GetThreadPoolAllocator
().push();
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h
146
void* memory =
GetThreadPoolAllocator
().allocate(sizeof(TString));
152
return new(
GetThreadPoolAllocator
().allocate(sizeof(T))) T;
157
return new(
GetThreadPoolAllocator
().allocate(instances * sizeof(T))) T[instances];
165
POOL_ALLOCATOR_NEW_DELETE(
GetThreadPoolAllocator
())
PoolAlloc.h
255
extern TPoolAllocator&
GetThreadPoolAllocator
();
288
pool_allocator() : allocator(
GetThreadPoolAllocator
()) { }
arrays.h
81
POOL_ALLOCATOR_NEW_DELETE(
GetThreadPoolAllocator
())
221
POOL_ALLOCATOR_NEW_DELETE(
GetThreadPoolAllocator
())
ConstantUnion.h
44
POOL_ALLOCATOR_NEW_DELETE(
GetThreadPoolAllocator
())
552
POOL_ALLOCATOR_NEW_DELETE(
GetThreadPoolAllocator
())
intermediate.h
565
POOL_ALLOCATOR_NEW_DELETE(glslang::
GetThreadPoolAllocator
())
[
all
...]
Types.h
1045
POOL_ALLOCATOR_NEW_DELETE(
GetThreadPoolAllocator
())
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp
[
all
...]
Completed in 318 milliseconds