Lines Matching refs:memoryIndex
279 unsigned addRegion(unsigned memoryIndex, uint32_t length) { in addRegion() argument
281 CHECK(memoryIndex < memoryCount()); in addRegion()
282 uint32_t& memorySize = mMemorySizes[memoryIndex]; in addRegion()
283 auto desc = std::make_tuple(memoryIndex, (uint32_t)memorySize, length); in addRegion()
905 unsigned memoryIndex = ~0U; in TEST_P() local
908 memoryIndex = randUInt(weights.memoryCount()); in TEST_P()
910 memoryIndex = weights.addMemory(); in TEST_P()
913 const unsigned regionIndex = weights.addRegion(memoryIndex, length); in TEST_P()
1320 unsigned memoryIndex = ~0U; in TEST_P() local
1322 memoryIndex = randUInt(ioMemories.memoryCount()); in TEST_P()
1324 memoryIndex = ioMemories.addMemory(); in TEST_P()
1327 desc.mMemoryRegion = ioMemories.addRegion(memoryIndex, length); in TEST_P()