Lines Matching refs:takeValue
28 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
139 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
168 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
169 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P()
173 Platform->mallocD<int>(arraySize(A)).takeValue(); in TEST_P()
182 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
183 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P()
187 Platform->mallocD<int>(arraySize(A)).takeValue(); in TEST_P()
189 Platform->mallocD<int>(arraySize(A)).takeValue(); in TEST_P()
199 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
203 Platform->mallocD<int>(arraySize(A)).takeValue(); in TEST_P()
204 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P()
206 Platform->registerHostMem(A).takeValue(); in TEST_P()
208 Platform->registerHostMem(B).takeValue(); in TEST_P()
217 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
221 Platform->mallocD<uint32_t>(ArrayLength).takeValue(); in TEST_P()
222 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P()
224 Platform->registerHostMem(Host).takeValue(); in TEST_P()
233 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
240 MaybeAsyncHostMemory.takeValue(); in TEST_P()
257 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
261 Platform->newAsyncHostMem<RefCounter>(3).takeValue(); in TEST_P()
268 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
271 Platform->newAsyncHostMem<int>(Length).takeValue(); in TEST_P()
275 Platform->newAsyncHostMem<int>(Length).takeValue(); in TEST_P()
276 acxxel::DeviceMemory<int> X = Platform->mallocD<int>(Length).takeValue(); in TEST_P()
277 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P()
286 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
290 Platform->mallocD<int>(arraySize(A)).takeValue(); in TEST_P()
292 Platform->mallocD<int>(arraySize(A)).takeValue(); in TEST_P()
293 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P()
295 Platform->registerHostMem(A).takeValue(); in TEST_P()
297 Platform->registerHostMem(B).takeValue(); in TEST_P()
307 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
308 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P()
313 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
314 acxxel::Event Event = Platform->createEvent().takeValue(); in TEST_P()
320 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
321 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P()
322 acxxel::Event Start = Platform->createEvent().takeValue(); in TEST_P()
323 acxxel::Event End = Platform->createEvent().takeValue(); in TEST_P()
329 EXPECT_GT(End.getSecondsSince(Start).takeValue(), 0); in TEST_P()
333 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
335 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P()
348 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
349 acxxel::Stream Stream0 = Platform->createStream().takeValue(); in TEST_P()
350 acxxel::Stream Stream1 = Platform->createStream().takeValue(); in TEST_P()
351 acxxel::Event Event0 = Platform->createEvent().takeValue(); in TEST_P()
352 acxxel::Event Event1 = Platform->createEvent().takeValue(); in TEST_P()