Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dsampler.cpp28 CLOVER_API cl_sampler
46 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()
Ddispatch.hpp175 CL_API_ENTRY cl_sampler (CL_API_CALL *clCreateSampler)(
183 cl_sampler sampler);
186 cl_sampler sampler);
189 cl_sampler sampler,
/external/mesa3d/include/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.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/mesa3d/src/gallium/state_trackers/clover/core/
Dkernel.cpp575 if (size != sizeof(cl_sampler)) in set()
578 s = &obj(*(cl_sampler *)value); in set()