Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dtest_int_basic_ops.cpp355 perThreadData **m_arrPerThreadData; member
378 pThis->m_arrPerThreadData = NULL; in globalThreadDataNew()
382 pThis->m_arrPerThreadData = (perThreadData **) in globalThreadDataNew()
387 pThis->m_arrPerThreadData[i] = NULL; in globalThreadDataNew()
400 if(pThis->m_arrPerThreadData[i] != NULL) in globalThreadDataDestroy()
402 perThreadDataDestroy(pThis->m_arrPerThreadData[i]); in globalThreadDataDestroy()
405 free(pThis->m_arrPerThreadData); in globalThreadDataDestroy()
452 &(threadInfoGlobal->m_arrPerThreadData[thread_id]) in test_integer_ops_do_thread()