Searched refs:PATTERN_SIZE (Results 1 – 2 of 2) sorted by relevance
808 #define PATTERN_SIZE 8 macro846 for (i = 0; i < bufsize; i += PATTERN_SIZE * 4) { in test_loop()847 for (j = 0; j < PATTERN_SIZE; j++, address++) in test_loop()863 const u32 pattern_div1_x16[PATTERN_SIZE] = {868 const u32 pattern_div2_x16[PATTERN_SIZE] = {873 const u32 pattern_div4_x16[PATTERN_SIZE] = {878 const u32 pattern_div4_x32[PATTERN_SIZE] = {883 const u32 pattern_mostly_zero_x16[PATTERN_SIZE] = {888 const u32 pattern_mostly_zero_x32[PATTERN_SIZE] = {893 const u32 pattern_mostly_one_x16[PATTERN_SIZE] = {[all …]
616 #define PATTERN_SIZE 8*8*4 /* 4 Bytes per Pixel 8 x 8 Pixel */ macro617 #define ACCELMEMORY (CURSOR_SIZE + PATTERN_SIZE) /* reserved Memory for BITBlt and hw cursor */
Completed in 9 milliseconds