Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl.h37 typedef struct _cl_sampler * cl_sampler; typedef
1218 extern CL_API_ENTRY cl_sampler CL_API_CALL
1226 clRetainSampler(cl_sampler sampler) CL_API_SUFFIX__VERSION_1_0;
1229 clReleaseSampler(cl_sampler sampler) CL_API_SUFFIX__VERSION_1_0;
1232 clGetSamplerInfo(cl_sampler sampler,
1918 extern CL_API_ENTRY CL_API_PREFIX__VERSION_1_2_DEPRECATED cl_sampler CL_API_CALL
Dcl_icd.h229 typedef cl_sampler(CL_API_CALL *cl_api_clCreateSampler)(
235 cl_sampler sampler) CL_API_SUFFIX__VERSION_1_0;
238 cl_sampler sampler) CL_API_SUFFIX__VERSION_1_0;
241 cl_sampler sampler, cl_sampler_info param_name, size_t param_value_size,
247 cl_sampler(CL_API_CALL *cl_api_clCreateSamplerWithProperties)(
Dopencl.hpp1774 struct ReferenceHandler<cl_sampler>
1776 static cl_int retain(cl_sampler sampler) in retain()
1778 static cl_int release(cl_sampler sampler) in release()
5669 class Sampler : public detail::Wrapper<cl_sampler>
5726 explicit Sampler(const cl_sampler& sampler, bool retainObject = false) : in Sampler()
5734 Sampler& operator = (const cl_sampler& rhs) in operator =()
Dcl.hpp1726 struct ReferenceHandler<cl_sampler>
1728 static cl_int retain(cl_sampler sampler) in retain()
1730 static cl_int release(cl_sampler sampler) in release()
4653 class Sampler : public detail::Wrapper<cl_sampler>
4689 …__CL_EXPLICIT_CONSTRUCTORS Sampler(const cl_sampler& sampler) : detail::Wrapper<cl_type>(sampler) … in Sampler()
4696 Sampler& operator = (const cl_sampler& rhs) in operator =()