Searched refs:cl_context_info (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl.h | 59 typedef cl_uint cl_context_info; typedef 1045 cl_context_info param_name,
|
D | opencl.hpp | 1237 F(cl_context_info, CL_CONTEXT_REFERENCE_COUNT, cl_uint) \ 1238 F(cl_context_info, CL_CONTEXT_DEVICES, cl::vector<Device>) \ 1239 F(cl_context_info, CL_CONTEXT_PROPERTIES, cl::vector<cl_context_properties>) \ 1302 F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\ 3152 cl_int getInfo(cl_context_info name, T* param) const in getInfo() 3160 template <cl_context_info name> typename 3161 detail::param_traits<detail::cl_context_info, name>::param_type 3165 detail::cl_context_info, name>::param_type param; in getInfo()
|
D | cl.hpp | 1379 F(cl_context_info, CL_CONTEXT_REFERENCE_COUNT, cl_uint) \ 1380 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \ 1381 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \ 1444 F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\ 2753 cl_int getInfo(cl_context_info name, T* param) const in getInfo() 2761 template <cl_context_info name> typename 2762 detail::param_traits<detail::cl_context_info, name>::param_type 2766 detail::cl_context_info, name>::param_type param; in getInfo()
|
D | cl_icd.h | 102 cl_context context, cl_context_info param_name, size_t param_value_size,
|