Home
last modified time | relevance | path

Searched refs:cl_sampler_info (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dsampler.cpp64 clGetSamplerInfo(cl_sampler s, cl_sampler_info param, in clGetSamplerInfo()
/external/mesa3d/include/CL/
Dcl.h74 typedef cl_uint cl_sampler_info; typedef
628 cl_sampler_info /* param_name */,
Dcl.hpp866 F(cl_sampler_info, CL_SAMPLER_REFERENCE_COUNT, cl_uint) \
867 F(cl_sampler_info, CL_SAMPLER_CONTEXT, cl::Context) \
868 F(cl_sampler_info, CL_SAMPLER_NORMALIZED_COORDS, cl_addressing_mode) \
869 F(cl_sampler_info, CL_SAMPLER_ADDRESSING_MODE, cl_filter_mode) \
870 F(cl_sampler_info, CL_SAMPLER_FILTER_MODE, cl_bool) \
2181 cl_int getInfo(cl_sampler_info name, T* param) const in getInfo()
2189 detail::param_traits<detail::cl_sampler_info, name>::param_type
2193 detail::cl_sampler_info, name>::param_type param; in getInfo()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h75 typedef cl_uint cl_sampler_info; typedef
731 cl_sampler_info /* param_name */,
Dcl.hpp1319 F(cl_sampler_info, CL_SAMPLER_REFERENCE_COUNT, cl_uint) \
1320 F(cl_sampler_info, CL_SAMPLER_CONTEXT, cl::Context) \
1321 F(cl_sampler_info, CL_SAMPLER_NORMALIZED_COORDS, cl_addressing_mode) \
1322 F(cl_sampler_info, CL_SAMPLER_ADDRESSING_MODE, cl_filter_mode) \
1323 F(cl_sampler_info, CL_SAMPLER_FILTER_MODE, cl_bool) \
4292 cl_int getInfo(cl_sampler_info name, T* param) const in getInfo()
4301 detail::param_traits<detail::cl_sampler_info, name>::param_type
4305 detail::cl_sampler_info, name>::param_type param; in getInfo()
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp469 cl_int (CL_API_CALL*clGetSamplerInfo)(cl_sampler, cl_sampler_info, size_t, void*, size_t*) =
470 …opencl_fn5<OPENCL_FN_clGetSamplerInfo, cl_int, cl_sampler, cl_sampler_info, size_t, void*, size_t*…
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp345 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSamplerInfo)(cl_sampler, cl_sampler_info, size_t,…
Dopencl_core_wrappers.hpp197 inline cl_int clGetSamplerInfo(cl_sampler p0, cl_sampler_info p1, size_t p2, void* p3, size_t* p4) … in clGetSamplerInfo()
/external/opencv3/modules/core/src/
Docl.cpp252 typedef cl_uint cl_sampler_info; typedef