Lines Matching full:depth

25 #if DEPTH == 8
27 #elif DEPTH == 16
29 #elif DEPTH == 24
35 #elif DEPTH == 32
38 #error unsupported DEPTH
42 glue(glue(glue(cirrus_patternfill_, ROP_NAME), _),DEPTH) in glue() argument
52 #if DEPTH == 24 in glue()
55 int skipleft = (s->vga.gr[0x2f] & 0x07) * (DEPTH / 8); in glue()
58 #if DEPTH == 8 in glue()
60 #elif DEPTH == 16 in glue()
70 for (x = skipleft; x < bltwidth; x += (DEPTH / 8)) { in glue()
71 #if DEPTH == 8 in glue()
74 #elif DEPTH == 16 in glue()
77 #elif DEPTH == 24 in glue()
90 addr += (DEPTH / 8); in glue()
99 glue(glue(glue(cirrus_colorexpand_transp_, ROP_NAME), _),DEPTH) in glue() argument
111 #if DEPTH == 24 in glue()
116 int dstskipleft = srcskipleft * (DEPTH / 8); in glue()
131 for (x = dstskipleft; x < bltwidth; x += (DEPTH / 8)) { in glue()
140 addr += (DEPTH / 8); in glue()
148 glue(glue(glue(cirrus_colorexpand_, ROP_NAME), _),DEPTH) in glue() argument
161 int dstskipleft = srcskipleft * (DEPTH / 8); in glue()
169 for (x = dstskipleft; x < bltwidth; x += (DEPTH / 8)) { in glue()
176 addr += (DEPTH / 8); in glue()
184 glue(glue(glue(cirrus_colorexpand_pattern_transp_, ROP_NAME), _),DEPTH) in glue() argument
194 #if DEPTH == 24 in glue()
199 int dstskipleft = srcskipleft * (DEPTH / 8); in glue()
215 for (x = dstskipleft; x < bltwidth; x += (DEPTH / 8)) { in glue()
219 addr += (DEPTH / 8); in glue()
228 glue(glue(glue(cirrus_colorexpand_pattern_, ROP_NAME), _),DEPTH) in glue() argument
240 int dstskipleft = srcskipleft * (DEPTH / 8); in glue()
250 for (x = dstskipleft; x < bltwidth; x += (DEPTH / 8)) { in glue()
253 addr += (DEPTH / 8); in glue()
262 glue(glue(glue(cirrus_fill_, ROP_NAME), _),DEPTH) in glue() argument
275 for(x = 0; x < width; x += (DEPTH / 8)) { in glue()
277 addr += (DEPTH / 8); in glue()
283 #undef DEPTH