Searched refs:cl_sampler (Results 1 – 4 of 4) sorted by relevance
28 PUBLIC cl_sampler44 clRetainSampler(cl_sampler s) { in clRetainSampler()53 clReleaseSampler(cl_sampler s) { in clReleaseSampler()64 clGetSamplerInfo(cl_sampler s, cl_sampler_info param, in clGetSamplerInfo()
49 typedef struct _cl_sampler * cl_sampler; typedef613 extern CL_API_ENTRY cl_sampler CL_API_CALL621 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 */,
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>
375 if (size != sizeof(cl_sampler)) in set()378 obj = *(cl_sampler *)value; in set()