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

/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp1208 const int maxValuesPerInvocation = m_maxWorkSize[0]; local
1222 const int numToExec = de::min(maxValuesPerInvocation, numValues-curOffset);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp2092 const int maxValuesPerInvocation = m_context.getDeviceProperties().limits.maxComputeWorkGroupSize[0]; local
2100 const int numToExec = de::min(maxValuesPerInvocation, numValues-curOffset);

Completed in 59 milliseconds