/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/ult/cm/ |
H A D | device_test.cpp | 156 TEST_F(DeviceTest, SetThreadCount) in TEST_F() argument 158 auto SetThreadCount = [this]() { in TEST_F() local 164 RunEach<int32_t>(CM_SUCCESS, SetThreadCount); in TEST_F()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/ |
H A D | codechal_encode_csc_ds_mdf_g12.cpp | 491 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_cmKrnCSCDS16x->SetThreadCount(threadCount)); in CscKernel() 511 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_cmKrnCSCDS32x->SetThreadCount(threadCount)); in CscKernel() 531 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_cmKrnCSCDS4x->SetThreadCount(threadCount)); in CscKernel()
|
H A D | codechal_encode_sw_scoreboard_mdf_g12.cpp | 109 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_cmKrn->SetThreadCount(threadCount)); in Execute()
|
H A D | codechal_kernel_intra_dist_mdf_g12.cpp | 251 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_cmKrn->SetThreadCount(threadCount)); in Execute()
|
H A D | codechal_encode_wp_mdf_g12.cpp | 139 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmKrn->SetThreadCount(threadCount)); in Execute()
|
H A D | codechal_encode_hevc_brc_g12.cpp | 239 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmKernel->SetThreadCount(1)); in SetupThreadSpace() 252 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmKernel->SetThreadCount(xThread * yThread)); in SetupBrcLcuqpThreadSpace()
|
H A D | codechal_kernel_hme_mdf_g12.cpp | 276 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmKrn->SetThreadCount(threadCount)); in Execute()
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | ThreadPool.h | 66 void SetThreadCount(int count);
|
H A D | ThreadPool.cpp | 479 void SetThreadCount(int count) in SetThreadCount() function 1047 void SetThreadCount(int count) in SetThreadCount() function
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_kernel.h | 79 CM_RT_API virtual int32_t SetThreadCount(uint32_t count) = 0;
|
H A D | cm_queue_rt.cpp | 1281 CM_CHK_CMSTATUS_GOTOFINISH(kernel->SetThreadCount( threadNum )); in EnqueueUnalignedCopyInternal() 1577 CM_CHK_CMSTATUS_GOTOFINISH(kernel->SetThreadCount( threadNum )); in EnqueueCopyInternal_1Plane() 1846 CM_CHK_CMSTATUS_GOTOFINISH(kernel->SetThreadCount(threadNum)); in EnqueueCopyInternal_2Planes() 2060 CM_CHK_CMSTATUS_GOTOFINISH(kernel->SetThreadCount(threadWidth * threadHeight)); in EnqueueCopyGPUToGPU() 2231 CM_CHK_CMSTATUS_GOTOFINISH(kernel->SetThreadCount(threadWidth * threadHeight)); in EnqueueCopyCPUToCPU() 2449 CM_CHK_CMSTATUS_GOTOFINISH(kernel->SetThreadCount(threadNum)); in EnqueueBufferCopy() 2773 CM_CHK_CMSTATUS_GOTOFINISH(kernel->SetThreadCount( threadNum )); in EnqueueInitSurface2D()
|
H A D | cm_kernel_rt.h | 170 CM_RT_API int32_t SetThreadCount(uint32_t count);
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_decode_nv12top010.cpp | 111 CODECHAL_DECODE_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadWidth * threadHeight)); in Execute()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_skl/codec/cmrt_kernel/ |
H A D | CMRTKernel_I_16x16Sad.cpp | 124 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
|
H A D | CMRTKernel_DownScaling.cpp | 137 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
|
H A D | CMRTKernel_PB_32x32.cpp | 122 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
|
H A D | CMRTKernel_I_8x8.cpp | 125 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
|
H A D | CMRTKernel_I_32x32.cpp | 127 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
|
H A D | CMRTKernel_PB_8x8Pak.cpp | 122 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
|
H A D | CMRTKernel_I_8x8Mode.cpp | 135 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
|
H A D | CMRTKernel_I_16x16Mode.cpp | 127 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
|
H A D | CMRTKernel_PB_8x8MbEnc.cpp | 170 …CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(((threadSpaceWidth + 1) & 0xFFFE) * threadSpaceHei… in CreateAndDispatchKernel() 183 …CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(((threadSpaceWidth + 3) & 0xFFFC) * 2 * tempHeight… in CreateAndDispatchKernel()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/ |
H A D | test_conversions.cpp | 134 if (!gMultithread) SetThreadCount(1); in main()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/ |
H A D | vphal_mdf_wrapper.cpp | 523 result = kernel->SetThreadCount(tsWidth * tsHeight * tsColor); in Render()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dplay8.h | 922 STDMETHOD(SetThreadCount)(THIS_ DWORD dwProcessorNum, DWORD dwNumThreads, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local 936 #define IDirectPlay8ThreadPool_SetThreadCount(p,a,b,c) (p)->lpVtbl->SetThreadCount(p… 947 #define IDirectPlay8ThreadPool_SetThreadCount(p,a,b,c) (p)->SetThreadCount(a,b,c)
|