Lines Matching defs:sizes
3648 * This is the minimum of the maximum sizes of all devices in the context.
6909 vector<size_type> sizes = getInfo<CL_PROGRAM_BINARY_SIZES>();
6910 size_type numBinaries = sizes.size();
6915 (*param)[i].resize(sizes[i]);
8335 * @param sizes - The length from each pointer to migrate.
8340 const cl::vector<size_type> &sizes,
8349 sizes.data(), // array of sizes not passed
8380 * @param sizes - The length from each pointer to migrate.
8385 const cl::vector<size_type> &sizes,
8396 return enqueueMigrateSVM(svmRawPointers, sizes, flags, events, event);
8417 * @param sizes - The length from the beginning of each container to migrate.
8422 const cl::vector<size_type> &sizes,
8433 return enqueueMigrateSVM(svmRawPointers, sizes, flags, events, event);