/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A 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()
|
H A D | CLContextCL.h | 30 bool hasSampler(cl_sampler sampler) const; 111 inline bool CLContextCL::hasSampler(cl_sampler sampler) const in hasSampler()
|
H A 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()
|
H A D | CLSamplerCL.cpp | 18 CLSamplerCL::CLSamplerCL(const cl::Sampler &sampler, cl_sampler native) in CLSamplerCL()
|
H A D | CLContextCL.cpp | 223 cl_sampler nativeSampler = nullptr; in createSampler()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A 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/skia/third_party/externals/angle2/src/libGLESv2/ |
H A 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,
|
H A 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
|
H A 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()
|
H A D | entry_points_cl_autogen.cpp | 367 cl_int CL_API_CALL clRetainSampler(cl_sampler sampler) in clRetainSampler() 376 cl_int CL_API_CALL clReleaseSampler(cl_sampler sampler) in clReleaseSampler() 385 cl_int CL_API_CALL clGetSamplerInfo(cl_sampler sampler, in clGetSamplerInfo() 1303 cl_sampler CL_API_CALL clCreateSampler(cl_context context, in clCreateSampler() 1323 cl_sampler object = CreateSampler(context, normalized_coords, addressing_modePacked, in clCreateSampler() 1982 cl_sampler CL_API_CALL 1995 cl_sampler object = CreateSamplerWithProperties(context, sampler_properties, errorCode); in clCreateSamplerWithProperties()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLContext.h | 73 cl_sampler createSamplerWithProperties(const cl_sampler_properties *properties, 76 cl_sampler createSampler(cl_bool normalizedCoords,
|
H A 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,
|
H A 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()
|
H A D | validationCL.cpp | 974 cl_int ValidateRetainSampler(cl_sampler sampler) in ValidateRetainSampler() 980 cl_int ValidateReleaseSampler(cl_sampler sampler) in ValidateReleaseSampler() 986 cl_int ValidateGetSamplerInfo(cl_sampler sampler, in ValidateGetSamplerInfo() 1346 if (!Sampler::IsValid(*static_cast<const cl_sampler *>(arg_value))) in ValidateSetKernelArg()
|
/third_party/opencl-headers/CL/ |
H A D | cl_function_types.h | 181 cl_sampler sampler); 187 cl_sampler sampler); 193 cl_sampler sampler, 645 typedef cl_sampler CL_API_CALL clCreateSampler_t( 970 typedef cl_sampler CL_API_CALL clCreateSamplerWithProperties_t(
|
H A 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)(
|
H A D | cl.h | 37 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
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A 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
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A 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)(
|
H A 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
|
/third_party/mesa3d/include/CL/ |
H A 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
|
H A 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)(
|
H A D | cl2.hpp | 1658 struct ReferenceHandler<cl_sampler> 1660 static cl_int retain(cl_sampler sampler) in retain() 1662 static cl_int release(cl_sampler sampler) in release() 5551 /*! \brief Class interface for cl_sampler. 5554 * to the same underlying cl_sampler as the original. For details, see 5557 * \see cl_sampler 5559 class Sampler : public detail::Wrapper<cl_sampler> 5608 /*! \brief Constructor from cl_sampler - takes ownership. 5613 * This effectively transfers ownership of a refcount on the cl_sampler 5616 explicit Sampler(const cl_sampler [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.cpp | 657 if (size != sizeof(cl_sampler)) in set() 660 s = &obj(*(cl_sampler *)value); in set()
|
/third_party/mesa3d/src/gallium/frontends/clover/spirv/ |
H A D | invocation.cpp | 411 sizeof(cl_sampler) }; in create_binary_from_spirv()
|