Home
last modified time | relevance | path

Searched refs:newPosB (Results 1 – 24 of 24) sorted by relevance

/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A Dsat.cl855 float4 newPosB = transform(&childPosB,&posB,&ornB);
857 posB = newPosB;
1181 float4 newPosB = transform(&childPosB,&posB,&ornB);
1191 newPosB,
1204 float4 posB = newPosB;
1266 float4 newPosB = qtRotate(ornB,childPosB)+posB;
1280 float4 posB = newPosB;
1912 float4 newPosB = transform(&childPosB,&posB,&ornB);
1914 posB = newPosB;
H A DsatConcave.cl883 float4 newPosB = transform(&childPosB,&posB,&ornB);
885 posB = newPosB;
1142 float4 newPosB = transform(&childPosB,&posB,&ornB);
1144 posB = newPosB;
H A DsatClipHullContacts.cl1072 float4 newPosB = transform(&childPosB,&posB,&ornB);
1074 posB = newPosB;
1382 float4 newPosB = transform(&childPosB,&posB,&ornB);
1384 posB = newPosB;
H A DprimitiveContacts.cl1033 float4 newPosB = transform(&childPosB,&posB,&ornB);
1035 posB = newPosB;
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A Dsat.cl855 float4 newPosB = transform(&childPosB,&posB,&ornB);
857 posB = newPosB;
1181 float4 newPosB = transform(&childPosB,&posB,&ornB);
1191 newPosB,
1204 float4 posB = newPosB;
1266 float4 newPosB = qtRotate(ornB,childPosB)+posB;
1280 float4 posB = newPosB;
1912 float4 newPosB = transform(&childPosB,&posB,&ornB);
1914 posB = newPosB;
H A DsatConcave.cl883 float4 newPosB = transform(&childPosB,&posB,&ornB);
885 posB = newPosB;
1142 float4 newPosB = transform(&childPosB,&posB,&ornB);
1144 posB = newPosB;
H A DsatClipHullContacts.cl1072 float4 newPosB = transform(&childPosB,&posB,&ornB);
1074 posB = newPosB;
1382 float4 newPosB = transform(&childPosB,&posB,&ornB);
1384 posB = newPosB;
H A DprimitiveContacts.cl1033 float4 newPosB = transform(&childPosB,&posB,&ornB);
1035 posB = newPosB;
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A Dsat.cl855 float4 newPosB = transform(&childPosB,&posB,&ornB);
857 posB = newPosB;
1181 float4 newPosB = transform(&childPosB,&posB,&ornB);
1191 newPosB,
1204 float4 posB = newPosB;
1266 float4 newPosB = qtRotate(ornB,childPosB)+posB;
1280 float4 posB = newPosB;
1912 float4 newPosB = transform(&childPosB,&posB,&ornB);
1914 posB = newPosB;
H A DsatConcave.cl883 float4 newPosB = transform(&childPosB,&posB,&ornB);
885 posB = newPosB;
1142 float4 newPosB = transform(&childPosB,&posB,&ornB);
1144 posB = newPosB;
H A DsatClipHullContacts.cl1072 float4 newPosB = transform(&childPosB,&posB,&ornB);
1074 posB = newPosB;
1382 float4 newPosB = transform(&childPosB,&posB,&ornB);
1384 posB = newPosB;
H A DprimitiveContacts.cl1033 float4 newPosB = transform(&childPosB,&posB,&ornB);
1035 posB = newPosB;
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A Dsat.cl855 float4 newPosB = transform(&childPosB,&posB,&ornB);
857 posB = newPosB;
1181 float4 newPosB = transform(&childPosB,&posB,&ornB);
1191 newPosB,
1204 float4 posB = newPosB;
1266 float4 newPosB = qtRotate(ornB,childPosB)+posB;
1280 float4 posB = newPosB;
1912 float4 newPosB = transform(&childPosB,&posB,&ornB);
1914 posB = newPosB;
H A DsatConcave.cl883 float4 newPosB = transform(&childPosB,&posB,&ornB);
885 posB = newPosB;
1142 float4 newPosB = transform(&childPosB,&posB,&ornB);
1144 posB = newPosB;
H A DsatClipHullContacts.cl1072 float4 newPosB = transform(&childPosB,&posB,&ornB);
1074 posB = newPosB;
1382 float4 newPosB = transform(&childPosB,&posB,&ornB);
1384 posB = newPosB;
H A DprimitiveContacts.cl1033 float4 newPosB = transform(&childPosB,&posB,&ornB);
1035 posB = newPosB;
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3FindConcaveSatAxis.h693 b3Float4 newPosB = b3TransformPoint(childPosB, posB, ornB); in b3FindConcaveSeparatingAxisKernel() local
695 posB = newPosB; in b3FindConcaveSeparatingAxisKernel()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3FindConcaveSatAxis.h693 b3Float4 newPosB = b3TransformPoint(childPosB, posB, ornB); in b3FindConcaveSeparatingAxisKernel() local
695 posB = newPosB; in b3FindConcaveSeparatingAxisKernel()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3FindConcaveSatAxis.h693 b3Float4 newPosB = b3TransformPoint(childPosB, posB, ornB); in b3FindConcaveSeparatingAxisKernel() local
695 posB = newPosB; in b3FindConcaveSeparatingAxisKernel()
/dports/devel/bullet/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3FindConcaveSatAxis.h693 b3Float4 newPosB = b3TransformPoint(childPosB, posB, ornB); in b3FindConcaveSeparatingAxisKernel() local
695 posB = newPosB; in b3FindConcaveSeparatingAxisKernel()
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1652 float4 newPosB = transform(&childPosB, &posB, &ornB); in findCompoundPairsKernel() local
1659 transB.setOrigin(newPosB); in findCompoundPairsKernel()
1737 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in findCompoundPairsKernel() local
1750 float4 posB = newPosB; in findCompoundPairsKernel()
1830 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in processCompoundPairsKernel() local
1832 posB = newPosB; in processCompoundPairsKernel()
1961 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in clipCompoundsHullHullKernel() local
1963 posB = newPosB; in clipCompoundsHullHullKernel()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1652 float4 newPosB = transform(&childPosB, &posB, &ornB); in findCompoundPairsKernel() local
1659 transB.setOrigin(newPosB); in findCompoundPairsKernel()
1737 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in findCompoundPairsKernel() local
1750 float4 posB = newPosB; in findCompoundPairsKernel()
1830 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in processCompoundPairsKernel() local
1832 posB = newPosB; in processCompoundPairsKernel()
1961 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in clipCompoundsHullHullKernel() local
1963 posB = newPosB; in clipCompoundsHullHullKernel()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1652 float4 newPosB = transform(&childPosB, &posB, &ornB); in findCompoundPairsKernel() local
1659 transB.setOrigin(newPosB); in findCompoundPairsKernel()
1737 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in findCompoundPairsKernel() local
1750 float4 posB = newPosB; in findCompoundPairsKernel()
1830 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in processCompoundPairsKernel() local
1832 posB = newPosB; in processCompoundPairsKernel()
1961 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in clipCompoundsHullHullKernel() local
1963 posB = newPosB; in clipCompoundsHullHullKernel()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1652 float4 newPosB = transform(&childPosB, &posB, &ornB); in findCompoundPairsKernel() local
1659 transB.setOrigin(newPosB); in findCompoundPairsKernel()
1737 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in findCompoundPairsKernel() local
1750 float4 posB = newPosB; in findCompoundPairsKernel()
1830 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in processCompoundPairsKernel() local
1832 posB = newPosB; in processCompoundPairsKernel()
1961 float4 newPosB = b3QuatRotate(ornB, childPosB) + posB; in clipCompoundsHullHullKernel() local
1963 posB = newPosB; in clipCompoundsHullHullKernel()