MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / getImageInfo

Method getImageInfo

include/CL/opencl.hpp:4569–4574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4567 //! \brief Wrapper for clGetImageInfo().
4568 template <typename T>
4569 cl_int getImageInfo(cl_image_info name, T* param) const
4570 {
4571 return detail::errHandler(
4572 detail::getInfo(&::clGetImageInfo, object_, name, param),
4573 __GET_IMAGE_INFO_ERR);
4574 }
4575
4576 //! \brief Wrapper for clGetImageInfo() that returns by value.
4577 template <cl_image_info name> typename

Callers

nothing calls this directly

Calls 2

errHandlerFunction · 0.85
getInfoFunction · 0.85

Tested by

no test coverage detected