OpenCV  3.3.0
Open Source Computer Vision
Macros | Variables
opencl_clamdfft.hpp File Reference
#include <clAmdFft.h>

Macros

#define clAmdFftBakePlan   clAmdFftBakePlan_
 
#define clAmdFftBakePlan   clAmdFftBakePlan_pfn
 
#define clAmdFftCopyPlan   clAmdFftCopyPlan_
 
#define clAmdFftCreateDefaultPlan   clAmdFftCreateDefaultPlan_
 
#define clAmdFftCreateDefaultPlan   clAmdFftCreateDefaultPlan_pfn
 
#define clAmdFftDestroyPlan   clAmdFftDestroyPlan_
 
#define clAmdFftDestroyPlan   clAmdFftDestroyPlan_pfn
 
#define clAmdFftEnqueueTransform   clAmdFftEnqueueTransform_
 
#define clAmdFftEnqueueTransform   clAmdFftEnqueueTransform_pfn
 
#define clAmdFftGetLayout   clAmdFftGetLayout_
 
#define clAmdFftGetPlanBatchSize   clAmdFftGetPlanBatchSize_
 
#define clAmdFftGetPlanContext   clAmdFftGetPlanContext_
 
#define clAmdFftGetPlanDim   clAmdFftGetPlanDim_
 
#define clAmdFftGetPlanDistance   clAmdFftGetPlanDistance_
 
#define clAmdFftGetPlanInStride   clAmdFftGetPlanInStride_
 
#define clAmdFftGetPlanLength   clAmdFftGetPlanLength_
 
#define clAmdFftGetPlanOutStride   clAmdFftGetPlanOutStride_
 
#define clAmdFftGetPlanPrecision   clAmdFftGetPlanPrecision_
 
#define clAmdFftGetPlanScale   clAmdFftGetPlanScale_
 
#define clAmdFftGetPlanTransposeResult   clAmdFftGetPlanTransposeResult_
 
#define clAmdFftGetResultLocation   clAmdFftGetResultLocation_
 
#define clAmdFftGetTmpBufSize   clAmdFftGetTmpBufSize_
 
#define clAmdFftGetTmpBufSize   clAmdFftGetTmpBufSize_pfn
 
#define clAmdFftGetVersion   clAmdFftGetVersion_
 
#define clAmdFftGetVersion   clAmdFftGetVersion_pfn
 
#define clAmdFftSetLayout   clAmdFftSetLayout_
 
#define clAmdFftSetLayout   clAmdFftSetLayout_pfn
 
#define clAmdFftSetPlanBatchSize   clAmdFftSetPlanBatchSize_
 
#define clAmdFftSetPlanBatchSize   clAmdFftSetPlanBatchSize_pfn
 
#define clAmdFftSetPlanDim   clAmdFftSetPlanDim_
 
#define clAmdFftSetPlanDistance   clAmdFftSetPlanDistance_
 
#define clAmdFftSetPlanDistance   clAmdFftSetPlanDistance_pfn
 
#define clAmdFftSetPlanInStride   clAmdFftSetPlanInStride_
 
#define clAmdFftSetPlanInStride   clAmdFftSetPlanInStride_pfn
 
#define clAmdFftSetPlanLength   clAmdFftSetPlanLength_
 
#define clAmdFftSetPlanOutStride   clAmdFftSetPlanOutStride_
 
#define clAmdFftSetPlanOutStride   clAmdFftSetPlanOutStride_pfn
 
#define clAmdFftSetPlanPrecision   clAmdFftSetPlanPrecision_
 
#define clAmdFftSetPlanPrecision   clAmdFftSetPlanPrecision_pfn
 
#define clAmdFftSetPlanScale   clAmdFftSetPlanScale_
 
#define clAmdFftSetPlanScale   clAmdFftSetPlanScale_pfn
 
#define clAmdFftSetPlanTransposeResult   clAmdFftSetPlanTransposeResult_
 
