Home
last modified time | relevance | path

Searched refs:cl_kernel_sub_group_info (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl_ext.h1040 typedef cl_uint cl_kernel_sub_group_info; typedef
1050 cl_kernel_sub_group_info param_name,
1060 cl_kernel_sub_group_info param_name,
Dcl_icd.h409 cl_kernel_sub_group_info /* param_name */, size_t /*input_value_size*/,
1069 cl_kernel kernel, cl_device_id device, cl_kernel_sub_group_info param_name,
Dcl.h102 typedef cl_uint cl_kernel_sub_group_info; typedef
1436 cl_kernel_sub_group_info param_name,
Dopencl.hpp1383 F(cl_kernel_sub_group_info, CL_KERNEL_MAX_SUB_GROUP_SIZE_FOR_NDRANGE_KHR, size_type) \
1384 F(cl_kernel_sub_group_info, CL_KERNEL_SUB_GROUP_COUNT_FOR_NDRANGE_KHR, size_type)
1397 F(cl_kernel_sub_group_info, CL_KERNEL_MAX_SUB_GROUP_SIZE_FOR_NDRANGE, size_type) \
1398 F(cl_kernel_sub_group_info, CL_KERNEL_SUB_GROUP_COUNT_FOR_NDRANGE, size_type) \
1399 … F(cl_kernel_sub_group_info, CL_KERNEL_LOCAL_SIZE_FOR_SUB_GROUP_COUNT, cl::detail::size_t_array) \
1400 F(cl_kernel_sub_group_info, CL_KERNEL_MAX_NUM_SUB_GROUPS, size_type) \
1401 F(cl_kernel_sub_group_info, CL_KERNEL_COMPILE_NUM_SUB_GROUPS, size_type)
6061 …cl_int getSubGroupInfo(const cl::Device &dev, cl_kernel_sub_group_info name, const cl::NDRange &ra… in getSubGroupInfo()
6082 template <cl_kernel_sub_group_info name>