Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp617 perThreadData * pThreadData = *ppThreadData; in test_integer_ops() local
638 …init_char_data(indx, num_elements * vectorSize, (cl_char**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops()
641 …init_uchar_data(indx, num_elements * vectorSize, (cl_uchar**)(pThreadData->m_input_ptr), randDataI… in test_integer_ops()
644 …init_short_data(indx, num_elements * vectorSize, (cl_short**)(pThreadData->m_input_ptr), randDataI… in test_integer_ops()
647 …init_ushort_data(indx, num_elements * vectorSize, (cl_ushort**)(pThreadData->m_input_ptr), randDat… in test_integer_ops()
650 … init_int_data(indx, num_elements * vectorSize, (cl_int**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops()
653 …init_uint_data(indx, num_elements * vectorSize, (cl_uint**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops()
656 …init_long_data(indx, num_elements * vectorSize, (cl_long**)(pThreadData->m_input_ptr), randDataIn); in test_integer_ops()
659 …init_ulong_data(indx, num_elements * vectorSize, (cl_ulong**)(pThreadData->m_input_ptr), randDataI… in test_integer_ops()
668 …WriteBuffer(queue, pThreadData->m_streams[0], CL_FALSE, 0, pThreadData->m_type_size*num_elements *… in test_integer_ops()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp861 THREAD_DATA* pThreadData = (THREAD_DATA*)pData; in workerThreadMain() local
862 SWR_CONTEXT* pContext = pThreadData->pContext; in workerThreadMain()
863 uint32_t threadId = pThreadData->threadId; in workerThreadMain()
864 uint32_t workerId = pThreadData->workerId; in workerThreadMain()
866 bindThread(pContext, threadId, pThreadData->procGroupId, pThreadData->forceBindProcGroup); in workerThreadMain()
878 pThreadData->numaId, in workerThreadMain()
879 pThreadData->coreId, in workerThreadMain()
880 pThreadData->htId); in workerThreadMain()
887 uint32_t numaNode = pThreadData->numaId - pContext->threadInfo.BASE_NUMA_NODE; in workerThreadMain()
1203 pPool->pThreadData = new (std::nothrow) THREAD_DATA[pPool->numThreads]; in CreateThreadPool()
[all …]
Dthreads.h59 THREAD_DATA* pThreadData; member
Dbackend.cpp87 pContext->threadPool.pThreadData[workerId].pWorkerPrivateData, in ProcessComputeBE()
120 HANDLE hWorkerPrivateData = pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in ProcessStoreTileBE()
Dbackend_clear.cpp161 HANDLE hWorkerPrivateData = pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in ProcessClearBE()
Dbackend_singlesample.cpp51 void* pWorkerData = pDC->pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in BackendSingleSample()
Dfrontend.cpp514 void* pWorkerData = pDC->pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in StreamOut()
833 void* pWorkerData = pDC->pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in GeometryShaderStage()
1269 void* pWorkerData = pDC->pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in TessellationStages()
1681 void* pWorkerData = pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in ProcessDraw()
Dbackend_sample.cpp51 void* pWorkerData = pDC->pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in BackendSampleRate()
Dtilemgr.cpp346 HANDLE hWorkerPrivateData = pDC->pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in InitializeHotTiles()
Dapi.cpp185 pContext->threadPool.pThreadData ? pContext->threadPool.pThreadData[i].numaId : 0; in SwrCreateContext()
201 …SWR_WORKER_DATA* pWorkerData = (SWR_WORKER_DATA*)pContext->threadPool.pThreadData[i].pWorkerPrivat… in SwrCreateContext()
Dbackend_impl.h1038 void* pWorkerData = pContext->threadPool.pThreadData[workerId].pWorkerPrivateData;
Dclip.h321 THREAD_DATA &thread_data = in_pDC->pContext->threadPool.pThreadData[workerId];
Drasterizer_impl.h1435 HANDLE hWorkerPrivateData = pContext->threadPool.pThreadData[workerId].pWorkerPrivateData;