Uses of Class
de.mirkosertic.bytecoder.api.opencl.OpenCLFunction
-
Packages that use OpenCLFunction Package Description de.mirkosertic.bytecoder.api.opencl -
-
Uses of OpenCLFunction in de.mirkosertic.bytecoder.api.opencl
Methods in de.mirkosertic.bytecoder.api.opencl with annotations of type OpenCLFunction Modifier and Type Method Description static Float2VectorFunctions. cross(Float2 aVector, Float2 aOtherVector)static Float4VectorFunctions. cross(Float4 aVector, Float4 aOtherVector)static floatVectorFunctions. dot(Float2 aVector, Float2 aOtherVector)static floatVectorFunctions. dot(Float4 aVector, Float4 aOtherVector)static Float16Float16. float16(float aS0, float aS1, float aS2, float aS3, float aS4, float aS5, float aS6, float aS7, float aS8, float aS9, float aSa, float aSb, float aSc, float aSd, float aSe, float aSf)static Float2Float2. float2(float aS0, float aS1)static Float4Float4. float4(float aS0, float aS1, float aS2, float aS3)static Float8Float8. float8(float aS0, float aS1, float aS2, float aS3, float aS4, float aS5, float aS6, float aS7)static intGlobalFunctions. get_global_id(int aDimension)static intGlobalFunctions. get_global_size(int aDimension)static floatVectorFunctions. length(Float2 aVector)static floatVectorFunctions. length(Float4 aVector)static Float2VectorFunctions. normalize(Float2 aVector)static Float4VectorFunctions. normalize(Float4 aVector)
-