Searched refs:dst_rect (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmdp_ppp.c40 uint32_t dst_rect; member in struct:mdp_regs
93 regs->dst0 += (req->dst_rect.w -
94 min((uint32_t)16, req->dst_rect.w)) * regs->dst_bpp;
95 regs->dst1 += (req->dst_rect.w -
96 min((uint32_t)16, req->dst_rect.w)) * regs->dst_bpp;
101 regs->dst0 += (req->dst_rect.h -
102 min((uint32_t)16, req->dst_rect.h)) *
104 regs->dst1 += (req->dst_rect.h -
105 min((uint32_t)16, req->dst_rect.h)) *
352 dst_w = req->dst_rect
[all...]
H A Dmdp.c293 if (unlikely(req->dst_rect.h == 0 ||
294 req->dst_rect.w == 0))
318 req->dst_rect.w <= 16 && req->dst_rect.h >= 16))) {
320 unsigned int tiles = req->dst_rect.h / 16;
321 unsigned int remainder = req->dst_rect.h % 16;
322 req->src_rect.w = 16*req->src_rect.w / req->dst_rect.h;
323 req->dst_rect.h = 16;
334 req->dst_rect.y += 16;
339 req->src_rect.w = remainder*req->src_rect.w / req->dst_rect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmsm_mdp.h69 struct mdp_rect dst_rect; member in struct:mdp_blit_req
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_ppp.c561 get_len(&req->dst, &req->dst_rect, dst_bpp, &dst0_len, &dst1_len);
1150 (req->dst_rect.w == 0) || (req->dst_rect.h == 0))
1158 if (((req->dst_rect.x + req->dst_rect.w) > req->dst.width) ||
1159 ((req->dst_rect.y + req->dst_rect.h) > req->dst.height))
1169 dst_width = req->dst_rect.h;
1170 dst_height = req->dst_rect.w;
1172 dst_width = req->dst_rect
[all...]
H A Dmsm_mdp.h154 struct mdp_rect dst_rect; member in struct:mdp_blit_req
188 struct mdp_rect dst_rect; member in struct:mdp_overlay
H A Dmsm_fb.c1458 if (unlikely(req->dst_rect.h == 0 || req->dst_rect.w == 0))
1604 &(req_list[i].dst_rect),
1657 &(req_list[i].dst_rect),
1671 &(req_list[i].dst_rect),
1757 if (unlikely(req_list[i].dst_rect.h == 0 ||
1758 req_list[i].dst_rect.w == 0))
H A Dmdp4_overlay.c989 pipe->dst_h = req->dst_rect.h & 0x07ff;
990 pipe->dst_w = req->dst_rect.w & 0x07ff;
991 pipe->dst_y = req->dst_rect.y & 0x07ff;
992 pipe->dst_x = req->dst_rect.x & 0x07ff;

Completed in 40 milliseconds