Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp62 static const tcu::UVec3 g_localWorkGroupSizeBase = tcu::UVec3(8, 8, 2); variable
74 …const tcu::UVec3 localWorkGroupSize = tcu::UVec3(de::min(g_localWorkGroupSizeBase.x(), computeGrid… in getLocalWorkGroupSize()
75 de::min(g_localWorkGroupSizeBase.y(), computeGridSize.y()), in getLocalWorkGroupSize()
76 de::min(g_localWorkGroupSizeBase.z(), computeGridSize.z())); in getLocalWorkGroupSize()