Searched refs:cl_kernel_work_group_info (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl.h | 100 typedef cl_uint cl_kernel_work_group_info; typedef 1426 cl_kernel_work_group_info param_name,
|
D | opencl.hpp | 1291 F(cl_kernel_work_group_info, CL_KERNEL_WORK_GROUP_SIZE, size_type) \ 1292 F(cl_kernel_work_group_info, CL_KERNEL_COMPILE_WORK_GROUP_SIZE, cl::detail::size_t_array) \ 1293 F(cl_kernel_work_group_info, CL_KERNEL_LOCAL_MEM_SIZE, cl_ulong) \ 1316 F(cl_kernel_work_group_info, CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE, size_type) \ 1317 F(cl_kernel_work_group_info, CL_KERNEL_PRIVATE_MEM_SIZE, cl_ulong) \ 1335 F(cl_kernel_work_group_info, CL_KERNEL_GLOBAL_WORK_SIZE, cl::detail::size_t_array) \ 6039 const Device& device, cl_kernel_work_group_info name, T* param) const in getWorkGroupInfo() 6047 template <cl_kernel_work_group_info name> typename 6048 detail::param_traits<detail::cl_kernel_work_group_info, name>::param_type 6052 detail::cl_kernel_work_group_info, name>::param_type param; in getWorkGroupInfo()
|
D | cl.hpp | 1433 F(cl_kernel_work_group_info, CL_KERNEL_WORK_GROUP_SIZE, ::size_t) \ 1434 F(cl_kernel_work_group_info, CL_KERNEL_COMPILE_WORK_GROUP_SIZE, cl::size_t<3>) \ 1435 F(cl_kernel_work_group_info, CL_KERNEL_LOCAL_MEM_SIZE, cl_ulong) \ 1459 F(cl_kernel_work_group_info, CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE, ::size_t) \ 1460 F(cl_kernel_work_group_info, CL_KERNEL_PRIVATE_MEM_SIZE, cl_ulong) \ 4972 const Device& device, cl_kernel_work_group_info name, T* param) const in getWorkGroupInfo() 4980 template <cl_kernel_work_group_info name> typename 4981 detail::param_traits<detail::cl_kernel_work_group_info, name>::param_type 4985 detail::cl_kernel_work_group_info, name>::param_type param; in getWorkGroupInfo()
|
D | cl_icd.h | 392 cl_kernel kernel, cl_device_id device, cl_kernel_work_group_info param_name,
|