Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp166 } perThreadData; typedef
169 perThreadData * perThreadDataNew() in perThreadDataNew()
171 perThreadData * pThis = (perThreadData *)malloc(sizeof(perThreadData)); in perThreadDataNew()
184 void perThreadDataDestroy(perThreadData * pThis) in perThreadDataDestroy()
204 cl_int perThreadDataInit(perThreadData * pThis, ExplicitType type, in perThreadDataInit()
355 perThreadData **m_arrPerThreadData;
382 pThis->m_arrPerThreadData = (perThreadData **) in globalThreadDataNew()
383 malloc(threadcount*sizeof(perThreadData *)); in globalThreadDataNew()
412 perThreadData ** ppThreadData);
563 perThreadData ** ppThreadData) in test_integer_ops()
[all …]