Searched refs:maxValuesPerInvocation (Results 1 – 2 of 2) sorted by relevance
2895 …const int maxValuesPerInvocation = m_context.getDeviceProperties().limits.maxComputeWorkGroupSize[… in execute() local2903 const int numToExec = de::min(maxValuesPerInvocation, numValues - curOffset); in execute()3169 … const int maxValuesPerInvocation = m_context.getMeshShaderPropertiesEXT().maxMeshWorkGroupSize[0]; in execute() local3181 const auto numToExec = de::min(maxValuesPerInvocation, remaining); in execute()
1311 const int maxValuesPerInvocation = m_maxWorkSize[0]; in execute() local1325 const int numToExec = de::min(maxValuesPerInvocation, numValues - curOffset); in execute()