Searched refs:cl_context_info (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/ |
| H A D | context.cpp | 114 clGetContextInfo(cl_context d_ctx, cl_context_info param,
|
| H A D | dispatch.hpp | 96 cl_context_info param_name,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/ |
| H A D | context.cpp | 114 clGetContextInfo(cl_context d_ctx, cl_context_info param,
|
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl.h | 70 typedef cl_uint cl_context_info; typedef in typeref:typename:cl_uint 420 /* cl_context_info */ 940 cl_context_info param_name,
|
| H A D | cl2.hpp | 1177 F(cl_context_info, CL_CONTEXT_REFERENCE_COUNT, cl_uint) \ 1178 F(cl_context_info, CL_CONTEXT_DEVICES, cl::vector<Device>) \ 1179 F(cl_context_info, CL_CONTEXT_PROPERTIES, cl::vector<cl_context_properties>) \ 1242 F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\ 2879 cl_int getInfo(cl_context_info name, T* param) const 2888 detail::param_traits<detail::cl_context_info, name>::param_type 2892 detail::cl_context_info, name>::param_type param;
|
| H A D | cl.hpp | 1388 F(cl_context_info, CL_CONTEXT_REFERENCE_COUNT, cl_uint) \ 1389 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \ 1390 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \ 1453 F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\ 2758 cl_int getInfo(cl_context_info name, T* param) const 2767 detail::param_traits<detail::cl_context_info, name>::param_type 2771 detail::cl_context_info, name>::param_type param;
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl.h | 59 typedef cl_uint cl_context_info; typedef in typeref:typename:cl_uint 459 /* cl_context_info */ 1036 cl_context_info param_name,
|
| H A D | cl2.hpp | 1231 F(cl_context_info, CL_CONTEXT_REFERENCE_COUNT, cl_uint) \ 1232 F(cl_context_info, CL_CONTEXT_DEVICES, cl::vector<Device>) \ 1233 F(cl_context_info, CL_CONTEXT_PROPERTIES, cl::vector<cl_context_properties>) \ 1296 F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\ 3023 cl_int getInfo(cl_context_info name, T* param) const 3032 detail::param_traits<detail::cl_context_info, name>::param_type 3036 detail::cl_context_info, name>::param_type param;
|
| H A D | cl.hpp | 1388 F(cl_context_info, CL_CONTEXT_REFERENCE_COUNT, cl_uint) \ 1389 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \ 1390 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \ 1453 F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\ 2758 cl_int getInfo(cl_context_info name, T* param) const 2767 detail::param_traits<detail::cl_context_info, name>::param_type 2771 detail::cl_context_info, name>::param_type param;
|
| H A D | cl_icd.h | 102 cl_context context, cl_context_info param_name, size_t param_value_size,
|
Completed in 58 milliseconds