Searched refs:GetWorkGroupsCount (Results 1 – 5 of 5) sorted by relevance
22 int3 GetWorkGroupsCount(int grid_dimension, const int3& grid_size, in GetWorkGroupsCount() function177 operation_->work_groups_count_ = GetWorkGroupsCount( in UpdateParams()219 operation_->work_groups_count_ = GetWorkGroupsCount( in Tune()226 work_groups_count[i] = GetWorkGroupsCount( in Tune()236 operation_->work_groups_count_ = GetWorkGroupsCount( in Tune()
37 int3 GetWorkGroupsCount(int grid_dimension, const int3& grid_size, in GetWorkGroupsCount() function211 operation_->work_groups_count_ = GetWorkGroupsCount( in UpdateParams()254 operation_->work_groups_count_ = GetWorkGroupsCount( in Tune()
62 int3 GetWorkGroupsCount(const int3& grid_size, const int3& work_group_size);
156 int3 GetWorkGroupsCount(const int3& grid_size, const int3& work_group_size) { in GetWorkGroupsCount() function
60 const int3 work_groups_count = GetWorkGroupsCount(grid, work_group_size); in DispatchKernel()191 const int3 work_groups_count = GetWorkGroupsCount(grid, work_group_size); in Convert()