Home
last modified time | relevance | path

Searched refs:CreateThreadGroupSpaceEx (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/intel-media-driver/cmrtlib/linux/share/
H A Dcm_device_base.h1549 CreateThreadGroupSpaceEx(uint32_t threadSpaceWidth,
H A Dcm_rt_api_os.h131 …CM_RT_API virtual INT CreateThreadGroupSpaceEx(UINT thrdSpaceWidth, UINT thrdSpaceHeight, UINT thr…
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/cm/hal/
H A Dcm_device.h1570 CreateThreadGroupSpaceEx(uint32_t thrdSpaceWidth,
/aosp_15_r20/external/intel-media-driver/cmrtlib/linux/hardware/
H A Dcm_device.h127 …CM_RT_API int32_t CreateThreadGroupSpaceEx(uint32_t threadSpaceWidth, uint32_t threadSpaceHeight, …
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_device_rt_base.h268 CM_RT_API int32_t CreateThreadGroupSpaceEx(uint32_t thrdSpaceWidth,
H A Dcm_wrapper.cpp716 cmRet = device->CreateThreadGroupSpaceEx( in CmThinExecuteInternal()
H A Dcm_device_rt_base.cpp2588 CmDeviceRTBase::CreateThreadGroupSpaceEx(uint32_t thrdSpaceWidth, in CreateThreadGroupSpaceEx() function in CMRT_UMD::CmDeviceRTBase
2621 int32_t result = CreateThreadGroupSpaceEx(thrdSpaceWidth, in CreateThreadGroupSpace()
H A Dcm_thread_space_rt.cpp247 …CM_CHK_CMSTATUS_RETURN(m_device->CreateThreadGroupSpaceEx(1, 1, 1, m_width, m_height, 1, m_threadG… in Initialize()
/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/hardware/
H A Dcm_device.cpp534 CM_RT_API int32_t CmDevice_RT::CreateThreadGroupSpaceEx(uint32_t threadSpaceWidth, uint32_t threadS… in CreateThreadGroupSpaceEx() function in CmDevice_RT