Searched refs:offset2 (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipolyrect.c86 int offset1, offset2, offset3; local in function:miPolyRectangle
90 offset2 = pGC->lineWidth;
91 offset1 = offset2 >> 1;
92 offset3 = offset2 - offset1;
112 else if (height < offset2 || width < offset1)
122 MAXUBOUND (t->width, width + offset2)
132 MAXUBOUND (t->height, height + offset2)
140 MAXUBOUND(t->width, width + offset2)
141 t->height = offset2;
145 t->width = offset2;
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipolyrect.c84 int offset1, offset2, offset3; local in function:miPolyRectangle
88 offset2 = pGC->lineWidth;
89 offset1 = offset2 >> 1;
90 offset3 = offset2 - offset1;
108 else if (height < offset2 || width < offset1) {
115 MAXUBOUND(t->width, width + offset2)
123 MAXUBOUND(t->height, height + offset2)
130 MAXUBOUND(t->width, width + offset2)
131 t->height = offset2;
135 t->width = offset2;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c65 int32_t offset2, int32_t stride2)
84 buffer->offset[2] = offset2;
141 int32_t offset2, int32_t stride2)
160 offset0, stride0, offset1, stride1, offset2, stride2);
170 int32_t offset2, int32_t stride2)
173 offset0, stride0, offset1, stride1, offset2, stride2);
59 create_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,uint32_t name,int fd,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
135 drm_create_planar_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,uint32_t name,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
164 drm_create_prime_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,int fd,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
/xsrc/external/mit/MesaLib/dist/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c65 int32_t offset2, int32_t stride2)
84 buffer->offset[2] = offset2;
141 int32_t offset2, int32_t stride2)
160 offset0, stride0, offset1, stride1, offset2, stride2);
170 int32_t offset2, int32_t stride2)
173 offset0, stride0, offset1, stride1, offset2, stride2);
59 create_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,uint32_t name,int fd,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
135 drm_create_planar_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,uint32_t name,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
164 drm_create_prime_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,int fd,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_xv.c703 int pitch, new_h, offset, offset2=0, offset3=0; local in function:S3VPutImage
744 offset2 = srcPitch * height;
746 offset3 = (srcPitch2 * (height >> 1)) + offset2;
774 offset2 += tmp;
777 tmp = offset2;
778 offset2 = offset3;
783 buf + offset2, buf + offset3, dst_start,
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-damage.c718 int offset1, offset2, offset3; local in function:uxa_damage_poly_rectangle
722 offset2 = pGC->lineWidth;
723 if(!offset2) offset2 = 1;
724 offset1 = offset2 >> 1;
725 offset3 = offset2 - offset1;
731 box.x2 = box.x1 + pRectsTmp->width + offset2;
732 box.y2 = box.y1 + offset2;
739 box.x2 = box.x1 + offset2;
740 box.y2 = box.y1 + pRectsTmp->height - offset2;
[all...]
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff.c77 FT_ULong offset2 = table2->Offset; local in function:compare_offsets
80 if ( offset1 > offset2 )
82 else if ( offset1 < offset2 )
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h56 uint32_t offset1, offset2; member in struct:fd6_pipe_sampler_view
H A Dfd6_texture.c268 so->offset2 =
272 so->offset2 = fd_resource_offset(next, lvl, cso->u.tex.first_layer);
278 so->offset2 =
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessGC.c879 int offset1, offset2, offset3; local in function:RootlessPolyRectangle
881 offset2 = pGC->lineWidth;
882 if (!offset2) offset2 = 1;
883 offset1 = offset2 >> 1;
884 offset3 = offset2 - offset1;
889 box.x2 = box.x1 + pRects->width + offset2;
890 box.y2 = box.y1 + offset2;
897 box.x2 = box.x1 + offset2;
898 box.y2 = box.y1 + pRects->height - offset2;
[all...]
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessGC.c893 int offset1, offset2, offset3; local in function:RootlessPolyRectangle
895 offset2 = pGC->lineWidth;
896 if (!offset2)
897 offset2 = 1;
898 offset1 = offset2 >> 1;
899 offset3 = offset2 - offset1;
904 box.x2 = box.x1 + pRects->width + offset2;
905 box.y2 = box.y1 + offset2;
912 box.x2 = box.x1 + offset2;
913 box.y2 = box.y1 + pRects->height - offset2;
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dz4l.c481 int offset1, offset2; local in function:z4l_ovly_pitch
499 offset2 = uv_pitch * h;
502 offset2 /= 2;
504 size = offset1 + 2 * offset2;
508 *poffset2 = offset2;
771 int y_pitch, uv_pitch, offset1, offset2; local in function:Z4lPutImage
822 &offset1, &offset2, &size);
826 (char *) &id, src, dst, y_pitch, uv_pitch, offset1, offset2, size);
832 memset(dst, 0x80, 2 * offset2);
857 int y_pitch, uv_pitch, offset1, offset2; local in function:Z4lQueryImageAttributes
[all...]
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_video.c668 int pitch, Bpp, new_h, offset = 0, offset2 = 0, offset3 = 0; local in function:A
722 offset2 = srcPitch * height;
725 offset3 = offset + offset2;
726 new_h = (2 * offset2 + pitch - 1) / pitch;
831 offset2 += tmp;
835 buf + offset2, buf + offset3, dst_start,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/
H A Dshadow.c965 int offset1, offset2, offset3; local in function:ShadowPolyRectangle
967 offset2 = pGC->lineWidth;
968 if(!offset2) offset2 = 1;
969 offset1 = offset2 >> 1;
970 offset3 = offset2 - offset1;
978 pbox->x2 = pbox->x1 + pRects->width + offset2;
979 pbox->y2 = pbox->y1 + offset2;
988 pbox->x2 = pbox->x1 + offset2;
989 pbox->y2 = pbox->y1 + pRects->height - offset2;
[all...]
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamage.c1160 int offset1, offset2, offset3; local in function:damagePolyRectangle
1164 offset2 = pGC->lineWidth;
1165 if(!offset2) offset2 = 1;
1166 offset1 = offset2 >> 1;
1167 offset3 = offset2 - offset1;
1173 box.x2 = box.x1 + pRectsTmp->width + offset2;
1174 box.y2 = box.y1 + offset2;
1181 box.x2 = box.x1 + offset2;
1182 box.y2 = box.y1 + pRectsTmp->height - offset2;
[all...]
/xsrc/external/mit/xorg-server/dist/miext/damage/
H A Ddamage.c1036 int offset1, offset2, offset3; local in function:damagePolyRectangle
1040 offset2 = pGC->lineWidth;
1041 if (!offset2)
1042 offset2 = 1;
1043 offset1 = offset2 >> 1;
1044 offset3 = offset2 - offset1;
1049 box.x2 = box.x1 + pRectsTmp->width + offset2;
1050 box.y2 = box.y1 + offset2;
1057 box.x2 = box.x1 + offset2;
1058 box.y2 = box.y1 + pRectsTmp->height - offset2;
[all...]
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_video.c795 int new_size, offset, offset2 = 0, offset3 = 0; local in function:TRIDENTPutImage
829 offset2 = srcPitch * height;
831 offset3 = (srcPitch2 * (height >> 1)) + offset2;
858 offset2 += tmp;
861 tmp = offset2;
862 offset2 = offset3;
867 buf + offset2, buf + offset3, dst_start,
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_video.c641 int offset2=0, offset3=0; local in function:I740PutImage
673 offset2 = srcPitch * height;
675 offset3 = (srcPitch2 * (height >> 1)) + offset2;
723 offset2 += tmp;
728 tmp = offset2;
729 offset2 = offset3;
747 buf + offset2, buf + offset3,
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_video.c618 CARD32 offset, offset2 = 0, offset3 = 0, tmp; local in function:NEOPutImage
651 offset2 = srcPitch * height;
653 offset3 = offset2 + (srcPitch2 * (height >> 1));
660 offset2 = offset3 + (srcPitch2 * (height >> 1));
704 offset2 += tmp;
708 buf + offset2, buf + offset3,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c557 LLVMValueRef offset2 = LLVMBuildMul(builder, loopmsb, local in function:lp_build_depth_stencil_load_swizzled
561 depth_offset1 = LLVMBuildAdd(builder, depth_offset1, offset2, "");
703 LLVMValueRef offset2 = LLVMBuildMul(builder, loopmsb, local in function:lp_build_depth_stencil_write_swizzled
707 depth_offset1 = LLVMBuildAdd(builder, depth_offset1, offset2, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c562 LLVMValueRef offset2 = LLVMBuildMul(builder, loopmsb, local in function:lp_build_depth_stencil_load_swizzled
566 depth_offset1 = LLVMBuildAdd(builder, depth_offset1, offset2, "");
713 LLVMValueRef offset2 = LLVMBuildMul(builder, loopmsb, local in function:lp_build_depth_stencil_write_swizzled
717 depth_offset1 = LLVMBuildAdd(builder, depth_offset1, offset2, "");
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Ddri3proto.h224 CARD32 offset2; member in struct:__anonac9892930d08
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_video.c672 int new_size, offset, offset2 = 0, offset3 = 0; local in function:CHIPSPutImage
713 offset2 = srcPitch * height;
715 offset3 = (srcPitch2 * (height >> 1)) + offset2;
750 offset2 += tmp;
754 buf + offset2, buf + offset3, dst_start,
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.c2512 int offset1, int offset2,
2688 offset2 -= base_offset;
2698 offset2 += ((left >> 16) & ~31) >> 1;
2703 offset2 |= RADEON_VIF_BUF0_PITCH_SEL;
2711 offset2 += ((left >> 16) & ~7) << 1;
2832 OUTREG(RADEON_OV0_VID_BUF1_BASE_ADRS, offset2);
3470 unsigned int offset1, offset2, offset3, offset4, s2offset, s3offset; local in function:RADEONPutVideo
3609 offset2 = RADEON_ALIGN(pPriv->video_offset + new_size, 0x10);
3611 offset4 = offset2;
3615 offset2
2506 RADEONDisplayVideo(ScrnInfoPtr pScrn,xf86CrtcPtr crtc,RADEONPortPrivPtr pPriv,int id,int base_offset,int offset1,int offset2,int offset3,int offset4,int offset5,int offset6,short width,short height,int pitch,int left,int right,int top,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h,int deinterlacing_method) argument
[all...]
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.c1499 CARD32 offset, offset2 = 0, offset3 = 0, tmp; local in function:SMI_PutImage
1542 offset2 = srcPitch * height;
1544 offset3 = offset2 + (srcPitch2 * (height >> 1));
1588 offset2 += tmp;
1592 buf + offset2, buf + offset3,
1597 tmp = offset2;
1598 offset2 = offset3;
1603 buf + offset2, buf + offset3, dstStart,

Completed in 38 milliseconds

12