Searched defs:maxWorkGroupSize (Results 1 – 8 of 8) sorted by relevance
636 const auto& maxWorkGroupSize = physicalDeviceProperties.limits.maxComputeWorkGroupSize; in test() local692 …const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProperti… in test() local801 …const auto& maxWorkGroupSize = physicalDeviceProperties.limits.maxComputeWorkGro… in testRequireFullSubgroups() local853 …const auto& maxWorkGroupSize = physicalDeviceProperties.limits.maxComputeWorkGrou… in testRequireSubgroupSize() local910 …const auto& maxWorkGroupSize = (isMesh ? meshProperties.maxMeshWorkGroupSize : meshProper… in testRequireSubgroupSize() local
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
210 const tcu::UVec3 maxWorkGroupSize = tcu::UVec3(128u, 128u, 64u); in iterate() local832 const tcu::UVec3 maxWorkGroupSize = tcu::UVec3(128u, 128u, 64u); in initPrograms() local
5168 uint32_t maxWorkGroupSize[3]; member
17426 deUint32 maxWorkGroupSize[3]; member
17217 uint32_t maxWorkGroupSize[3]; member
58010 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint32_t, 3> maxWorkGroupSize = {}; member