Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/device_partition/
Dtest_device_partition.cpp68 …KernelLines, const char **kernelProgram, const char *kernelName, const cl_device_id *parentDevice ) in create_single_kernel_helper() argument
83 …error = clBuildProgram( *outProgram, ((parentDevice == NULL) ? 0 : 1), parentDevice, NULL, NULL, N… in create_single_kernel_helper()
208 …unt, size_t queueCount, cl_device_id *devices, int num_elements, cl_device_id *parentDevice = NULL) in test_device_set() argument
255 …le_kernel_helper( context, &program, &kernels[0], 1, test_kernels, "kernelA", parentDevice ) != 0 ) in test_device_set()
358 int init_device_partition_test(cl_device_id parentDevice, cl_uint &maxComputeUnits, cl_uint &maxSub… in init_device_partition_test() argument
360 …int err = clGetDeviceInfo(parentDevice, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(maxComputeUnits), &max… in init_device_partition_test()
362 …err = clGetDeviceInfo(parentDevice, CL_DEVICE_PARTITION_MAX_SUB_DEVICES, sizeof(maxSubDevices), &m… in init_device_partition_test()
365 log_info("Maximal number of sub-devices on device %p is %d.\n", parentDevice, maxSubDevices ); in init_device_partition_test()
369 int test_device_partition_type_support(cl_device_id parentDevice, const cl_device_partition_propert… in test_device_partition_type_support() argument
377 err = clGetDeviceInfo( parentDevice, CL_DEVICE_PARTITION_PROPERTIES, 0, NULL, & size ); in test_device_partition_type_support()
[all …]