Searched refs:cl_sampler_info (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | sampler.cpp | 64 clGetSamplerInfo(cl_sampler s, cl_sampler_info param, in clGetSamplerInfo()
|
/external/mesa3d/include/CL/ |
D | cl.h | 74 typedef cl_uint cl_sampler_info; typedef 628 cl_sampler_info /* param_name */,
|
D | cl.hpp | 866 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/ |
D | cl.h | 75 typedef cl_uint cl_sampler_info; typedef 731 cl_sampler_info /* param_name */,
|
D | cl.hpp | 1319 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/ |
D | opencl_core_impl.hpp | 469 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/ |
D | opencl_core.hpp | 345 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSamplerInfo)(cl_sampler, cl_sampler_info, size_t,…
|
D | opencl_core_wrappers.hpp | 197 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/ |
D | ocl.cpp | 252 typedef cl_uint cl_sampler_info; typedef
|