| 85 | } |
| 86 | |
| 87 | void b3FillCL::executeHost(b3AlignedObjectArray<b3Int2>& src, const b3Int2& value, int n, int offset) |
| 88 | { |
| 89 | for (int i = 0; i < n; i++) |
| 90 | { |
| 91 | src[i + offset] = value; |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | void b3FillCL::executeHost(b3AlignedObjectArray<int>& src, const int value, int n, int offset) |
| 96 | { |
no outgoing calls
no test coverage detected