Searched refs:getArgInfo (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 6016 cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* param) const in getArgInfo() function in cl::Kernel 6025 getArgInfo(cl_uint argIndex, cl_int* err = NULL) const in getArgInfo() function in cl::Kernel 6029 cl_int result = getArgInfo(argIndex, name, ¶m); in getArgInfo()
|
D | cl.hpp | 4949 cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* param) const in getArgInfo() function in cl::Kernel 4958 getArgInfo(cl_uint argIndex, cl_int* err = NULL) const in getArgInfo() function in cl::Kernel 4962 cl_int result = getArgInfo(argIndex, name, ¶m); in getArgInfo()
|