Lines Matching refs:bitmap
751 v->bitmap = bm; in cc_init_view()
769 cc_monitor->free_bitmap(v->bitmap); in cc_free_view()
900 int depth = v->bitmap->depth, i; in display_hires_view()
909 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2; in display_hires_view()
986 HIADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_hires_view()
988 LOADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_hires_view()
993 tmp[0].cp.inst.operand = v->bitmap->row_mod; in display_hires_view()
994 tmp[1].cp.inst.operand = v->bitmap->row_mod; in display_hires_view()
1093 int depth = v->bitmap->depth, i; in display_hires_lace_view()
1104 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2; in display_hires_lace_view()
1181 HIADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_hires_lace_view()
1183 LOADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_hires_lace_view()
1188 tmp[0].cp.inst.operand = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_hires_lace_view()
1189 tmp[1].cp.inst.operand = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_hires_lace_view()
1206 u_short mod = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_hires_lace_view()
1209 HIADDR(PREP_DMA_MEM(&v->bitmap->plane[i][mod])); in display_hires_lace_view()
1211 LOADDR(PREP_DMA_MEM(&v->bitmap->plane[i][mod])); in display_hires_lace_view()
1322 int depth = v->bitmap->depth; in display_hires_dlace_view()
1333 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2; in display_hires_dlace_view()
1408 mod1l = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_hires_dlace_view()
1414 HIADDR(PREP_DMA_MEM(&v->bitmap->plane[0][0])); in display_hires_dlace_view()
1416 LOADDR(PREP_DMA_MEM(&v->bitmap->plane[0][0])); in display_hires_dlace_view()
1418 HIADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod1l])); in display_hires_dlace_view()
1420 LOADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod1l])); in display_hires_dlace_view()
1423 HIADDR(PREP_DMA_MEM(&v->bitmap->plane[1][0])); in display_hires_dlace_view()
1425 LOADDR(PREP_DMA_MEM(&v->bitmap->plane[1][0])); in display_hires_dlace_view()
1427 HIADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod1l])); in display_hires_dlace_view()
1429 LOADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod1l])); in display_hires_dlace_view()
1453 HIADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod2l])); in display_hires_dlace_view()
1455 LOADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod2l])); in display_hires_dlace_view()
1457 HIADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod2l + mod1l])); in display_hires_dlace_view()
1459 LOADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod2l + mod1l])); in display_hires_dlace_view()
1462 HIADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod2l])); in display_hires_dlace_view()
1464 LOADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod2l])); in display_hires_dlace_view()
1466 HIADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod2l + mod1l])); in display_hires_dlace_view()
1468 LOADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod2l + mod1l])); in display_hires_dlace_view()
1581 u_long full_line = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_a2024_view()
1582 u_long half_plane = full_line * v->bitmap->rows / 2; in display_a2024_view()
1584 int depth = v->bitmap->depth, i, j; in display_a2024_view()
1586 plane[0] = v->bitmap->plane[0]; in display_a2024_view()
1588 plane[1] = v->bitmap->plane[1]; in display_a2024_view()
1874 int depth = v->bitmap->depth, i; in display_aga_view()
1888 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 4) << 1; in display_aga_view()
2052 tmp[j].cp.inst.operand = HIADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_aga_view()
2053 tmp[j + 1].cp.inst.operand = LOADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_aga_view()
2056 printf (" bpl%dpth %p", i, v->bitmap->plane[i]); in display_aga_view()
2062 tmp[0].cp.inst.operand = v->bitmap->row_mod; in display_aga_view()
2063 tmp[1].cp.inst.operand = v->bitmap->row_mod; in display_aga_view()
2066 printf(" bplxmod %04x\n", v->bitmap->row_mod); in display_aga_view()
2209 int depth = v->bitmap->depth, i; in display_super72_view()
2218 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 4) << 1; in display_super72_view()
2317 HIADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_super72_view()
2319 LOADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_super72_view()
2324 tmp[0].cp.inst.operand = v->bitmap->bytes_per_row + in display_super72_view()
2325 v->bitmap->row_mod; in display_super72_view()
2326 tmp[1].cp.inst.operand = v->bitmap->bytes_per_row + in display_super72_view()
2327 v->bitmap->row_mod; in display_super72_view()
2344 u_short mod = v->bitmap->bytes_per_row + in display_super72_view()
2345 v->bitmap->row_mod; in display_super72_view()
2348 HIADDR(PREP_DMA_MEM(&v->bitmap->plane[i][mod])); in display_super72_view()
2350 LOADDR(PREP_DMA_MEM(&v->bitmap->plane[i][mod])); in display_super72_view()
2450 int depth = v->bitmap->depth, i; in display_pal_hires_view()
2459 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2; in display_pal_hires_view()
2531 tmp[j].cp.inst.operand = HIADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_pal_hires_view()
2532 tmp[j + 1].cp.inst.operand = LOADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_pal_hires_view()
2537 tmp[0].cp.inst.operand = v->bitmap->row_mod; in display_pal_hires_view()
2538 tmp[1].cp.inst.operand = v->bitmap->row_mod; in display_pal_hires_view()
2625 int depth = v->bitmap->depth, i; in display_pal_hires_lace_view()
2634 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2; in display_pal_hires_lace_view()
2707 tmp[j].cp.inst.operand = HIADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_pal_hires_lace_view()
2708 tmp[j + 1].cp.inst.operand = LOADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_pal_hires_lace_view()
2713 tmp[0].cp.inst.operand = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_pal_hires_lace_view()
2714 tmp[1].cp.inst.operand = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_pal_hires_lace_view()
2728 u_short mod = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_pal_hires_lace_view()
2730 tmp[j].cp.inst.operand = HIADDR(PREP_DMA_MEM(&v->bitmap->plane[i][mod])); in display_pal_hires_lace_view()
2731 tmp[j + 1].cp.inst.operand = LOADDR(PREP_DMA_MEM(&v->bitmap->plane[i][mod])); in display_pal_hires_lace_view()
2825 int depth = v->bitmap->depth; in display_pal_hires_dlace_view()
2835 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2; in display_pal_hires_dlace_view()
2905 mod1l = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_pal_hires_dlace_view()
2909 tmp[0].cp.inst.operand = HIADDR(PREP_DMA_MEM(&v->bitmap->plane[0][0])); /* update plane in display_pal_hires_dlace_view()
2911 tmp[1].cp.inst.operand = LOADDR(PREP_DMA_MEM(&v->bitmap->plane[0][0])); /* high and low. */ in display_pal_hires_dlace_view()
2912 tmp[2].cp.inst.operand = HIADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod1l])); /* update plane in display_pal_hires_dlace_view()
2914 tmp[3].cp.inst.operand = LOADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod1l])); /* high and low. */ in display_pal_hires_dlace_view()
2916 tmp[4].cp.inst.operand = HIADDR(PREP_DMA_MEM(&v->bitmap->plane[1][0])); /* update plane in display_pal_hires_dlace_view()
2918 tmp[5].cp.inst.operand = LOADDR(PREP_DMA_MEM(&v->bitmap->plane[1][0])); /* high and low. */ in display_pal_hires_dlace_view()
2919 tmp[6].cp.inst.operand = HIADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod1l])); /* update plane in display_pal_hires_dlace_view()
2921 tmp[7].cp.inst.operand = LOADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod1l])); /* high and low. */ in display_pal_hires_dlace_view()
2938 tmp[0].cp.inst.operand = HIADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod2l])); /* update plane in display_pal_hires_dlace_view()
2940 tmp[1].cp.inst.operand = LOADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod2l])); /* high and low. */ in display_pal_hires_dlace_view()
2941 …tmp[2].cp.inst.operand = HIADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod2l + mod1l])); /* update plane in display_pal_hires_dlace_view()
2943 …tmp[3].cp.inst.operand = LOADDR(PREP_DMA_MEM(&v->bitmap->plane[0][mod2l + mod1l])); /* high and lo… in display_pal_hires_dlace_view()
2945 tmp[4].cp.inst.operand = HIADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod2l])); /* update plane in display_pal_hires_dlace_view()
2947 tmp[5].cp.inst.operand = LOADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod2l])); /* high and low. */ in display_pal_hires_dlace_view()
2948 …tmp[6].cp.inst.operand = HIADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod2l + mod1l])); /* update plane in display_pal_hires_dlace_view()
2950 …tmp[7].cp.inst.operand = LOADDR(PREP_DMA_MEM(&v->bitmap->plane[1][mod2l + mod1l])); /* high and lo… in display_pal_hires_dlace_view()
3053 u_long full_line = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_pal_a2024_view()
3054 u_long half_plane = full_line * v->bitmap->rows / 2; in display_pal_a2024_view()
3056 int depth = v->bitmap->depth, i, j; in display_pal_a2024_view()
3058 plane[0] = v->bitmap->plane[0]; in display_pal_a2024_view()
3060 plane[1] = v->bitmap->plane[1]; in display_pal_a2024_view()
3294 int depth = v->bitmap->depth, i; in display_pal_aga_view()
3308 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 4) << 1; in display_pal_aga_view()
3472 tmp[j].cp.inst.operand = HIADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_pal_aga_view()
3473 tmp[j + 1].cp.inst.operand = LOADDR(PREP_DMA_MEM(v->bitmap->plane[i])); in display_pal_aga_view()
3476 printf (" bpl%dpth %p", i, v->bitmap->plane[i]); in display_pal_aga_view()
3482 tmp[0].cp.inst.operand = v->bitmap->row_mod; in display_pal_aga_view()
3483 tmp[1].cp.inst.operand = v->bitmap->row_mod; in display_pal_aga_view()
3486 printf(" bplxmod %04x\n", v->bitmap->row_mod); in display_pal_aga_view()