Searched defs:yWorkGroupSize (Results 1 – 5 of 5) sorted by relevance
662 …const deUint32 yWorkGroupSize = std::min(std::min(gridSize.y(), maxWorkGroupSize.y()), maxWorkGr… in iterate() local861 …const deUint32 yWorkGroupSize = std::min(std::min(gridSize.y(), maxWorkGroupSize.y()), maxWorkGr… in initPrograms() local
73 …const deUint32 yWorkGroupSize = std::min(std::min(numInvocationsLeft, maxComputeWorkGroupSize.y())… in computeWorkGroupSize() local
41 …const deUint32 yWorkGroupSize = std::min(std::min(gridSize.y(), maxComputeWorkGroupSize.y()), maxC… in computeWorkGroupSize() local
118 …const deUint32 yWorkGroupSize = std::min(std::min(planeExtent.height, maxComputeWorkGroupSize.y())… in computeWorkGroupSize() local
114 …const deUint32 yWorkGroupSize = std::min(std::min(planeExtent.height, maxComputeWorkGroupSize… in computeWorkGroupSize() local