Lines Matching refs:CmDeviceRT

42 CmDeviceRT::CmDeviceRT(uint32_t options) : CmDeviceRTBase(options)  in CmDeviceRT()  function in CMRT_UMD::CmDeviceRT
51 CmDeviceRT::~CmDeviceRT() in ~CmDeviceRT()
63 int32_t CmDeviceRT::Create(MOS_CONTEXT *umdContext, in Create()
64 CmDeviceRT* &device, in Create()
76 device = new (std::nothrow) CmDeviceRT(options); in Create()
84 CmDeviceRT::Destroy(device); in Create()
105 int32_t CmDeviceRT::Destroy(CmDeviceRT*& device) in Destroy()
132 int32_t CmDeviceRT::InitializeOSSpecific(MOS_CONTEXT *mosContext) in InitializeOSSpecific()
137 void CmDeviceRT::ConstructOSSpecific(uint32_t devCreateOption) in ConstructOSSpecific()
154 int32_t CmDeviceRT::CreateAuxDevice(MOS_CONTEXT *mosContext) //VADriverContextP in CreateAuxDevice()
190 int32_t CmDeviceRT::DestroyAuxDevice() in DestroyAuxDevice()
216 CM_RT_API int32_t CmDeviceRT::CreateSurface2D(VASurfaceID vaSurface, in CreateSurface2D()
240 int32_t CmDeviceRT::GetJITCompileFnt(pJITCompile &jitCompile) in GetJITCompileFnt()
258 int32_t CmDeviceRT::GetJITCompileFntV2(pJITCompile_v2 &jitCompile_v2) in GetJITCompileFntV2()
281 int32_t CmDeviceRT::GetFreeBlockFnt(pFreeBlock &freeBlock) in GetFreeBlockFnt()
304 int32_t CmDeviceRT::GetJITVersionFnt(pJITVersion &jitVersion) in GetJITVersionFnt()
327 int32_t CmDeviceRT::LoadJITDll() in LoadJITDll()
375 CM_RETURN_CODE CmDeviceRT::QueryGPUInfoInternal(PCM_QUERY_CAPS queryCaps) in QueryGPUInfoInternal()
426 CmDeviceRT::QuerySurface2DFormatsInternal(PCM_QUERY_CAPS queryCaps) in QuerySurface2DFormatsInternal()
468 int32_t CmDeviceRT::QuerySurface2DFormats(void *capValue, in QuerySurface2DFormats()
520 int32_t CmDeviceRT::SetVaCtxID(uint32_t vaCtxID) in SetVaCtxID()
531 int32_t CmDeviceRT::GetVaCtxID(uint32_t &vaCtxID) in GetVaCtxID()
537 int32_t CmDeviceRT::RegisterCallBack(pCallBackReleaseVaSurface callBack) in RegisterCallBack()
543 int32_t CmDeviceRT::ReleaseVASurface(void *vaDisplay, void *vaSurfaceID) in ReleaseVASurface()
553 int32_t CmDeviceRT::ReadVtuneProfilingFlag() in ReadVtuneProfilingFlag()
601 CM_RT_API int32_t CmDeviceRT::CreateSurface2D(PMOS_RESOURCE mosResource, in CreateSurface2D()
627 CM_RT_API int32_t CmDeviceRT::CreateSurface2D(uint32_t width, in CreateSurface2D()
646 int32_t CmDeviceRT::CreateSurface2D(PMOS_RESOURCE mosResource, in CreateSurface2D()