Home | History | Annotate | Download | only in CL

Lines Matching refs:cl_sampler_info

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
2189 detail::param_traits<detail::cl_sampler_info, name>::param_type
2193 detail::cl_sampler_info, name>::param_type param;