Searched refs:cl_sampler_info (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | sampler.cpp | 66 clGetSamplerInfo(cl_sampler d_s, cl_sampler_info param, in clGetSamplerInfo()
|
D | dispatch.hpp | 190 cl_sampler_info param_name,
|
/external/mesa3d/include/CL/ |
D | cl.h | 75 typedef cl_uint cl_sampler_info; typedef 731 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()
|