Searched refs:numInputValues (Results 1 – 1 of 1) sorted by relevance
2014 const deUint32 numInputValues = multiplyComponents(m_imageSize) * m_localSize; in iterate() local2015 const VkDeviceSize inputBufferSizeBytes = sizeof(deUint32) * numInputValues; in iterate()2024 for (deUint32 i = 0; i < numInputValues; ++i) in iterate()