Searched refs:maxUserThreadsPerTaskNoThreadArg (Results 1 – 5 of 5) sorted by relevance
224 … uint32_t maxUserThreadsPerTaskNoThreadArg; // [in] Max user threads per task without a thread arg member
1242 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()
154 uint32_t maxUserThreadsPerTaskNoThreadArg; // [in] Max user threads per task with no thread arg member
782 if (totalThreadCount > m_halMaxValues->maxUserThreadsPerTaskNoThreadArg ) in Enqueue_RT()
9063 maxValues->maxUserThreadsPerTaskNoThreadArg = CM_MAX_USER_THREADS_NO_THREADARG; in HalCm_GetMaxValues()