Home
last modified time | relevance | path

Searched refs:tmpPool (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/delibs/deutil/
DdeCommandLine.c41 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in deCommandLine_parse() local
42 CharPtrArray* args = tmpPool ? CharPtrArray_create(tmpPool) : DE_NULL; in deCommandLine_parse()
51 if (tmpPool) in deCommandLine_parse()
52 deMemPool_destroy(tmpPool); in deCommandLine_parse()
67 deMemPool_destroy(tmpPool); in deCommandLine_parse()
104 deMemPool_destroy(tmpPool); in deCommandLine_parse()
125 deMemPool_destroy(tmpPool); in deCommandLine_parse()
135 deMemPool_destroy(tmpPool); in deCommandLine_parse()
/external/deqp/framework/delibs/dethread/
DdeThreadTest.c629 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in runSingletonThreadedTest() local
630 deThreadArray* threads = tmpPool ? deThreadArray_create(tmpPool) : DE_NULL; in runSingletonThreadedTest()
658 deMemPool_destroy(tmpPool); in runSingletonThreadedTest()
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp410 de::MemPool tmpPool; in buildPrograms() local
411 de::PoolArray<BuildHighLevelShaderTask<vk::GlslSource> > buildGlslTasks (&tmpPool); in buildPrograms()
412 de::PoolArray<BuildHighLevelShaderTask<vk::HlslSource> > buildHlslTasks (&tmpPool); in buildPrograms()
413 de::PoolArray<BuildSpirVAsmTask> buildSpirvAsmTasks (&tmpPool); in buildPrograms()