Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/share/
H A Dcm_def.h224 … uint32_t maxUserThreadsPerTaskNoThreadArg; // [in] Max user threads per task without a thread arg member
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_device_rt_base.cpp1242 if( capValueSize >= sizeof( m_halMaxValues.maxUserThreadsPerTaskNoThreadArg ) ) in GetCaps()
1244 capValueSize = sizeof( m_halMaxValues.maxUserThreadsPerTaskNoThreadArg ); in GetCaps()
1245 … CmSafeMemCopy( capValue, &m_halMaxValues.maxUserThreadsPerTaskNoThreadArg, capValueSize ); in GetCaps()
3557 …oss << "Max Threads Per Task no Thread Arg " << m_halMaxValues.maxUserThreadsPerTaskNoThreadArg <<… in Log()
H A Dcm_hal.h154 uint32_t maxUserThreadsPerTaskNoThreadArg; // [in] Max user threads per task with no thread arg member
H A Dcm_queue_rt.cpp782 if (totalThreadCount > m_halMaxValues->maxUserThreadsPerTaskNoThreadArg ) in Enqueue_RT()
H A Dcm_hal.cpp9063 maxValues->maxUserThreadsPerTaskNoThreadArg = CM_MAX_USER_THREADS_NO_THREADARG; in HalCm_GetMaxValues()