Home
last modified time | relevance | path

Searched refs:poolAllocator (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/common/
DPoolAlloc_unittest.cpp22 PoolAllocator poolAllocator; in TEST() local
23 void *allocation = poolAllocator.allocate(numBytes); in TEST()
30 poolAllocator.push(); in TEST()
31 allocation = poolAllocator.allocate(numBytes); in TEST()
34 allocation = poolAllocator.allocate(10 * 1024); in TEST()
36 poolAllocator.pop(); in TEST()
43 allocation = poolAllocator.allocate(numBytes); in TEST()
50 poolAllocator.popAll(); in TEST()
62 PoolAllocator poolAllocator(4096, alignment); in TEST_P() local
68 void *allocation = poolAllocator.allocate(numBytes); in TEST_P()
/external/angle/src/compiler/translator/
DPoolAlloc.cpp36 void SetGlobalPoolAllocator(angle::PoolAllocator *poolAllocator) in SetGlobalPoolAllocator() argument
39 angle::SetTLSValue(PoolIndex, poolAllocator); in SetGlobalPoolAllocator()
DPoolAlloc.h30 extern void SetGlobalPoolAllocator(angle::PoolAllocator *poolAllocator);
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp53 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator) in SetThreadPoolAllocator() argument
55 OS_SetTLSValue(PoolIndex, poolAllocator); in SetThreadPoolAllocator()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DPoolAlloc.cpp57 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator) in SetThreadPoolAllocator() argument
59 threadPoolAllocator = poolAllocator; in SetThreadPoolAllocator()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp34 angle::PoolAllocator *poolAllocator, in InitAndBeginCommandBuffer() argument
38 commandBuffer->initialize(poolAllocator); in InitAndBeginCommandBuffer()
47 angle::PoolAllocator *poolAllocator, in InitAndBeginCommandBuffer() argument
427 angle::PoolAllocator *poolAllocator) in CommandGraphNode() argument
430 mPoolAllocator(poolAllocator),
939 CommandGraph::CommandGraph(bool enableGraphDiagnostics, angle::PoolAllocator *poolAllocator) in CommandGraph() argument
941 mPoolAllocator(poolAllocator), in CommandGraph()
DCommandGraph.h84 CommandGraphNode(CommandGraphNodeFunction function, angle::PoolAllocator *poolAllocator);
575 explicit CommandGraph(bool enableGraphDiagnostics, angle::PoolAllocator *poolAllocator);
/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h254 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator);
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DPoolAlloc.h254 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator);