Searched refs:cl_sampler (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | sampler.cpp | 28 PUBLIC cl_sampler 44 clRetainSampler(cl_sampler s) { in clRetainSampler() 53 clReleaseSampler(cl_sampler s) { in clReleaseSampler() 64 clGetSamplerInfo(cl_sampler s, cl_sampler_info param, in clGetSamplerInfo()
|
/external/mesa3d/include/CL/ |
D | cl.h | 49 typedef struct _cl_sampler * cl_sampler; typedef 613 extern CL_API_ENTRY cl_sampler CL_API_CALL 621 clRetainSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0; 624 clReleaseSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0; 627 clGetSamplerInfo(cl_sampler /* sampler */,
|
D | cl.hpp | 1054 struct ReferenceHandler<cl_sampler> 1056 static cl_int retain(cl_sampler sampler) in retain() 1058 static cl_int release(cl_sampler sampler) in release() 2144 class Sampler : public detail::Wrapper<cl_sampler>
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 47 typedef struct _cl_sampler * cl_sampler; typedef 716 extern CL_API_ENTRY cl_sampler CL_API_CALL 724 clRetainSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0; 727 clReleaseSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0; 730 clGetSamplerInfo(cl_sampler /* sampler */,
|
D | cl.hpp | 1629 struct ReferenceHandler<cl_sampler> 1631 static cl_int retain(cl_sampler sampler) in retain() 1633 static cl_int release(cl_sampler sampler) in release() 4216 class Sampler : public detail::Wrapper<cl_sampler> 4264 Sampler(const cl_sampler& sampler) : detail::Wrapper<cl_type>(sampler) { } in Sampler() 4284 Sampler& operator = (const cl_sampler& rhs) in operator =()
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 277 cl_sampler (CL_API_CALL*clCreateSampler)(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, c… 278 …opencl_fn5<OPENCL_FN_clCreateSampler, cl_sampler, cl_context, cl_bool, cl_addressing_mode, cl_filt… 469 cl_int (CL_API_CALL*clGetSamplerInfo)(cl_sampler, cl_sampler_info, size_t, void*, size_t*) = 470 …opencl_fn5<OPENCL_FN_clGetSamplerInfo, cl_int, cl_sampler, cl_sampler_info, size_t, void*, size_t*… 509 cl_int (CL_API_CALL*clReleaseSampler)(cl_sampler) = 510 opencl_fn1<OPENCL_FN_clReleaseSampler, cl_int, cl_sampler>::switch_fn; 541 cl_int (CL_API_CALL*clRetainSampler)(cl_sampler) = 542 opencl_fn1<OPENCL_FN_clRetainSampler, cl_int, cl_sampler>::switch_fn;
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 297 extern CL_RUNTIME_EXPORT cl_sampler (CL_API_CALL*clCreateSampler)(cl_context, cl_bool, cl_addressin… 345 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSamplerInfo)(cl_sampler, cl_sampler_info, size_t,… 355 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseSampler)(cl_sampler); 363 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainSampler)(cl_sampler);
|
D | opencl_core_wrappers.hpp | 53 inline cl_sampler clCreateSampler(cl_context p0, cl_bool p1, cl_addressing_mode p2, cl_filter_mode … in clCreateSampler() 197 inline cl_int clGetSamplerInfo(cl_sampler p0, cl_sampler_info p1, size_t p2, void* p3, size_t* p4) … in clGetSamplerInfo() 227 inline cl_int clReleaseSampler(cl_sampler p0) { return clReleaseSampler_pfn(p0); } in clReleaseSampler() 251 inline cl_int clRetainSampler(cl_sampler p0) { return clRetainSampler_pfn(p0); } in clRetainSampler()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | kernel.cpp | 375 if (size != sizeof(cl_sampler)) in set() 378 obj = *(cl_sampler *)value; in set()
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 214 typedef struct _cl_sampler * cl_sampler; typedef
|