Home
last modified time | relevance | path

Searched defs:dispatchInfo (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Ddispatch_info_builder_tests.cpp89 DispatchInfo dispatchInfo; in TEST_F() local
110 for (auto &dispatchInfo : mdi1D) { in TEST_F() local
116 for (auto &dispatchInfo : mdi2D) { in TEST_F() local
122 for (auto &dispatchInfo : mdi3D) { in TEST_F() local
143 for (auto &dispatchInfo : mdi1) { in TEST_F() local
154 for (auto &dispatchInfo : mdi2) { in TEST_F() local
165 for (auto &dispatchInfo : mdi3) { in TEST_F() local
189 for (auto &dispatchInfo : mdi1) { in TEST_F() local
200 for (auto &dispatchInfo : mdi2) { in TEST_F() local
211 for (auto &dispatchInfo : mdi3) { in TEST_F() local
[all …]
H A Ddispatch_info_tests.cpp59 std::unique_ptr<DispatchInfo> dispatchInfo(new DispatchInfo); in TEST_F() local
83 …std::unique_ptr<DispatchInfo> dispatchInfo(new DispatchInfo(pClDevice, pKernel, 3, gws, elws, offs… in TEST_F() local
116 …std::unique_ptr<DispatchInfo> dispatchInfo(new DispatchInfo(pClDevice, pKernel, 3, gws, elws, offs… in TEST_F() local
169 DispatchInfo dispatchInfo; in TEST_F() local
184 DispatchInfo dispatchInfo(pClDevice, pKernel, 3, gws, elws, offset); in TEST_F() local
217 … DispatchInfo dispatchInfo(pClDevice, pKernel, 3, gws, elws, offset, agws, lws, twgs, nwgs, swgs); in TEST_F() local
239 DispatchInfo dispatchInfo; in TEST_F() local
325 DispatchInfo dispatchInfo; in TEST() local
330 DispatchInfo dispatchInfo; in TEST() local
336 DispatchInfo dispatchInfo; in TEST() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/command_queue/
H A Dcl_local_work_size.cpp26 Vec3<size_t> computeWorkgroupSize(const DispatchInfo &dispatchInfo) { in computeWorkgroupSize()
64 Vec3<size_t> generateWorkgroupSize(const DispatchInfo &dispatchInfo) { in generateWorkgroupSize()
68 Vec3<size_t> generateWorkgroupsNumber(const DispatchInfo &dispatchInfo) { in generateWorkgroupsNumber()
72 void provideLocalWorkGroupSizeHints(Context *context, const DispatchInfo &dispatchInfo) { in provideLocalWorkGroupSizeHints()
100 WorkSizeInfo createWorkSizeInfoFromDispatchInfo(const DispatchInfo &dispatchInfo) { in createWorkSizeInfoFromDispatchInfo()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/execution_model/
H A Dparent_kernel_dispatch_tests.cpp44 DispatchInfo dispatchInfo(pClDevice, pKernel, 1, workItems, nullptr, globalOffsets); in HWCMDTEST_P() local
96 DispatchInfo dispatchInfo(pClDevice, pKernel, 1, workItems, nullptr, globalOffsets); in HWCMDTEST_P() local
121 DispatchInfo dispatchInfo(pClDevice, pKernel, 1, workItems, nullptr, globalOffsets); in HWCMDTEST_P() local
156 DispatchInfo dispatchInfo(pClDevice, pKernel, 1, workItems, nullptr, globalOffsets); in HWCMDTEST_P() local
203 …DispatchInfo dispatchInfo(device, mockParentKernel, 1, Vec3<size_t>{24, 1, 1}, Vec3<size_t>{24, 1,… in HWCMDTEST_F() local
266 … DispatchInfo dispatchInfo(pClDevice, mockParentKernel, 1, workItems, nullptr, globalOffsets); in HWCMDTEST_F() local
300 … DispatchInfo dispatchInfo(pClDevice, mockParentKernel, 1, workItems, nullptr, globalOffsets); in HWCMDTEST_F() local
359 … DispatchInfo dispatchInfo(pClDevice, mockParentKernel, 1, workItems, nullptr, globalOffsets); in HWCMDTEST_F() local
396 … DispatchInfo dispatchInfo(pClDevice, mockParentKernel, 1, workItems, nullptr, globalOffsets); in HWCMDTEST_F() local
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletMultiThreaded/
H A DSpuContactManifoldCollisionAlgorithm.cpp25 …lision (btCollisionObject* body0,btCollisionObject* body1,const btDispatcherInfo& dispatchInfo,btM… in processCollision()
30 …fImpact(btCollisionObject* body0,btCollisionObject* body1,const btDispatcherInfo& dispatchInfo,btM… in calculateTimeOfImpact()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/
H A DSpuContactManifoldCollisionAlgorithm.cpp25 …lision (btCollisionObject* body0,btCollisionObject* body1,const btDispatcherInfo& dispatchInfo,btM… in processCollision()
30 …fImpact(btCollisionObject* body0,btCollisionObject* body1,const btDispatcherInfo& dispatchInfo,btM… in calculateTimeOfImpact()
/dports/devel/bullet/bullet3-3.21/src/BulletSoftBody/
H A DbtSoftRigidCollisionAlgorithm.cpp52 …er* body0Wrap, const btCollisionObjectWrapper* body1Wrap, const btDispatcherInfo& dispatchInfo, bt… in processCollision()
69 …fImpact(btCollisionObject* col0, btCollisionObject* col1, const btDispatcherInfo& dispatchInfo, bt… in calculateTimeOfImpact()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletSoftBody/
H A DbtSoftRigidCollisionAlgorithm.cpp52 …er* body0Wrap, const btCollisionObjectWrapper* body1Wrap, const btDispatcherInfo& dispatchInfo, bt… in processCollision()
69 …fImpact(btCollisionObject* col0, btCollisionObject* col1, const btDispatcherInfo& dispatchInfo, bt… in calculateTimeOfImpact()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletSoftBody/
H A DbtSoftRigidCollisionAlgorithm.cpp53 …lision (btCollisionObject* body0,btCollisionObject* body1,const btDispatcherInfo& dispatchInfo,btM… in processCollision()
70 …eOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in calculateTimeOfImpact()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletSoftBody/
H A DbtSoftRigidCollisionAlgorithm.cpp56 …pper* body0Wrap,const btCollisionObjectWrapper* body1Wrap,const btDispatcherInfo& dispatchInfo,btM… in processCollision()
74 …eOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in calculateTimeOfImpact()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletSoftBody/
H A DbtSoftRigidCollisionAlgorithm.cpp52 …er* body0Wrap, const btCollisionObjectWrapper* body1Wrap, const btDispatcherInfo& dispatchInfo, bt… in processCollision()
69 …fImpact(btCollisionObject* col0, btCollisionObject* col1, const btDispatcherInfo& dispatchInfo, bt… in calculateTimeOfImpact()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletSoftBody/
H A DbtSoftRigidCollisionAlgorithm.cpp56 …pper* body0Wrap,const btCollisionObjectWrapper* body1Wrap,const btDispatcherInfo& dispatchInfo,btM… in processCollision()
74 …eOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in calculateTimeOfImpact()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletSoftBody/
H A DbtSoftRigidCollisionAlgorithm.cpp52 …er* body0Wrap, const btCollisionObjectWrapper* body1Wrap, const btDispatcherInfo& dispatchInfo, bt… in processCollision()
68 …fImpact(btCollisionObject* col0, btCollisionObject* col1, const btDispatcherInfo& dispatchInfo, bt… in calculateTimeOfImpact()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletSoftBody/
H A DbtSoftRigidCollisionAlgorithm.cpp55 …lision (btCollisionObject* body0,btCollisionObject* body1,const btDispatcherInfo& dispatchInfo,btM… in processCollision()
72 …eOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in calculateTimeOfImpact()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletSoftBody/
H A DbtSoftRigidCollisionAlgorithm.cpp52 …er* body0Wrap, const btCollisionObjectWrapper* body1Wrap, const btDispatcherInfo& dispatchInfo, bt… in processCollision()
68 …fImpact(btCollisionObject* col0, btCollisionObject* col1, const btDispatcherInfo& dispatchInfo, bt… in calculateTimeOfImpact()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtSphereTriangleCollisionAlgorithm.cpp45 …pper* col0Wrap, const btCollisionObjectWrapper* col1Wrap, const btDispatcherInfo& dispatchInfo, bt… in processCollision()
73 …fImpact(btCollisionObject* col0, btCollisionObject* col1, const btDispatcherInfo& dispatchInfo, bt… in calculateTimeOfImpact()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionDispatch/
H A DbtSphereTriangleCollisionAlgorithm.cpp45 …pper* col0Wrap, const btCollisionObjectWrapper* col1Wrap, const btDispatcherInfo& dispatchInfo, bt… in processCollision()
73 …fImpact(btCollisionObject* col0, btCollisionObject* col1, const btDispatcherInfo& dispatchInfo, bt… in calculateTimeOfImpact()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionDispatch/
H A DbtSphereTriangleCollisionAlgorithm.cpp46 …ollision (btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in processCollision()
75 …eOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in calculateTimeOfImpact()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionDispatch/
H A DbtSphereTriangleCollisionAlgorithm.cpp46 …ollision (btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in processCollision()
75 …eOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in calculateTimeOfImpact()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtSphereTriangleCollisionAlgorithm.cpp45 …pper* col0Wrap, const btCollisionObjectWrapper* col1Wrap, const btDispatcherInfo& dispatchInfo, bt… in processCollision()
73 …fImpact(btCollisionObject* col0, btCollisionObject* col1, const btDispatcherInfo& dispatchInfo, bt… in calculateTimeOfImpact()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtSphereTriangleCollisionAlgorithm.cpp45 …pper* col0Wrap, const btCollisionObjectWrapper* col1Wrap, const btDispatcherInfo& dispatchInfo, bt… in processCollision()
73 …fImpact(btCollisionObject* col0, btCollisionObject* col1, const btDispatcherInfo& dispatchInfo, bt… in calculateTimeOfImpact()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionDispatch/
H A DbtSphereTriangleCollisionAlgorithm.cpp46 …rapper* col0Wrap,const btCollisionObjectWrapper* col1Wrap,const btDispatcherInfo& dispatchInfo,btM… in processCollision()
75 …eOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in calculateTimeOfImpact()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtSphereTriangleCollisionAlgorithm.cpp45 …pper* col0Wrap, const btCollisionObjectWrapper* col1Wrap, const btDispatcherInfo& dispatchInfo, bt… in processCollision()
73 …fImpact(btCollisionObject* col0, btCollisionObject* col1, const btDispatcherInfo& dispatchInfo, bt… in calculateTimeOfImpact()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionDispatch/
H A DbtSphereTriangleCollisionAlgorithm.cpp46 …rapper* col0Wrap,const btCollisionObjectWrapper* col1Wrap,const btDispatcherInfo& dispatchInfo,btM… in processCollision()
75 …eOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in calculateTimeOfImpact()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionDispatch/
H A DbtSphereTriangleCollisionAlgorithm.cpp46 …ollision (btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in processCollision()
75 …eOfImpact(btCollisionObject* col0,btCollisionObject* col1,const btDispatcherInfo& dispatchInfo,btM… in calculateTimeOfImpact()

1234567891011