/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/RigidBody/ |
H A D | b3Solver.cpp | 43 struct SolverDebugInfo struct 724 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in solveContactConstraint() 725 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in solveContactConstraint() 740 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in solveContactConstraint() 1045 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in batchContacts() 1046 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in batchContacts() 1047 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in batchContacts()
|
H A D | b3GpuPgsContactSolver.cpp | 329 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in solveContactConstraint() 330 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in solveContactConstraint() 340 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in solveContactConstraint()
|
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/RigidBody/ |
H A D | b3Solver.cpp | 43 struct SolverDebugInfo struct 724 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in solveContactConstraint() 725 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in solveContactConstraint() 740 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in solveContactConstraint() 1045 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in batchContacts() 1046 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in batchContacts() 1047 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in batchContacts()
|
H A D | b3GpuPgsContactSolver.cpp | 329 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in solveContactConstraint() 330 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in solveContactConstraint() 340 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in solveContactConstraint()
|
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/RigidBody/ |
H A D | b3Solver.cpp | 43 struct SolverDebugInfo struct 724 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in solveContactConstraint() 725 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in solveContactConstraint() 740 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in solveContactConstraint() 1045 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in batchContacts() 1046 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in batchContacts() 1047 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in batchContacts()
|
H A D | b3GpuPgsContactSolver.cpp | 329 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in solveContactConstraint() 330 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in solveContactConstraint() 340 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in solveContactConstraint()
|
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/RigidBody/ |
H A D | b3Solver.cpp | 43 struct SolverDebugInfo struct 724 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in solveContactConstraint() 725 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in solveContactConstraint() 740 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in solveContactConstraint() 1045 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in batchContacts() 1046 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in batchContacts() 1047 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in batchContacts()
|
H A D | b3GpuPgsContactSolver.cpp | 329 SolverDebugInfo* debugInfo = new SolverDebugInfo[numWorkItems]; in solveContactConstraint() 330 adl::b3OpenCLArray<SolverDebugInfo> gpuDebugInfo(data->m_device, numWorkItems); in solveContactConstraint() 340 memset(debugInfo, 0, sizeof(SolverDebugInfo) * numWorkItems); in solveContactConstraint()
|
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/RigidBody/kernels/ |
H A D | solverSetup.cl | 219 } SolverDebugInfo;
|
H A D | solveFriction.cl | 421 } SolverDebugInfo;
|
H A D | solveContact.cl | 392 } SolverDebugInfo;
|
H A D | solverSetup2.cl | 417 } SolverDebugInfo;
|
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/RigidBody/kernels/ |
H A D | solverSetup.cl | 219 } SolverDebugInfo;
|
H A D | solveContact.cl | 392 } SolverDebugInfo;
|
H A D | solveFriction.cl | 421 } SolverDebugInfo;
|
H A D | solverSetup2.cl | 417 } SolverDebugInfo;
|
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/RigidBody/kernels/ |
H A D | solverSetup.cl | 219 } SolverDebugInfo;
|
H A D | solveContact.cl | 392 } SolverDebugInfo;
|
H A D | solveFriction.cl | 421 } SolverDebugInfo;
|
H A D | solverSetup2.cl | 417 } SolverDebugInfo;
|
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/RigidBody/kernels/ |
H A D | solverSetup.cl | 219 } SolverDebugInfo;
|
H A D | solveContact.cl | 392 } SolverDebugInfo;
|
H A D | solveFriction.cl | 421 } SolverDebugInfo;
|
H A D | solverSetup2.cl | 417 } SolverDebugInfo;
|