#define clAmdFftSetResultLocation   clAmdFftSetResultLocation_
 
#define clAmdFftSetResultLocation   clAmdFftSetResultLocation_pfn
 
#define clAmdFftSetup   clAmdFftSetup_
 
#define clAmdFftSetup   clAmdFftSetup_pfn
 
#define clAmdFftTeardown   clAmdFftTeardown_
 
#define clAmdFftTeardown   clAmdFftTeardown_pfn
 

Variables

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftBakePlan_pfn )(clAmdFftPlanHandle plHandle, cl_uint numQueues, cl_command_queue *commQueueFFT, void(CL_CALLBACK *pfn_notify)(clAmdFftPlanHandle plHandle, void *user_data), void *user_data)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftCreateDefaultPlan_pfn )(clAmdFftPlanHandle *plHandle, cl_context context, const clAmdFftDim dim, const size_t *clLengths)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftDestroyPlan_pfn )(clAmdFftPlanHandle *plHandle)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftEnqueueTransform_pfn )(clAmdFftPlanHandle plHandle, clAmdFftDirection dir, cl_uint numQueuesAndEvents, cl_command_queue *commQueues, cl_uint numWaitEvents, const cl_event *waitEvents, cl_event *outEvents, cl_mem *inputBuffers, cl_mem *outputBuffers, cl_mem tmpBuffer)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftGetTmpBufSize_pfn )(const clAmdFftPlanHandle plHandle, size_t *buffersize)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftGetVersion_pfn )(cl_uint *major, cl_uint *minor, cl_uint *patch)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetLayout_pfn )(clAmdFftPlanHandle plHandle, clAmdFftLayout iLayout, clAmdFftLayout oLayout)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanBatchSize_pfn )(clAmdFftPlanHandle plHandle, size_t batchSize)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanDistance_pfn )(clAmdFftPlanHandle plHandle, size_t iDist, size_t oDist)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanInStride_pfn )(clAmdFftPlanHandle plHandle, const clAmdFftDim dim, size_t *clStrides)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanOutStride_pfn )(clAmdFftPlanHandle plHandle, const clAmdFftDim dim, size_t *clStrides)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanPrecision_pfn )(clAmdFftPlanHandle plHandle, clAmdFftPrecision precision)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanScale_pfn )(clAmdFftPlanHandle plHandle, clAmdFftDirection dir, cl_float scale)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetResultLocation_pfn )(clAmdFftPlanHandle plHandle, clAmdFftResultLocation placeness)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetup_pfn )(const clAmdFftSetupData *setupData)
 
CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftTeardown_pfn )()
 

Macro Definition Documentation

§ clAmdFftBakePlan [1/2]

#define clAmdFftBakePlan   clAmdFftBakePlan_

§ clAmdFftBakePlan [2/2]

#define clAmdFftBakePlan   clAmdFftBakePlan_pfn

§ clAmdFftCopyPlan

#define clAmdFftCopyPlan   clAmdFftCopyPlan_

§ clAmdFftCreateDefaultPlan [1/2]

#define clAmdFftCreateDefaultPlan   clAmdFftCreateDefaultPlan_

§ clAmdFftCreateDefaultPlan [2/2]

#define clAmdFftCreateDefaultPlan   clAmdFftCreateDefaultPlan_pfn

§ clAmdFftDestroyPlan [1/2]

#define clAmdFftDestroyPlan   clAmdFftDestroyPlan_

§ clAmdFftDestroyPlan [2/2]

#define clAmdFftDestroyPlan   clAmdFftDestroyPlan_pfn

§ clAmdFftEnqueueTransform [1/2]

#define clAmdFftEnqueueTransform   clAmdFftEnqueueTransform_

§ clAmdFftEnqueueTransform [2/2]

#define clAmdFftEnqueueTransform   clAmdFftEnqueueTransform_pfn

§ clAmdFftGetLayout

#define clAmdFftGetLayout   clAmdFftGetLayout_

§ clAmdFftGetPlanBatchSize

