Searched refs:cl_context_info (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | context.cpp | 114 clGetContextInfo(cl_context d_ctx, cl_context_info param, in clGetContextInfo()
|
/third_party/opencl-headers/include/ |
H A D | opencl_wrapper.h | 90 using clGetContextInfoFunc = cl_int (*)(cl_context, cl_context_info, size_t, void *, size_t *);
|
/third_party/opencl-headers/CL/ |
H A D | cl_function_types.h | 97 cl_context_info param_name,
|
H A D | cl.h | 59 typedef cl_uint cl_context_info; typedef 468 /* cl_context_info */ 1045 cl_context_info param_name,
|
H A D | cl_icd.h | 102 cl_context context, cl_context_info param_name, size_t param_value_size,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_cl_autogen.h | 59 cl_context_info param_name,
|
H A D | entry_points_cl_autogen.cpp | 193 cl_context_info param_name, in clGetContextInfo()
|
/third_party/mesa3d/include/CL/ |
H A D | cl.h | 59 typedef cl_uint cl_context_info; typedef 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 in getInfo() 3032 detail::param_traits<detail::cl_context_info, name>::param_type 3036 detail::cl_context_info, name>::param_type param; in getInfo()
|
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 in getInfo() 2767 detail::param_traits<detail::cl_context_info, name>::param_type 2771 detail::cl_context_info, name>::param_type param; in getInfo()
|
H A D | cl_icd.h | 102 cl_context context, cl_context_info param_name, size_t param_value_size,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl.h | 59 typedef cl_uint cl_context_info; typedef 461 /* cl_context_info */ 1038 cl_context_info param_name,
|
H A D | cl_icd.h | 102 cl_context context, cl_context_info param_name, size_t param_value_size,
|
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 341 cl_int clGetContextInfo(cl_context context, cl_context_info param_name, size_t param_value_size, void *param_value, in clGetContextInfo()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 91 cl_context_info param_name, in clGetContextInfo()
|
Completed in 57 milliseconds