Searched refs:getSubGroupInfo (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl2.hpp5808 cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_info name, const cl::NDRange &range, size_type* param) const function in class:cl::Kernel
5820 size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &range, cl_int* err = NULL) const function in class:cl::Kernel
5823 cl_int result = getSubGroupInfo(dev, name, range, &param);
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl2.hpp5951 cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_info name, const cl::NDRange &range, size_type* param) const function in class:cl::Kernel
5973 size_type getSubGroupInfo(const cl::Device &dev, const cl::NDRange &range, cl_int* err = NULL) const function in class:cl::Kernel
5976 cl_int result = getSubGroupInfo(dev, name, range, &param);

Completed in 79 milliseconds