Home
last modified time | relevance | path

Searched refs:threadHeight (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_queue_rt.cpp1152 uint32_t threadHeight = 0; in EnqueueUnalignedCopyInternal() local
1278 threadHeight = ( uint32_t )ceil( ( double )copyHeightRow/BLOCK_HEIGHT ); in EnqueueUnalignedCopyInternal()
1280 threadNum = threadWidth * threadHeight; in EnqueueUnalignedCopyInternal()
1283 … CM_CHK_CMSTATUS_GOTOFINISH(m_device->CreateThreadSpace( threadWidth, threadHeight, threadSpace )); in EnqueueUnalignedCopyInternal()
1459 uint32_t threadHeight = 0; in EnqueueCopyInternal_1Plane() local
1575 threadHeight = ( uint32_t )ceil( ( double )sliceCopyHeightRow/BLOCK_HEIGHT/INNER_LOOP ); in EnqueueCopyInternal_1Plane()
1576 threadNum = threadWidth * threadHeight; in EnqueueCopyInternal_1Plane()
1578 … CM_CHK_CMSTATUS_GOTOFINISH(m_device->CreateThreadSpace( threadWidth, threadHeight, threadSpace )); in EnqueueCopyInternal_1Plane()
1607 CM_CHK_CMSTATUS_GOTOFINISH(kernel->SetKernelArg( 5, sizeof( uint32_t ), &threadHeight )); in EnqueueCopyInternal_1Plane()
1733 uint32_t threadHeight = 0; in EnqueueCopyInternal_2Planes() local
[all …]
H A Dcm_event_rt.cpp424 uint32_t threadWidth, threadHeight; in SetKernelNames() local
425 threadSpace->GetThreadSpaceSize(threadWidth, threadHeight); in SetKernelNames()
427 m_threadSpace[1] = threadHeight; in SetKernelNames()
429 m_threadSpace[3] = threadHeight; in SetKernelNames()
433 uint32_t threadWidth, threadHeight, threadDepth, groupWidth, groupHeight, groupDepth; in SetKernelNames() local
434 …threadGroupSpace->GetThreadGroupSpaceSize(threadWidth, threadHeight, threadDepth, groupWidth, grou… in SetKernelNames()
436 m_threadSpace[1] = threadHeight; in SetKernelNames()
438 m_threadSpace[3] = threadHeight * groupHeight * groupDepth; in SetKernelNames()
H A Dcm_device_rt_base.cpp2788 uint32_t threadHeight = 0; in GPUinitSurface() local
2805 threadHeight = (uint32_t)ceil((double)height / BLOCK_HEIGHT); in GPUinitSurface()
2806 threadNum = threadWidth * threadHeight; in GPUinitSurface()
2808 CM_CHK_CMSTATUS_GOTOFINISH(CreateThreadSpace(threadWidth, threadHeight, threadSpace)); in GPUinitSurface()
H A Dcm_hal.h719 uint32_t threadHeight; member
H A Dcm_kernel_rt.cpp3882 halKernelParam->gpgpuWalkerParams.threadHeight = thrdSpaceHeight; in CreateKernelDataInternal()
4841 halKernelParam->gpgpuWalkerParams.threadHeight = thrdSpaceHeight; in UpdateKernelData()
H A Dcm_hal.cpp7790 for (idY = 0; idY < perKernelGpGpuWalkerParames->threadHeight; idY++) in HalCm_SetupStatesForKernelInitial()
11967 gpGpuWalkerParams.ThreadHeight = kernelParam->gpgpuWalkerParams.threadHeight; in HalCm_SendGpGpuWalkerState()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_XPM/codec/hal/
H A Dcodechal_kernel_olp_mdf_xe_xpm.cpp156 uint32_t threadHeight = MOS_ALIGN_CEIL(src->dwHeight, 16) / 16; in Execute() local
161 …K_STATUS_RETURN(m_cmDevice->CreateThreadGroupSpace(1, 1, threadWidth, threadHeight, m_threadGroupS… in Execute()
177 threadHeight = MOS_ALIGN_CEIL(src->dwHeight / 2, 16) / 16; in Execute()
180 …K_STATUS_RETURN(m_cmDevice->CreateThreadGroupSpace(1, 1, threadWidth, threadHeight, m_threadGroupS… in Execute()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_nv12top010.cpp105 uint32_t threadHeight = MOS_ALIGN_CEIL(surfaceHeight, 16) / 16; in Execute() local
108 threadHeight, in Execute()
111 CODECHAL_DECODE_CHK_STATUS_RETURN(m_cmKernel->SetThreadCount(threadWidth * threadHeight)); in Execute()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/features/
H A Dvp_filter.h362 uint32_t threadHeight; member
379 uint32_t threadHeight; member
476 uint32_t threadHeight; member
503 uint32_t threadHeight; member
H A Dvp_l0_fc_filter.cpp90 threadHeight = 0; in Init()
156 …uint32_t threadHeight = layer.surf->osSurface->dwHeight / localSize… in GenerateFc444PL3InputParam() local
225 param.threadHeight = threadHeight; in GenerateFc444PL3InputParam()
311 …uint32_t threadHeight = targetParam.targetROI.bottom / localSize[1] + (… in GenerateFcCommonKrnParam() local
374 param.threadHeight = threadHeight; in GenerateFcCommonKrnParam()
1807 param.threadHeight = threadGroupHeight; in GenerateFcFastExpressKrnParam()
H A Dvp_hdr_filter.cpp72 threadHeight = 0; in Init()
117 m_renderHdr3DLutParams.threadHeight = hdrParams.lutSize; in CalculateEngineParams()
H A Dvp_hdr_render_filter.cpp173 …m_renderHdrParams.threadHeight = (LUT65_SEG_SIZE * LUT65_MUL_SIZE + blockHeight - 1) / blockHeight; in CalculateEngineParams()
H A Dvp_dn_filter.cpp124 m_renderDnHVSParams.threadHeight = 1; in CalculateEngineParams()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
H A Dvp_render_cmd_packet.cpp2091 kernelParam.kernelThreadSpace.uHeight = krnParams.threadHeight; in SetL0FcParams()
2121 kernelParams.kernelThreadSpace.uHeight = params->threadHeight; in SetHdr3DLutParams()
2164 kernelParams.kernelThreadSpace.uHeight = params->threadHeight; in SetDnHVSParams()
2226 kernelParams.kernelThreadSpace.uHeight = params->threadHeight; in SetHdrParams()
H A Dvp_render_l0_fc_kernel.cpp405 m_walkerParam.threadHeight = threadSpace.uLocalHeight; in SetWalkerSetting()
H A Dvp_render_vebox_hdr_3dlut_l0_kernel.cpp387 m_walkerParam.threadHeight = threadSpace.uLocalHeight; in SetWalkerSetting()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/shared/packet/
H A Dmedia_render_cmd_packet.h115 uint32_t threadHeight; member
H A Dmedia_render_cmd_packet.cpp1240 if (params.threadDepth && params.threadWidth && params.threadHeight) in PrepareComputeWalkerParams()
1243 gpgpuWalker.ThreadHeight = params.threadHeight; in PrepareComputeWalkerParams()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/cm/
H A Dcm_hal_g11.cpp665 gpGpuWalkerParams.ThreadHeight = kernelParam[ i ]->gpgpuWalkerParams.threadHeight; in SubmitCommands()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen8/codec/hal/
H A Dcodechal_fei_avc_g8.cpp4185 uint32_t threadHeight = CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(height); in DispatchKernelMe() local
4188 threadHeight = (height + 31) >> 5; in DispatchKernelMe()
4190 CODECHAL_ENCODE_CHK_STATUS_RETURN(pKernel->SetThreadCount(threadWidth * threadHeight)); in DispatchKernelMe()
4209 …CODECHAL_ENCODE_CHK_STATUS_RETURN(pCmDev->CreateThreadSpace(threadWidth, threadHeight, kernelRes->… in DispatchKernelMe()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/codec/hal/
H A Dcodechal_fei_avc_g9.cpp2717 uint32_t threadHeight = CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(height); in DispatchKernelMe() local
2720 threadHeight = (height + 31) >> 5; in DispatchKernelMe()
2722 CODECHAL_ENCODE_CHK_STATUS_RETURN(pKernel->SetThreadCount(threadWidth * threadHeight)); in DispatchKernelMe()
2744 …CODECHAL_ENCODE_CHK_STATUS_RETURN(pCmDev->CreateThreadSpace(threadWidth, threadHeight, kernelRes->… in DispatchKernelMe()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/cm/
H A Dcm_hal_g12.cpp836 gpGpuWalkerParams.ThreadHeight = kernelParam[i]->gpgpuWalkerParams.threadHeight; in SubmitCommands()