/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLSamplerCL.h | 21 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()
|
D | CLKernelCL.cpp | 144 if (value == nullptr && argSize == sizeof(cl_sampler)) in setArg() 146 cl_sampler sampler = *static_cast<const cl_sampler *>(argValue); in setArg()
|
D | CLContextCL.h | 30 bool hasSampler(cl_sampler sampler) const; 111 inline bool CLContextCL::hasSampler(cl_sampler sampler) const in hasSampler()
|
D | CLSamplerCL.cpp | 18 CLSamplerCL::CLSamplerCL(const cl::Sampler &sampler, cl_sampler native) in CLSamplerCL()
|
/third_party/boost/libs/compute/include/boost/compute/image/ |
D | image_sampler.hpp | 82 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/ |
D | image_sampler.hpp | 82 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/ |
D | sampler.cpp | 28 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/ |
D | cl_agent_amd.h | 165 cl_sampler /* sampler */); 169 cl_sampler /* sampler */);
|
D | cl_icd_amd.h | 136 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/ |
D | CLContext.h | 73 cl_sampler createSamplerWithProperties(const cl_sampler_properties *properties, 76 cl_sampler createSampler(cl_bool normalizedCoords,
|
D | CLContext.cpp | 187 cl_sampler Context::createSamplerWithProperties(const cl_sampler_properties *properties, in createSamplerWithProperties() 223 cl_sampler Context::createSampler(cl_bool normalizedCoords, in createSampler()
|
D | validationCL_autogen.h | 89 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/ |
D | cl.h | 52 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/ |
D | cl_stubs_autogen.h | 150 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,
|
D | entry_points_cl_autogen.h | 93 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
|
D | cl_stubs.cpp | 364 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/ |
D | kernel.hpp | 381 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/ |
D | kernel.hpp | 381 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/ |
D | cl.h | 37 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
|
D | cl_icd.h | 229 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/ |
D | cl.h | 37 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
|
D | cl_icd.h | 229 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/ |
D | cl.h | 37 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
|
D | cl_icd.h | 229 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/ |
D | libOpenCL_autogen.cpp | 170 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
|