Searched refs:cl_sampler_info (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl.h | 81 typedef cl_uint cl_sampler_info; typedef 1233 cl_sampler_info param_name,
|
D | opencl.hpp | 1267 F(cl_sampler_info, CL_SAMPLER_REFERENCE_COUNT, cl_uint) \ 1268 F(cl_sampler_info, CL_SAMPLER_CONTEXT, cl::Context) \ 1269 F(cl_sampler_info, CL_SAMPLER_NORMALIZED_COORDS, cl_bool) \ 1270 F(cl_sampler_info, CL_SAMPLER_ADDRESSING_MODE, cl_addressing_mode) \ 1271 F(cl_sampler_info, CL_SAMPLER_FILTER_MODE, cl_filter_mode) \ 1449 F(cl_sampler_info, CL_SAMPLER_PROPERTIES, cl::vector<cl_sampler_properties>) 5770 cl_int getInfo(cl_sampler_info name, T* param) const in getInfo() 5778 template <cl_sampler_info name> typename 5779 detail::param_traits<detail::cl_sampler_info, name>::param_type 5783 detail::cl_sampler_info, name>::param_type param; in getInfo()
|
D | cl.hpp | 1409 F(cl_sampler_info, CL_SAMPLER_REFERENCE_COUNT, cl_uint) \ 1410 F(cl_sampler_info, CL_SAMPLER_CONTEXT, cl::Context) \ 1411 F(cl_sampler_info, CL_SAMPLER_NORMALIZED_COORDS, cl_bool) \ 1412 F(cl_sampler_info, CL_SAMPLER_ADDRESSING_MODE, cl_addressing_mode) \ 1413 F(cl_sampler_info, CL_SAMPLER_FILTER_MODE, cl_filter_mode) \ 4734 cl_int getInfo(cl_sampler_info name, T* param) const in getInfo() 4742 template <cl_sampler_info name> typename 4743 detail::param_traits<detail::cl_sampler_info, name>::param_type 4747 detail::cl_sampler_info, name>::param_type param; in getInfo()
|
D | cl_icd.h | 241 cl_sampler sampler, cl_sampler_info param_name, size_t param_value_size,
|