Searched refs:cl_sampler (Results 1 – 5 of 5) sorted by relevance
28 CLOVER_API cl_sampler46 clRetainSampler(cl_sampler d_s) try { in clRetainSampler()55 clReleaseSampler(cl_sampler d_s) try { in clReleaseSampler()66 clGetSamplerInfo(cl_sampler d_s, cl_sampler_info param, in clGetSamplerInfo()
175 CL_API_ENTRY cl_sampler (CL_API_CALL *clCreateSampler)(183 cl_sampler sampler);186 cl_sampler sampler);189 cl_sampler sampler,
47 typedef struct _cl_sampler * cl_sampler; typedef716 extern CL_API_ENTRY cl_sampler CL_API_CALL724 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 */,
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>
575 if (size != sizeof(cl_sampler)) in set()578 s = &obj(*(cl_sampler *)value); in set()