cf4ocl (C Framework for OpenCL)  v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ccl_sampler_wrapper.h File Reference

Definition of a wrapper class and its methods for OpenCL sampler objects. More...

Include dependency graph for ccl_sampler_wrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ccl_sampler_get_info(smplr, param_name, err)
 Get a CCLWrapperInfo sampler information object. More...
 
#define ccl_sampler_get_info_array(smplr, param_name, param_type, err)
 Macro which returns an array sampler information value. More...
 
#define ccl_sampler_get_info_scalar(smplr, param_name, param_type, err)
 Macro which returns a scalar sampler information value. More...
 
#define ccl_sampler_ref(smplr)   ccl_wrapper_ref((CCLWrapper*) smplr)
 Increase the reference count of the sampler wrapper object. More...
 
#define ccl_sampler_unref(smplr)   ccl_sampler_destroy(smplr)
 Alias to ccl_sampler_destroy(). More...
 
#define ccl_sampler_unwrap(smplr)   ((cl_sampler) ccl_wrapper_unwrap((CCLWrapper*) smplr))
 Get the OpenCL sampler object. More...
 

Detailed Description

Definition of a wrapper class and its methods for OpenCL sampler objects.

Author
Nuno Fachada
Date
2016

Definition in file ccl_sampler_wrapper.h.