Searched refs:cl_sampler_info (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dsampler.cpp64 clGetSamplerInfo(cl_sampler s, cl_sampler_info param,
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dsampler.cpp64 clGetSamplerInfo(cl_sampler s, cl_sampler_info param,
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.h74 typedef cl_uint cl_sampler_info; typedef
354 /* cl_sampler_info */
628 cl_sampler_info /* param_name */,
H A 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
2189 detail::param_traits<detail::cl_sampler_info, name>::param_type
2193 detail::cl_sampler_info, name>::param_type param;
/external/mesa3d/include/CL/
H A Dcl.h74 typedef cl_uint cl_sampler_info; typedef
354 /* cl_sampler_info */
628 cl_sampler_info /* param_name */,
H A 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
2189 detail::param_traits<detail::cl_sampler_info, name>::param_type
2193 detail::cl_sampler_info, name>::param_type param;

Completed in 194 milliseconds