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

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageQualifiersTests.cpp60 static const tcu::UVec3 g_localWorkGroupSizeBase = tcu::UVec3(8, 8, 2); member in namespace:vkt::image::__anon4352
72 const tcu::UVec3 localWorkGroupSize = tcu::UVec3(de::min(g_localWorkGroupSizeBase.x(), computeGridSize.x()),
73 de::min(g_localWorkGroupSizeBase.y(), computeGridSize.y()),
74 de::min(g_localWorkGroupSizeBase.z(), computeGridSize.z()));

Completed in 76 milliseconds