Searched refs:computeGridSize (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageQualifiersTests.cpp | 72 const tcu::UVec3 computeGridSize = getShaderGridSize(imageType, imageSize); in getLocalWorkGroupSize() local 74 …::UVec3 localWorkGroupSize = tcu::UVec3(de::min(g_localWorkGroupSizeBase.x(), computeGridSize.x()), in getLocalWorkGroupSize() 75 de::min(g_localWorkGroupSizeBase.y(), computeGridSize.y()), in getLocalWorkGroupSize() 76 de::min(g_localWorkGroupSizeBase.z(), computeGridSize.z())); in getLocalWorkGroupSize() 82 const tcu::UVec3 computeGridSize = getShaderGridSize(imageType, imageSize); in getNumWorkGroups() local 85 return computeGridSize / localWorkGroupSize; in getNumWorkGroups() 418 const tcu::UVec3 computeGridSize = getShaderGridSize(m_imageType, m_imageSize); in iterate() local 419 …stPixelBufferAccess resultPixelBuffer(m_format, computeGridSize.x(), computeGridSize.y(), computeG… in iterate() 435 const tcu::UVec3 computeGridSize = getShaderGridSize(m_imageType, m_imageSize); in generateReferenceImage() local 437 tcu::TextureLevel base(m_format, computeGridSize.x(), computeGridSize.y(), computeGridSize.z()); in generateReferenceImage() [all …]
|