Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp1250 const int maxValuesPerInvocation = m_maxWorkSize[0]; in execute() local
1264 const int numToExec = de::min(maxValuesPerInvocation, numValues-curOffset); in execute()