| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolyrect.c | 86 int offset1, offset2, offset3; local in function:miPolyRectangle 91 offset1 = offset2 >> 1; 92 offset3 = offset2 - offset1; 112 else if (height < offset2 || width < offset1) 121 MINBOUND (t->x, x - offset1) 131 MINBOUND (t->y, y - offset1) 138 MINBOUND(t->x, x - offset1) 139 MINBOUND(t->y, y - offset1) 143 MINBOUND(t->x, x - offset1) 148 MAXBOUND(t->x, x + width - offset1); [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipolyrect.c | 84 int offset1, offset2, offset3; local in function:miPolyRectangle 89 offset1 = offset2 >> 1; 90 offset3 = offset2 - offset1; 108 else if (height < offset2 || width < offset1) { 114 MINBOUND(t->x, x - offset1) 122 MINBOUND(t->y, y - offset1) 128 MINBOUND(t->x, x - offset1) 129 MINBOUND(t->y, y - offset1) 133 MINBOUND(t->x, x - offset1) 138 MAXBOUND(t->x, x + width - offset1); [all...] |
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | backward_references.c | 31 size_t offset1 = distance_plus_3 - (size_t)dist_cache[1]; local in function:ComputeDistanceCode 38 } else if (offset1 < 7) { 39 return (0xFDB1ACE >> (4 * offset1)) & 0xF;
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/wayland/wayland-drm/ |
| H A D | wayland-drm.c | 64 int32_t offset1, int32_t stride1, 82 buffer->offset[1] = offset1; 140 int32_t offset1, int32_t stride1, 160 offset0, stride0, offset1, stride1, offset2, stride2); 169 int32_t offset1, int32_t stride1, 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 D | wayland-drm.c | 64 int32_t offset1, int32_t stride1, 82 buffer->offset[1] = offset1; 140 int32_t offset1, int32_t stride1, 160 offset0, stride0, offset1, stride1, offset2, stride2); 169 int32_t offset1, int32_t stride1, 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/freetype/dist/src/sfnt/ |
| H A D | sfwoff.c | 76 FT_ULong offset1 = table1->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 D | fd6_texture.h | 56 uint32_t offset1, offset2; member in struct:fd6_pipe_sampler_view
|
| H A D | fd6_texture.c | 236 so->offset1 = cso->u.buf.offset; 266 so->offset1 = 271 so->offset1 = fd_resource_offset(rsc, lvl, cso->u.tex.first_layer); 275 so->offset1 = fd_resource_offset(rsc, lvl, cso->u.tex.first_layer);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | z4l.c | 481 int offset1, offset2; local in function:z4l_ovly_pitch 498 offset1 = y_pitch * h; 504 size = offset1 + 2 * offset2; 507 *poffset1 = offset1; 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); 829 memcpy(dst, src, offset1); 830 src += offset1; 831 dst += offset1; 857 int y_pitch, uv_pitch, offset1, offset2; local in function:Z4lQueryImageAttributes [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-damage.c | 718 int offset1, offset2, offset3; local in function:uxa_damage_poly_rectangle 724 offset1 = offset2 >> 1; 725 offset3 = offset2 - offset1; 729 box.x1 = pRectsTmp->x - offset1; 730 box.y1 = pRectsTmp->y - offset1; 737 box.x1 = pRectsTmp->x - offset1; 745 box.x1 = pRectsTmp->x + pRectsTmp->width - offset1; 753 box.x1 = pRectsTmp->x - offset1; 754 box.y1 = pRectsTmp->y + pRectsTmp->height - offset1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 1054 LLVMValueRef indexes[2], offsets, offset1; local in function:lp_build_get_mip_offsets 1059 offset1 = LLVMBuildGEP(builder, bld->mip_offsets, indexes, 2, ""); 1060 offset1 = LLVMBuildLoad(builder, offset1, ""); 1061 offsets = lp_build_broadcast_scalar(&bld->int_coord_bld, offset1); 1071 offset1 = LLVMBuildGEP(builder, bld->mip_offsets, indexes, 2, ""); 1072 offset1 = LLVMBuildLoad(builder, offset1, ""); 1073 offsets = LLVMBuildInsertElement(builder, offsets, offset1, indexo, ""); 1086 offset1 [all...] |
| H A D | lp_bld_sample_aos.c | 209 * \param offset1 resulting relative offset for coord0 + 1 225 LLVMValueRef *offset1, 236 * way to calculate offset1 relative to offset0. Instead, compute them 237 * independently. Otherwise, try to compute offset0 and offset1 with 295 offset1, i1); 323 *offset1 = LLVMBuildAnd(builder, 345 *offset1 = lp_build_add(int_coord_bld, 359 *offset1 = int_coord_bld->zero; 214 lp_build_sample_wrap_linear_int(struct lp_build_sample_context * bld,unsigned block_length,LLVMValueRef coord0,LLVMValueRef * weight_i,LLVMValueRef coord_f,LLVMValueRef length,LLVMValueRef stride,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * offset0,LLVMValueRef * offset1,LLVMValueRef * i0,LLVMValueRef * i1) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 1191 LLVMValueRef indexes[2], offsets, offset1; local in function:lp_build_get_mip_offsets 1196 offset1 = LLVMBuildGEP(builder, bld->mip_offsets, indexes, 2, ""); 1197 offset1 = LLVMBuildLoad(builder, offset1, ""); 1198 offsets = lp_build_broadcast_scalar(&bld->int_coord_bld, offset1); 1208 offset1 = LLVMBuildGEP(builder, bld->mip_offsets, indexes, 2, ""); 1209 offset1 = LLVMBuildLoad(builder, offset1, ""); 1210 offsets = LLVMBuildInsertElement(builder, offsets, offset1, indexo, ""); 1223 offset1 [all...] |
| H A D | lp_bld_sample_aos.c | 209 * \param offset1 resulting relative offset for coord0 + 1 225 LLVMValueRef *offset1, 236 * way to calculate offset1 relative to offset0. Instead, compute them 237 * independently. Otherwise, try to compute offset0 and offset1 with 295 offset1, i1); 323 *offset1 = LLVMBuildAnd(builder, 345 *offset1 = lp_build_add(int_coord_bld, 359 *offset1 = int_coord_bld->zero; 214 lp_build_sample_wrap_linear_int(struct lp_build_sample_context * bld,unsigned block_length,LLVMValueRef coord0,LLVMValueRef * weight_i,LLVMValueRef coord_f,LLVMValueRef length,LLVMValueRef stride,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * offset0,LLVMValueRef * offset1,LLVMValueRef * i0,LLVMValueRef * i1) argument
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessGC.c | 879 int offset1, offset2, offset3; local in function:RootlessPolyRectangle 883 offset1 = offset2 >> 1; 884 offset3 = offset2 - offset1; 887 box.x1 = pRects->x - offset1; 888 box.y1 = pRects->y - offset1; 895 box.x1 = pRects->x - offset1; 903 box.x1 = pRects->x + pRects->width - offset1; 911 box.x1 = pRects->x - offset1; 912 box.y1 = pRects->y + pRects->height - offset1;
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessGC.c | 893 int offset1, offset2, offset3; local in function:RootlessPolyRectangle 898 offset1 = offset2 >> 1; 899 offset3 = offset2 - offset1; 902 box.x1 = pRects->x - offset1; 903 box.y1 = pRects->y - offset1; 910 box.x1 = pRects->x - offset1; 918 box.x1 = pRects->x + pRects->width - offset1; 926 box.x1 = pRects->x - offset1; 927 box.y1 = pRects->y + pRects->height - offset1;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_video.c | 2512 int offset1, int offset2, 2687 offset1 -= base_offset; 2697 offset1 += ((left >> 16) & ~15); 2710 offset1 += ((left >> 16) & ~7) << 1; 2831 OUTREG(RADEON_OV0_VID_BUF0_BASE_ADRS, offset1); 3470 unsigned int offset1, offset2, offset3, offset4, s2offset, s3offset; local in function:RADEONPutVideo 3608 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10); 3610 offset3 = offset1; 3614 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10); 3615 offset2 = offset1 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/xorgproto/dist/include/X11/extensions/ |
| H A D | dri3proto.h | 222 CARD32 offset1; member in struct:__anonac9892930d08
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_emit.c | 938 unsigned size1, size2, offset1, offset2, stride1, stride2; local in function:r300_emit_vertex_arrays 981 offset1 = vb1->buffer_offset + velem[i].src_offset + 985 offset1 = vb1->buffer_offset + velem[i].src_offset + offset * vb1->stride; 998 OUT_CS(offset1); 1008 offset1 = vb1->buffer_offset + velem[i].src_offset + 1012 offset1 = vb1->buffer_offset + velem[i].src_offset + offset * vb1->stride; 1016 OUT_CS(offset1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_emit.c | 941 unsigned size1, size2, offset1, offset2, stride1, stride2; local in function:r300_emit_vertex_arrays 984 offset1 = vb1->buffer_offset + velem[i].src_offset + 988 offset1 = vb1->buffer_offset + velem[i].src_offset + offset * vb1->stride; 1001 OUT_CS(offset1); 1011 offset1 = vb1->buffer_offset + velem[i].src_offset + 1015 offset1 = vb1->buffer_offset + velem[i].src_offset + offset * vb1->stride; 1019 OUT_CS(offset1);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/ |
| H A D | shadow.c | 965 int offset1, offset2, offset3; local in function:ShadowPolyRectangle 969 offset1 = offset2 >> 1; 970 offset3 = offset2 - offset1; 976 pbox->x1 = pRects->x - offset1; 977 pbox->y1 = pRects->y - offset1; 986 pbox->x1 = pRects->x - offset1; 996 pbox->x1 = pRects->x + pRects->width - offset1; 1006 pbox->x1 = pRects->x - offset1; 1007 pbox->y1 = pRects->y + pRects->height - offset1;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/damage/ |
| H A D | damage.c | 1160 int offset1, offset2, offset3; local in function:damagePolyRectangle 1166 offset1 = offset2 >> 1; 1167 offset3 = offset2 - offset1; 1171 box.x1 = pRectsTmp->x - offset1; 1172 box.y1 = pRectsTmp->y - offset1; 1179 box.x1 = pRectsTmp->x - offset1; 1187 box.x1 = pRectsTmp->x + pRectsTmp->width - offset1; 1195 box.x1 = pRectsTmp->x - offset1; 1196 box.y1 = pRectsTmp->y + pRectsTmp->height - offset1;
|
| /xsrc/external/mit/xorg-server/dist/miext/damage/ |
| H A D | damage.c | 1036 int offset1, offset2, offset3; local in function:damagePolyRectangle 1043 offset1 = offset2 >> 1; 1044 offset3 = offset2 - offset1; 1047 box.x1 = pRectsTmp->x - offset1; 1048 box.y1 = pRectsTmp->y - offset1; 1055 box.x1 = pRectsTmp->x - offset1; 1063 box.x1 = pRectsTmp->x + pRectsTmp->width - offset1; 1071 box.x1 = pRectsTmp->x - offset1; 1072 box.y1 = pRectsTmp->y + pRectsTmp->height - offset1;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_opt_value_numbering.cpp | 241 aD.offset0 == bD.offset0 && aD.offset1 == bD.offset1;
|
| /xsrc/external/mit/xorg-server/dist/dri3/ |
| H A D | dri3_request.c | 461 offsets[1] = stuff->offset1; 680 swapl(&stuff->offset1);
|