Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp2892 …const int maxValuesPerInvocation = m_context.getDeviceProperties().limits.maxComputeWorkGroupSize[… in execute() local
2900 const int numToExec = de::min(maxValuesPerInvocation, numValues - curOffset); in execute()
3165 … const int maxValuesPerInvocation = m_context.getMeshShaderPropertiesEXT().maxMeshWorkGroupSize[0]; in execute() local
3177 const auto numToExec = de::min(maxValuesPerInvocation, remaining); in execute()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp1311 const int maxValuesPerInvocation = m_maxWorkSize[0]; in execute() local
1325 const int numToExec = de::min(maxValuesPerInvocation, numValues - curOffset); in execute()