Home
last modified time | relevance | path

Searched refs:cl_sampler_info (Results 1 – 3 of 3) 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()