Lines Matching refs:pattern
43 #include "pattern.h"
835 * util_fill_pattern - Fill a buffer with a test pattern
837 * @pattern: Test pattern
843 * Fill the buffers with the test pattern specified by the pattern parameter.
844 * Supported formats vary depending on the selected pattern.
846 void util_fill_pattern(uint32_t format, enum util_fill_pattern pattern,
856 switch (pattern) {
867 printf("Error: unsupported test pattern %u.\n", pattern);