MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / executeHost

Method executeHost

src/Bullet3OpenCL/ParallelPrimitives/b3FillCL.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void 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
95void b3FillCL::executeHost(b3AlignedObjectArray<int>& src, const int value, int n, int offset)
96{

Callers 9

fillIntTestFunction · 0.45
boundSearchTestFunction · 0.45
prefixScanTestFunction · 0.45
radixSortTestFunction · 0.45
init3dSapMethod · 0.45
solveContactsMethod · 0.45
solveGroupHostMethod · 0.45
solveGroupMixedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected