Lines Matching refs:workGroupCount
176 const int workGroupCount = multiplyComponents(m_workSize);
177 const int numValues = workGroupSize * workGroupCount;
223 const int workGroupCount = multiplyComponents(m_workSize);
227 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * workGroupSize * workGroupCount;
284 for (int groupNdx = 0; groupNdx < workGroupCount; ++groupNdx)
358 const int workGroupCount = multiplyComponents(m_workSize);
359 const int numValues = workGroupSize * workGroupCount;
405 const int workGroupCount = multiplyComponents(m_workSize);
409 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * workGroupSize * workGroupCount;
466 for (int groupNdx = 0; groupNdx < workGroupCount; ++groupNdx)
541 const int workGroupCount = multiplyComponents(m_workSize);
542 const int numValues = workGroupSize * workGroupCount;
590 const int workGroupCount = multiplyComponents(m_workSize);
594 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * workGroupSize * workGroupCount;
651 for (int groupNdx = 0; groupNdx < workGroupCount; ++groupNdx)
1877 const int workGroupCount = multiplyComponents(m_workSize);
1878 const VkDeviceSize workBufferSizeBytes = sizeof(deUint32) * workGroupCount;
1988 for (int ndx = 0; ndx < workGroupCount; ++ndx)