Home
last modified time | relevance | path

Searched refs:m_gpuInitTask1 (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.cpp131 m_gpuInitTask1(nullptr),
2764 CM_CHK_CMSTATUS_GOTOFINISH(CreateTask(m_gpuInitTask1)); in PrepareGPUinitSurface()
2765 CM_CHK_NULL_GOTOFINISH_CMERROR(m_gpuInitTask1); in PrepareGPUinitSurface()
2766 CM_CHK_CMSTATUS_GOTOFINISH(m_gpuInitTask1->AddKernel(m_kernel1)); in PrepareGPUinitSurface()
2816 CM_CHK_CMSTATUS_GOTOFINISH(m_InitCmQueue->EnqueueFast(m_gpuInitTask1, event, threadSpace)); in GPUinitSurface()
H A Dcm_device_rt_base.h571 CmTask* m_gpuInitTask1; variable