Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp74 …const tcu::UVec3 localWorkGroupSize = tcu::UVec3(de::min(g_localWorkGroupSizeBase.x(), computeGrid… in getLocalWorkGroupSize() local
77 return localWorkGroupSize; in getLocalWorkGroupSize()
83 const tcu::UVec3 localWorkGroupSize = getLocalWorkGroupSize(imageType, imageSize); in getNumWorkGroups() local
85 return computeGridSize / localWorkGroupSize; in getNumWorkGroups()
260 const tcu::UVec3 localWorkGroupSize = getLocalWorkGroupSize(m_imageType, m_imageSize); in initPrograms() local
261 const std::string localSizeX = de::toString(localWorkGroupSize.x()); in initPrograms()
262 const std::string localSizeY = de::toString(localWorkGroupSize.y()); in initPrograms()
263 const std::string localSizeZ = de::toString(localWorkGroupSize.z()); in initPrograms()
450 const tcu::UVec3 localWorkGroupSize = getLocalWorkGroupSize(m_imageType, m_imageSize); in generateReferenceImage() local
456 const deInt32 groupBaseX = x / localWorkGroupSize.x() * localWorkGroupSize.x(); in generateReferenceImage()
[all …]