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

Method getInfo

include/CL/opencl.hpp:5544–5549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5542 //! \brief Wrapper for clGetSamplerInfo().
5543 template <typename T>
5544 cl_int getInfo(cl_sampler_info name, T* param) const
5545 {
5546 return detail::errHandler(
5547 detail::getInfo(&::clGetSamplerInfo, object_, name, param),
5548 __GET_SAMPLER_INFO_ERR);
5549 }
5550
5551 //! \brief Wrapper for clGetSamplerInfo() that returns by value.
5552 template <cl_sampler_info name> typename

Callers

nothing calls this directly

Calls 2

errHandlerFunction · 0.85
getInfoFunction · 0.85

Tested by

no test coverage detected