Searched refs:as_vector (Results 1 – 8 of 8) sorted by relevance
138 buf.as_vector<size_t>() = dev.max_block_size(); in clGetDeviceInfo()405 buf.as_vector<cl_device_partition_property>() = in clGetDeviceInfo()414 buf.as_vector<cl_device_partition_property>() = in clGetDeviceInfo()436 buf.as_vector<cl_name_version>() = dev.opencl_c_all_versions(); in clGetDeviceInfo()440 buf.as_vector<cl_name_version>() = dev.supported_extensions(); in clGetDeviceInfo()444 buf.as_vector<cl_name_version>() = dev.opencl_c_features(); in clGetDeviceInfo()454 buf.as_vector<cl_name_version>() = dev.supported_il_versions(); in clGetDeviceInfo()458 buf.as_vector<cl_name_version>() = std::vector<cl_name_version>{}; in clGetDeviceInfo()
129 buf.as_vector<cl_device_id>() = descs(ctx.devices()); in clGetContextInfo()133 buf.as_vector<cl_context_properties>() = desc(ctx.properties()); in clGetContextInfo()
499 buf.as_vector<cl_device_id>() = (prog.devices().size() ? in clGetProgramInfo()509 buf.as_vector<size_t>() = map([&](const device &dev) { in clGetProgramInfo()542 buf.as_vector<char>() = prog.source(); in clGetProgramInfo()
98 buf.as_vector<cl_queue_properties>() = q.properties(); in clGetCommandQueueInfo()
98 buf.as_vector<cl_name_version>() = platform.supported_extensions(); in GetPlatformInfo()
168 buf.as_vector<size_t>() = kern.required_block_size(); in clGetKernelWorkGroupInfo()
472 buf.as_vector<cl_mem_properties>() = mem.properties(); in clGetMemObjectInfo()
106 as_vector() { in as_vector() function in clover::property_buffer