Searched refs:orgGlobalSize (Results 1 – 1 of 1) sorted by relevance
258 const unsigned int orgGlobalSize,const unsigned int localGroupSize) in padGlobalWorkgroupSizeToLocalWorkgroupSize() argument260 return ((orgGlobalSize+(localGroupSize-1))/localGroupSize*localGroupSize); in padGlobalWorkgroupSizeToLocalWorkgroupSize()