Searched refs:GetWorkGroupsCount (Results 1 – 6 of 6) sorted by relevance
76 return queue->Dispatch(kernel_, operation_->GetWorkGroupsCount(), in AddToQueue()87 operation_->GetWorkGroupsCount()[i] * operation_->work_group_size_[i]; in AddToCommanBuffer()103 operation_->GetWorkGroupsCount(), in AddToQueue()111 return queue->DispatchNTimes(kernel_, operation_->GetWorkGroupsCount(),
280 groupsCount.width = operation_->GetWorkGroupsCount().x; in EncodeToICB()281 groupsCount.height = operation_->GetWorkGroupsCount().y; in EncodeToICB()282 groupsCount.depth = operation_->GetWorkGroupsCount().z; in EncodeToICB()319 groupsCount.width = operation_->GetWorkGroupsCount().x; in Encode()320 groupsCount.height = operation_->GetWorkGroupsCount().y; in Encode()321 groupsCount.depth = operation_->GetWorkGroupsCount().z; in Encode()
62 int3 GetWorkGroupsCount(const int3& grid_size, const int3& work_group_size);
147 const int3& GetWorkGroupsCount() const { return work_groups_count_; } in GetWorkGroupsCount() function
210 int3 GetWorkGroupsCount(const int3& grid_size, const int3& work_group_size) { in GetWorkGroupsCount() function
64 const int3 work_groups_count = GetWorkGroupsCount(grid, work_group_size); in DispatchKernel()204 const int3 work_groups_count = GetWorkGroupsCount(grid, work_group_size); in Convert()