Lines Matching defs:source
261 // Use C++11 raw string literals for kernel source code
4797 * The image will be created matching with a descriptor matching the source.
4813 // Descriptor fields have to match source image
4828 // Channel format inherited from source.
6169 const string& source,
6175 const char * strings = source.c_str();
6176 const size_type length = source.size();
6209 const string& source,
6215 const char * strings = source.c_str();
6216 const size_type length = source.size();
6245 * Create a program from a vector of source strings and the default context.
6280 * Create a program from a vector of source strings and a provided context.