Home
last modified time | relevance | path

Searched refs:m_gpuInitTask0 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_device_rt_base.cpp130 m_gpuInitTask0(nullptr),
2759 CM_CHK_CMSTATUS_GOTOFINISH(CreateTask(m_gpuInitTask0)); in PrepareGPUinitSurface()
2760 CM_CHK_NULL_GOTOFINISH_CMERROR(m_gpuInitTask0); in PrepareGPUinitSurface()
2761 CM_CHK_CMSTATUS_GOTOFINISH(m_gpuInitTask0->AddKernel(m_kernel0)); in PrepareGPUinitSurface()
2823 CM_CHK_CMSTATUS_GOTOFINISH(m_InitCmQueue->EnqueueFast(m_gpuInitTask0, event, threadSpace)); in GPUinitSurface()
H A Dcm_device_rt_base.h569 CmTask* m_gpuInitTask0; variable