OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadNdx
(Results
1 - 7
of
7
) sorted by null
/external/deqp/modules/egl/
teglColorClearCase.cpp
318
for (int
threadNdx
= 0;
threadNdx
< numThreads;
threadNdx
++)
320
packets[
threadNdx
].resize(numPacketsPerThread);
324
ClearPacket& packet = packets[
threadNdx
][packetNdx];
327
packet.wait = semaphores[packetNdx*numThreads +
threadNdx
];
328
packet.signal = semaphores[packetNdx*numThreads +
threadNdx
+ 1];
333
if (
threadNdx
== 0 && packetNdx == 0 && clearNdx == 0)
342
for (int
threadNdx
= 0;
threadNdx
< numThreads; threadNdx++
[
all
...]
teglMultiThreadTests.cpp
211
for (int
threadNdx
= 0;
threadNdx
< (int)m_threads.size();
threadNdx
++)
212
m_threads[
threadNdx
]->setStatus(TestThread::THREADSTATUS_NOT_SUPPORTED);
215
for (int
threadNdx
= 0;
threadNdx
< (int)m_threads.size();
threadNdx
++)
226
for (int
threadNdx
= 0;
threadNdx
< (int)m_threads.size();
threadNdx
++
[
all
...]
teglGLES2SharingThreadedTests.cpp
[
all
...]
teglGLES2SharedRenderingPerfTests.cpp
878
for (int
threadNdx
= 0;
threadNdx
< m_config.threadCount * m_config.perThreadContextCount;
threadNdx
++)
879
m_contexts.push_back(new TestContext(m_eglTestCtx, eglConfig, m_config, m_config.sharedContexts, (
threadNdx
== 0 ? NULL : m_contexts[
threadNdx
-1])));
885
for (int
threadNdx
= 0;
threadNdx
< (int)m_contexts.size();
threadNdx
++)
887
delete m_contexts[
threadNdx
];
888
m_contexts[
threadNdx
] = NULL
[
all
...]
teglRenderTests.cpp
923
for (int
threadNdx
= 0;
threadNdx
< numThreads;
threadNdx
++)
925
packets[
threadNdx
].resize(packetsPerThread);
929
DrawOpPacket& packet = packets[
threadNdx
][packetNdx];
932
packet.wait = semaphores[packetNdx*numThreads +
threadNdx
];
933
packet.signal = semaphores[packetNdx*numThreads +
threadNdx
+ 1];
935
packet.drawOps = &drawOps[(packetNdx*numThreads +
threadNdx
)*opsPerPacket];
970
for (int
threadNdx
= 0;
threadNdx
< numThreads; threadNdx++
[
all
...]
/external/deqp/framework/delibs/dethread/
deThreadTest.c
556
int
threadNdx
;
560
for (
threadNdx
= 0;
threadNdx
< numThreads;
threadNdx
++)
572
for (
threadNdx
= 0;
threadNdx
< numThreads;
threadNdx
++)
574
deThread thread = deThreadArray_get(threads,
threadNdx
);
/external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp
606
for (int
threadNdx
= 0;
threadNdx
< m_spec.threadCount;
threadNdx
++)
612
const int id = ((
threadNdx
* m_spec.callCount) + callNdx) * m_spec.atomicCounterCount + counterNdx;
[
all
...]
Completed in 328 milliseconds