Home
last modified time | relevance | path

Searched refs:cl_sampler (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dsampler.cpp28 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/
Dcl.h49 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 */,
Dcl.hpp1054 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/
Dcl.h47 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 */,
Dcl.hpp1629 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/
Dopencl_core_impl.hpp277 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/
Dopencl_core.hpp297 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);
Dopencl_core_wrappers.hpp53 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/
Dkernel.cpp375 if (size != sizeof(cl_sampler)) in set()
378 obj = *(cl_sampler *)value; in set()
/external/opencv3/modules/core/src/
Docl.cpp214 typedef struct _cl_sampler * cl_sampler; typedef