#define clAmdFftGetPlanBatchSize   clAmdFftGetPlanBatchSize_

§ clAmdFftGetPlanContext

#define clAmdFftGetPlanContext   clAmdFftGetPlanContext_

§ clAmdFftGetPlanDim

#define clAmdFftGetPlanDim   clAmdFftGetPlanDim_

§ clAmdFftGetPlanDistance

#define clAmdFftGetPlanDistance   clAmdFftGetPlanDistance_

§ clAmdFftGetPlanInStride

#define clAmdFftGetPlanInStride   clAmdFftGetPlanInStride_

§ clAmdFftGetPlanLength

#define clAmdFftGetPlanLength   clAmdFftGetPlanLength_

§ clAmdFftGetPlanOutStride

#define clAmdFftGetPlanOutStride   clAmdFftGetPlanOutStride_

§ clAmdFftGetPlanPrecision

#define clAmdFftGetPlanPrecision   clAmdFftGetPlanPrecision_

§ clAmdFftGetPlanScale

#define clAmdFftGetPlanScale   clAmdFftGetPlanScale_

§ clAmdFftGetPlanTransposeResult

#define clAmdFftGetPlanTransposeResult   clAmdFftGetPlanTransposeResult_

§ clAmdFftGetResultLocation

#define clAmdFftGetResultLocation   clAmdFftGetResultLocation_

§ clAmdFftGetTmpBufSize [1/2]

#define clAmdFftGetTmpBufSize   clAmdFftGetTmpBufSize_

§ clAmdFftGetTmpBufSize [2/2]

#define clAmdFftGetTmpBufSize   clAmdFftGetTmpBufSize_pfn

§ clAmdFftGetVersion [1/2]

#define clAmdFftGetVersion   clAmdFftGetVersion_

§ clAmdFftGetVersion [2/2]

#define clAmdFftGetVersion   clAmdFftGetVersion_pfn

§ clAmdFftSetLayout [1/2]

#define clAmdFftSetLayout   clAmdFftSetLayout_

§ clAmdFftSetLayout [2/2]

#define clAmdFftSetLayout   clAmdFftSetLayout_pfn

§ clAmdFftSetPlanBatchSize [1/2]

#define clAmdFftSetPlanBatchSize   clAmdFftSetPlanBatchSize_

§ clAmdFftSetPlanBatchSize [2/2]

#define clAmdFftSetPlanBatchSize   clAmdFftSetPlanBatchSize_pfn

§ clAmdFftSetPlanDim

#define clAmdFftSetPlanDim   clAmdFftSetPlanDim_

§ clAmdFftSetPlanDistance [1/2]

#define clAmdFftSetPlanDistance   clAmdFftSetPlanDistance_

§ clAmdFftSetPlanDistance [2/2]

#define clAmdFftSetPlanDistance   clAmdFftSetPlanDistance_pfn

§ clAmdFftSetPlanInStride [1/2]

#define clAmdFftSetPlanInStride   clAmdFftSetPlanInStride_

§ clAmdFftSetPlanInStride [2/2]

#define clAmdFftSetPlanInStride   clAmdFftSetPlanInStride_pfn

§ clAmdFftSetPlanLength

#define clAmdFftSetPlanLength   clAmdFftSetPlanLength_

§ clAmdFftSetPlanOutStride [1/2]

#define clAmdFftSetPlanOutStride   clAmdFftSetPlanOutStride_

§ clAmdFftSetPlanOutStride [2/2]

#define clAmdFftSetPlanOutStride   clAmdFftSetPlanOutStride_pfn

§ clAmdFftSetPlanPrecision [1/2]

#define clAmdFftSetPlanPrecision   clAmdFftSetPlanPrecision_

§ clAmdFftSetPlanPrecision [2/2]

#define clAmdFftSetPlanPrecision   clAmdFftSetPlanPrecision_pfn

§ clAmdFftSetPlanScale [1/2]

#define clAmdFftSetPlanScale   clAmdFftSetPlanScale_

