Home
last modified time | relevance | path

Searched refs:SetThreadCount (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/ult/cm/
H A Ddevice_test.cpp156 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 Dcodechal_encode_csc_ds_mdf_g12.cpp491 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 Dcodechal_encode_sw_scoreboard_mdf_g12.cpp109 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_cmKrn->SetThreadCount(threadCount)); in Execute()
H A Dcodechal_kernel_intra_dist_mdf_g12.cpp251 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_cmKrn->SetThreadCount(threadCount)); in Execute()
H A Dcodechal_encode_wp_mdf_g12.cpp139 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmKrn->SetThreadCount(threadCount)); in Execute()
H A Dcodechal_encode_hevc_brc_g12.cpp239 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmKernel->SetThreadCount(1)); in SetupThreadSpace()
252 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmKernel->SetThreadCount(xThread * yThread)); in SetupBrcLcuqpThreadSpace()
H A Dcodechal_kernel_hme_mdf_g12.cpp276 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmKrn->SetThreadCount(threadCount)); in Execute()
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DThreadPool.h66 void SetThreadCount(int count);
H A DThreadPool.cpp479 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 Dcm_kernel.h79 CM_RT_API virtual int32_t SetThreadCount(uint32_t count) = 0;
H A Dcm_queue_rt.cpp1281 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 Dcm_kernel_rt.h170 CM_RT_API int32_t SetThreadCount(uint32_t count);
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_nv12top010.cpp111 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 DCMRTKernel_I_16x16Sad.cpp124 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
H A DCMRTKernel_DownScaling.cpp137 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
H A DCMRTKernel_PB_32x32.cpp122 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
H A DCMRTKernel_I_8x8.cpp125 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
H A DCMRTKernel_I_32x32.cpp127 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
H A DCMRTKernel_PB_8x8Pak.cpp122 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
H A DCMRTKernel_I_8x8Mode.cpp135 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
H A DCMRTKernel_I_16x16Mode.cpp127 CM_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadSpaceWidth * threadSpaceHeight)); in CreateAndDispatchKernel()
H A DCMRTKernel_PB_8x8MbEnc.cpp170 …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 Dtest_conversions.cpp134 if (!gMultithread) SetThreadCount(1); in main()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/
H A Dvphal_mdf_wrapper.cpp523 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/
Ddplay8.h922 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)

12