Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2014 const deUint32 numInputValues = multiplyComponents(m_imageSize) * m_localSize; in iterate() local
2015 const VkDeviceSize inputBufferSizeBytes = sizeof(deUint32) * numInputValues; in iterate()
2024 for (deUint32 i = 0; i < numInputValues; ++i) in iterate()