Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp1208 const int maxValuesPerInvocation = m_maxWorkSize[0]; in execute() local
1222 const int numToExec = de::min(maxValuesPerInvocation, numValues-curOffset); in execute()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp2428 …const int maxValuesPerInvocation = m_context.getDeviceProperties().limits.maxComputeWorkGroupSiz… in execute() local
2436 const int numToExec = de::min(maxValuesPerInvocation, numValues-curOffset); in execute()