Searched defs:maxWorkGroupSize (Results 1 – 6 of 6) sorted by relevance
634 const auto& maxWorkGroupSize = physicalDeviceProperties.limits.maxComputeWorkGroupSize; in test() local691 …const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProperti… in test() local803 …const auto& maxWorkGroupSize = physicalDeviceProperties.limits.maxComputeWorkGro… in testRequireFullSubgroups() local858 …const auto& maxWorkGroupSize = physicalDeviceProperties.limits.maxComputeWorkGrou… in testRequireSubgroupSize() local914 …const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProper… in testRequireSubgroupSize() local
212 const tcu::UVec3 maxWorkGroupSize = tcu::UVec3(128u, 128u, 64u); in iterate() local834 const tcu::UVec3 maxWorkGroupSize = tcu::UVec3(128u, 128u, 64u); in initPrograms() local
1195 cl_uint maxWorkGroupSize; in ExecuteSingleTest() local
16145 uint32_t maxWorkGroupSize[3]; member
54472 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint32_t, 3> maxWorkGroupSize = {}; member
15527 uint32_t maxWorkGroupSize[3]; member