Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp476 globalThreadData * pThreadInfo = NULL; in test_integer_ops_threaded() local
531 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()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h298 SWR_THREADING_INFO* pThreadInfo; member
Dapi.cpp113 if (pCreateInfo->pThreadInfo) in SwrCreateContext()
115 pContext->threadInfo = *pCreateInfo->pThreadInfo; in SwrCreateContext()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp537 createInfo.pThreadInfo = &threadingInfo; in swr_create_context()