Home
last modified time | relevance | path

Searched refs:PoolArray (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdePoolArray.hpp53 class PoolArray class
62 explicit PoolArray(MemPool *pool);
63 PoolArray(MemPool *pool, const PoolArray<T, Alignment> &other);
64 ~PoolArray(void);
144 PoolArray(const PoolArray<T, Alignment>
183 PoolArrayConstIterator(const PoolArray<T, Alignment> *array, intptr_t ndx);
189 const PoolArray<T, Alignment> *getArray(void) const throw() in getArray()
250 const PoolArray<T, Alignment> *m_array;
258 PoolArrayIterator(PoolArray<T, Alignment> *array, intptr_t ndx);
263 PoolArray<T, Alignment> *getArray(void) const throw() in getArray()
[all …]
H A DdePoolArray.cpp35 PoolArray<int> arr(&pool); in intArrayTest()
36 PoolArray<uint16_t> arr16(&pool); in intArrayTest()
90 PoolArray<int> arr2(&pool); in intArrayTest()
109 PoolArray<int, 16> arr(&pool); in alignedIntArrayTest()
110 PoolArray<uint16_t, 8> arr16(&pool); in alignedIntArrayTest()
170 PoolArray<int, 32> arr2(&pool); in alignedIntArrayTest()
238 PoolArray<RefCount> arr(&pool); in sideEffectTest()
270 PoolArray<int> arr(&pool); in iteratorTest()
277 const PoolArray<int> &cRef = arr; in iteratorTest()
279 for (PoolArray<int>::ConstIterator iter = cRef.begin(); iter != cRef.end(); iter++, ndx++) in iteratorTest()
[all …]
H A DdePoolString.hpp42 class PoolString : public PoolArray<char>
95 inline PoolString::PoolString(MemPool *pool) : PoolArray<char>(pool) in PoolString()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktBuildPrograms.cpp418 de::PoolArray<Program> programs(&programPool); in buildPrograms()
421 de::PoolArray<BuildHighLevelShaderTask<vk::GlslSource>> buildGlslTasks(&tmpPool); in buildPrograms()
422 de::PoolArray<BuildHighLevelShaderTask<vk::HlslSource>> buildHlslTasks(&tmpPool); in buildPrograms()
423 de::PoolArray<BuildSpirVAsmTask> buildSpirvAsmTasks(&tmpPool); in buildPrograms()
519 …for (de::PoolArray<Program>::iterator progIter = programs.begin(); progIter != programs.end(); ++p… in buildPrograms()
534 …for (de::PoolArray<Program>::iterator progIter = programs.begin(); progIter != programs.end(); ++p… in buildPrograms()
545 …for (de::PoolArray<Program>::iterator progIter = programs.begin(); progIter != programs.end(); ++p… in buildPrograms()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv86398 …atform/external/deqp,[email protected],Fix a few things in de::PoolArray<T>