Searched refs:pThreadInfo (Results 1 – 4 of 4) sorted by relevance
476 globalThreadData * pThreadInfo = NULL; in test_integer_ops_threaded() local531 pThreadInfo = globalThreadDataNew(deviceID, context, queue, num_elements, in test_integer_ops_threaded()536 pThreadInfo->m_offset = startIndx; in test_integer_ops_threaded()543 result = ThreadPool_Do(test_integer_ops_do_thread, (cl_uint)jobcount, (void *)pThreadInfo); in test_integer_ops_threaded()551 globalThreadDataDestroy(pThreadInfo); in test_integer_ops_threaded()
298 SWR_THREADING_INFO* pThreadInfo; member
113 if (pCreateInfo->pThreadInfo) in SwrCreateContext()115 pContext->threadInfo = *pCreateInfo->pThreadInfo; in SwrCreateContext()
537 createInfo.pThreadInfo = &threadingInfo; in swr_create_context()