Home
last modified time | relevance | path

Searched refs:GetKernelPool (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/features/
H A Dvp_hdr_filter.cpp152 …auto handle = m_pvpMhwInterface->m_vpPlatformInterface->GetKernelPool().find("fillLutTable_3dlut"); in CalculateEngineParams()
153 …VP_PUBLIC_CHK_NOT_FOUND_RETURN(handle, &m_pvpMhwInterface->m_vpPlatformInterface->GetKernelPool()); in CalculateEngineParams()
H A Dvp_l0_fc_filter.cpp164 auto handle = m_pvpMhwInterface->m_vpPlatformInterface->GetKernelPool().find(krnName); in GenerateFc444PL3InputParam()
165 …VP_PUBLIC_CHK_NOT_FOUND_RETURN(handle, &m_pvpMhwInterface->m_vpPlatformInterface->GetKernelPool()); in GenerateFc444PL3InputParam()
315 …auto handle = m_pvpMhwInterface->m_vpPlatformInterface->GetKernelPool().find("FastComp_fc_common"); in GenerateFcCommonKrnParam()
316 …VP_PUBLIC_CHK_NOT_FOUND_RETURN(handle, &m_pvpMhwInterface->m_vpPlatformInterface->GetKernelPool()); in GenerateFcCommonKrnParam()
1748 …auto handle = m_pvpMhwInterface->m_vpPlatformInterface->GetKernelPool().find("FastExpress_fc_fp"); in GenerateFcFastExpressKrnParam()
1749 …VP_PUBLIC_CHK_NOT_FOUND_RETURN(handle, &m_pvpMhwInterface->m_vpPlatformInterface->GetKernelPool()); in GenerateFcFastExpressKrnParam()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/
H A Dvp_kernelset.cpp42 m_pKernelPool = &hwInterface->m_vpPlatformInterface->GetKernelPool(); in VpKernelSet()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/platform_interface/
H A Dvp_platform_interface.h232 KERNEL_POOL& GetKernelPool() in GetKernelPool() function
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
H A Dvp_render_fc_kernel.cpp86 …m_hwInterface->m_vpPlatformInterface->GetKernelPool().end() != m_hwInterface->m_vpPlatformInterfac… in VpRenderFcKernel()
88 …m_kernelDllState = m_hwInterface->m_vpPlatformInterface->GetKernelPool().find(VpRenderKernel::s_ke… in VpRenderFcKernel()