Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLSamplerCL.h21 CLSamplerCL(const cl::Sampler &sampler, cl_sampler native);
24 cl_sampler getNative() const;
27 const cl_sampler mNative;
30 inline cl_sampler CLSamplerCL::getNative() const in getNative()
DCLKernelCL.cpp144 if (value == nullptr && argSize == sizeof(cl_sampler)) in setArg()
146 cl_sampler sampler = *static_cast<const cl_sampler *>(argValue); in setArg()
DCLContextCL.h30 bool hasSampler(cl_sampler sampler) const;
111 inline bool CLContextCL::hasSampler(cl_sampler sampler) const in hasSampler()
DCLSamplerCL.cpp18 CLSamplerCL::CLSamplerCL(const cl::Sampler &sampler, cl_sampler native) in CLSamplerCL()
/third_party/boost/libs/compute/include/boost/compute/image/
Dimage_sampler.hpp82 explicit image_sampler(cl_sampler sampler, bool retain = true) in image_sampler()
148 cl_sampler& get() const in get()
150 return const_cast<cl_sampler &>(m_sampler); in get()
185 operator cl_sampler() const in operator cl_sampler()
191 cl_sampler m_sampler;
/third_party/boost/boost/compute/image/
Dimage_sampler.hpp82 explicit image_sampler(cl_sampler sampler, bool retain = true) in image_sampler()
148 cl_sampler& get() const in get()
150 return const_cast<cl_sampler &>(m_sampler); in get()
185 operator cl_sampler() const in operator cl_sampler()
191 cl_sampler m_sampler;
/third_party/mesa3d/src/gallium/frontends/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()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/internal/
Dcl_agent_amd.h165 cl_sampler /* sampler */);
169 cl_sampler /* sampler */);
Dcl_icd_amd.h136 typedef cl_sampler(CL_API_CALL* clCreateSampler_fn)(
141 typedef cl_int(CL_API_CALL* clRetainSampler_fn)(cl_sampler /* sampler */)
144 typedef cl_int(CL_API_CALL* clReleaseSampler_fn)(cl_sampler /* sampler */)
148 cl_sampler /* sampler */, cl_sampler_info /* param_name */, size_t /* param_value_size */,
493 typedef cl_sampler(CL_API_CALL* clCreateSamplerWithProperties_fn)(
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLContext.h73 cl_sampler createSamplerWithProperties(const cl_sampler_properties *properties,
76 cl_sampler createSampler(cl_bool normalizedCoords,
DCLContext.cpp187 cl_sampler Context::createSamplerWithProperties(const cl_sampler_properties *properties, in createSamplerWithProperties()
223 cl_sampler Context::createSampler(cl_bool normalizedCoords, in createSampler()
DvalidationCL_autogen.h89 cl_int ValidateRetainSampler(cl_sampler sampler);
90 cl_int ValidateReleaseSampler(cl_sampler sampler);
91 cl_int ValidateGetSamplerInfo(cl_sampler sampler,
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h52 typedef struct _cl_sampler * cl_sampler; typedef
854 extern CL_API_ENTRY cl_sampler CL_API_CALL
860 clRetainSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0;
863 clReleaseSampler(cl_sampler /* sampler */) CL_API_SUFFIX__VERSION_1_0;
866 clGetSamplerInfo(cl_sampler /* sampler */,
1450 extern CL_API_ENTRY CL_EXT_PREFIX__VERSION_1_2_DEPRECATED cl_sampler CL_API_CALL
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs_autogen.h150 cl_sampler CreateSamplerWithProperties(cl_context context,
153 cl_int RetainSampler(cl_sampler sampler);
154 cl_int ReleaseSampler(cl_sampler sampler);
155 cl_int GetSamplerInfo(cl_sampler sampler,
566 cl_sampler CreateSampler(cl_context context,
Dentry_points_cl_autogen.h93 cl_int CL_API_CALL clRetainSampler(cl_sampler sampler);
94 cl_int CL_API_CALL clReleaseSampler(cl_sampler sampler);
95 cl_int CL_API_CALL clGetSamplerInfo(cl_sampler sampler,
327 cl_sampler CL_API_CALL clCreateSampler(cl_context context,
501 cl_sampler CL_API_CALL
Dcl_stubs.cpp364 cl_sampler CreateSamplerWithProperties(cl_context context, in CreateSamplerWithProperties()
371 cl_int RetainSampler(cl_sampler sampler) in RetainSampler()
377 cl_int ReleaseSampler(cl_sampler sampler) in ReleaseSampler()
387 cl_int GetSamplerInfo(cl_sampler sampler, in GetSamplerInfo()
1182 cl_sampler CreateSampler(cl_context context, in CreateSampler()
/third_party/boost/libs/compute/include/boost/compute/
Dkernel.hpp381 void set_arg(size_t index, const cl_sampler sampler) in set_arg()
383 set_arg(index, sizeof(cl_sampler), static_cast<const void *>(&sampler)); in set_arg()
/third_party/boost/boost/compute/
Dkernel.hpp381 void set_arg(size_t index, const cl_sampler sampler) in set_arg()
383 set_arg(index, sizeof(cl_sampler), static_cast<const void *>(&sampler)); in set_arg()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h37 typedef struct _cl_sampler * cl_sampler; typedef
1211 extern CL_API_ENTRY cl_sampler CL_API_CALL
1219 clRetainSampler(cl_sampler sampler) CL_API_SUFFIX__VERSION_1_0;
1222 clReleaseSampler(cl_sampler sampler) CL_API_SUFFIX__VERSION_1_0;
1225 clGetSamplerInfo(cl_sampler sampler,
1911 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)(
/third_party/mesa3d/include/CL/
Dcl.h37 typedef struct _cl_sampler * cl_sampler; typedef
1209 extern CL_API_ENTRY cl_sampler CL_API_CALL
1217 clRetainSampler(cl_sampler sampler) CL_API_SUFFIX__VERSION_1_0;
1220 clReleaseSampler(cl_sampler sampler) CL_API_SUFFIX__VERSION_1_0;
1223 clGetSamplerInfo(cl_sampler sampler,
1909 extern CL_API_ENTRY CL_EXT_PREFIX__VERSION_1_2_DEPRECATED cl_sampler CL_API_CALL
Dcl_icd.h229 typedef CL_API_ENTRY 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)(
/third_party/opencl-headers/CL/
Dcl.h37 typedef struct _cl_sampler * cl_sampler; typedef
1211 extern CL_API_ENTRY cl_sampler CL_API_CALL
1219 clRetainSampler(cl_sampler sampler) CL_API_SUFFIX__VERSION_1_0;
1222 clReleaseSampler(cl_sampler sampler) CL_API_SUFFIX__VERSION_1_0;
1225 clGetSamplerInfo(cl_sampler sampler,
1911 extern CL_API_ENTRY CL_EXT_PREFIX__VERSION_1_2_DEPRECATED cl_sampler CL_API_CALL
Dcl_icd.h229 typedef CL_API_ENTRY 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)(
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.cpp170 cl_int CL_API_CALL clRetainSampler(cl_sampler sampler) in clRetainSampler()
175 cl_int CL_API_CALL clReleaseSampler(cl_sampler sampler) in clReleaseSampler()
180 cl_int CL_API_CALL clGetSamplerInfo(cl_sampler sampler, in clGetSamplerInfo()
628 cl_sampler CL_API_CALL clCreateSampler(cl_context context, in clCreateSampler()
950 cl_sampler CL_API_CALL

12