Searched refs:pThreadData (Results 1 – 13 of 13) sorted by relevance
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 617 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/ |
D | threads.cpp | 861 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 …]
|
D | threads.h | 59 THREAD_DATA* pThreadData; member
|
D | backend.cpp | 87 pContext->threadPool.pThreadData[workerId].pWorkerPrivateData, in ProcessComputeBE() 120 HANDLE hWorkerPrivateData = pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in ProcessStoreTileBE()
|
D | backend_clear.cpp | 161 HANDLE hWorkerPrivateData = pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in ProcessClearBE()
|
D | backend_singlesample.cpp | 51 void* pWorkerData = pDC->pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in BackendSingleSample()
|
D | backend_sample.cpp | 51 void* pWorkerData = pDC->pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in BackendSampleRate()
|
D | tilemgr.cpp | 346 HANDLE hWorkerPrivateData = pDC->pContext->threadPool.pThreadData[workerId].pWorkerPrivateData; in InitializeHotTiles()
|
D | frontend.cpp | 514 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()
|
D | api.cpp | 185 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()
|
D | backend_impl.h | 1038 void* pWorkerData = pContext->threadPool.pThreadData[workerId].pWorkerPrivateData;
|
D | rasterizer_impl.h | 1435 HANDLE hWorkerPrivateData = pContext->threadPool.pThreadData[workerId].pWorkerPrivateData;
|
D | clip.h | 321 THREAD_DATA &thread_data = in_pDC->pContext->threadPool.pThreadData[workerId];
|