§ clAmdFftSetPlanScale [2/2]

#define clAmdFftSetPlanScale   clAmdFftSetPlanScale_pfn

§ clAmdFftSetPlanTransposeResult

#define clAmdFftSetPlanTransposeResult   clAmdFftSetPlanTransposeResult_

§ clAmdFftSetResultLocation [1/2]

#define clAmdFftSetResultLocation   clAmdFftSetResultLocation_

§ clAmdFftSetResultLocation [2/2]

#define clAmdFftSetResultLocation   clAmdFftSetResultLocation_pfn

§ clAmdFftSetup [1/2]

#define clAmdFftSetup   clAmdFftSetup_

§ clAmdFftSetup [2/2]

#define clAmdFftSetup   clAmdFftSetup_pfn

§ clAmdFftTeardown [1/2]

#define clAmdFftTeardown   clAmdFftTeardown_

§ clAmdFftTeardown [2/2]

#define clAmdFftTeardown   clAmdFftTeardown_pfn

Variable Documentation

§ clAmdFftBakePlan_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftBakePlan_pfn) (clAmdFftPlanHandle plHandle, cl_uint numQueues, cl_command_queue *commQueueFFT, void(CL_CALLBACK *pfn_notify)(clAmdFftPlanHandle plHandle, void *user_data), void *user_data)

§ clAmdFftCreateDefaultPlan_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftCreateDefaultPlan_pfn) (clAmdFftPlanHandle *plHandle, cl_context context, const clAmdFftDim dim, const size_t *clLengths)

§ clAmdFftDestroyPlan_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftDestroyPlan_pfn) (clAmdFftPlanHandle *plHandle)

§ clAmdFftEnqueueTransform_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftEnqueueTransform_pfn) (clAmdFftPlanHandle plHandle, clAmdFftDirection dir, cl_uint numQueuesAndEvents, cl_command_queue *commQueues, cl_uint numWaitEvents, const cl_event *waitEvents, cl_event *outEvents, cl_mem *inputBuffers, cl_mem *outputBuffers, cl_mem tmpBuffer)

§ clAmdFftGetTmpBufSize_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftGetTmpBufSize_pfn) (const clAmdFftPlanHandle plHandle, size_t *buffersize)

§ clAmdFftGetVersion_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftGetVersion_pfn) (cl_uint *major, cl_uint *minor, cl_uint *patch)

§ clAmdFftSetLayout_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetLayout_pfn) (clAmdFftPlanHandle plHandle, clAmdFftLayout iLayout, clAmdFftLayout oLayout)

§ clAmdFftSetPlanBatchSize_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanBatchSize_pfn) (clAmdFftPlanHandle plHandle, size_t batchSize)

§ clAmdFftSetPlanDistance_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanDistance_pfn) (clAmdFftPlanHandle plHandle, size_t iDist, size_t oDist)

§ clAmdFftSetPlanInStride_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanInStride_pfn) (clAmdFftPlanHandle plHandle, const clAmdFftDim dim, size_t *clStrides)

§ clAmdFftSetPlanOutStride_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanOutStride_pfn) (clAmdFftPlanHandle plHandle, const clAmdFftDim dim, size_t *clStrides)

§ clAmdFftSetPlanPrecision_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanPrecision_pfn) (clAmdFftPlanHandle plHandle, clAmdFftPrecision precision)

§ clAmdFftSetPlanScale_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetPlanScale_pfn) (clAmdFftPlanHandle plHandle, clAmdFftDirection dir, cl_float scale)

§ clAmdFftSetResultLocation_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetResultLocation_pfn) (clAmdFftPlanHandle plHandle, clAmdFftResultLocation placeness)

§ clAmdFftSetup_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftSetup_pfn) (const clAmdFftSetupData *setupData)

§ clAmdFftTeardown_pfn

CL_RUNTIME_EXPORT clAmdFftStatus(* clAmdFftTeardown_pfn) ()