Searched refs:offset_x (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/xsm/dist/
H A Dpopup.h38 Bool first_time, int offset_x, int offset_y,
H A Dpopup.c40 int offset_x, int offset_y, const _XtString delAction)
80 popup_x = root_x + offset_x;
38 PopupPopup(Widget parent,Widget popup,Bool transient,Bool first_time,int offset_x,int offset_y,const _XtString delAction) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/
H A Ddrisw_api.h23 int shmid, char *shmaddr, unsigned offset, unsigned offset_x,
/xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/
H A Ddrisw_api.h23 int shmid, char *shmaddr, unsigned offset, unsigned offset_x,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c249 unsigned offset_x = 0; local in function:dri_sw_displaytarget_display
258 offset_x = box->x * blsize;
262 data += offset_x;
273 dri_sw_ws->lf->put_image_shm(dri_drawable, dri_sw_dt->shmid, dri_sw_dt->data, offset, offset_x,
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c253 unsigned offset_x = 0; local in function:dri_sw_displaytarget_display
262 offset_x = box->x * blsize;
266 data += offset_x;
277 dri_sw_ws->lf->put_image_shm(dri_drawable, dri_sw_dt->shmid, dri_sw_dt->data, offset, offset_x,
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dchgdctl.c104 swapl(&area->offset_x, n);
229 dev->absolute->offset_x = area->offset_x;
H A Dgetdctl.c160 area->offset_x = dts->offset_x;
170 swapl(&area->offset_x, n);
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_cursor.c185 x_offset = pAST->HWCInfo.offset_x;
189 x_offset = (-x) + pAST->HWCInfo.offset_x;
247 pAST->HWCInfo.offset_x = MAX_HWC_WIDTH - pAST->HWCInfo.width;
352 pAST->HWCInfo.offset_x = MAX_HWC_WIDTH - pAST->HWCInfo.width;
491 x_offset = pAST->HWCInfo.offset_x;
495 x_offset = (-x) + pAST->HWCInfo.offset_x;
H A Dast.h177 USHORT offset_x; member in struct:__anon3768e0620208
/xsrc/external/mit/libXi/dist/src/
H A DXChgDCtl.c151 a.offset_x = A->offset_x;
H A DXGetDCtl.c213 A->offset_x = a->offset_x;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddrisw.c82 unsigned offset, unsigned offset_x, int x, int y,
88 /* if we have the newer interface, don't have to add the offset_x here. */
96 shmid, shmaddr, offset + offset_x, dPriv->loaderPrivate);
188 unsigned offset_x,
194 put_image_shm(dPriv, shmid, shmaddr, offset, offset_x, x, y, width, height, stride);
81 put_image_shm(__DRIdrawable * dPriv,int shmid,char * shmaddr,unsigned offset,unsigned offset_x,int x,int y,unsigned width,unsigned height,unsigned stride) argument
186 drisw_put_image_shm(struct dri_drawable * drawable,int shmid,char * shmaddr,unsigned offset,unsigned offset_x,int x,int y,unsigned width,unsigned height,unsigned stride) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddrisw.c82 unsigned offset, unsigned offset_x, int x, int y,
88 /* if we have the newer interface, don't have to add the offset_x here. */
96 shmid, shmaddr, offset + offset_x, dPriv->loaderPrivate);
191 unsigned offset_x,
197 put_image_shm(dPriv, shmid, shmaddr, offset, offset_x, x, y, width, height, stride);
81 put_image_shm(__DRIdrawable * dPriv,int shmid,char * shmaddr,unsigned offset,unsigned offset_x,int x,int y,unsigned width,unsigned height,unsigned stride) argument
189 drisw_put_image_shm(struct dri_drawable * drawable,int shmid,char * shmaddr,unsigned offset,unsigned offset_x,int x,int y,unsigned width,unsigned height,unsigned stride) argument
/xsrc/external/mit/xinput/dist/src/
H A Dtransform.c129 set_transformation_matrix(Display *dpy, Matrix *m, int offset_x, int offset_y, argument
138 float x = 1.0 * offset_x/width;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dcayman_shader.h274 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
275 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
H A Devergreen_shader.h275 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
276 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
H A Dr600_shader.h345 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
346 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dcayman_shader.h274 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
275 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
H A Devergreen_shader.h275 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
276 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
H A Dr600_shader.h345 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
346 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dblt.c240 unsigned offset_x, length_x; local in function:memcpy_to_tiled_x__swizzle_0__sse2
252 offset_x = (dst_x & tile_mask) * cpp;
253 length_x = min(tile_width - offset_x, width);
270 to_memcpy(tile_row + offset_x, src_row, length_x);
458 unsigned length_x, offset_x; local in function:memcpy_from_tiled_x__swizzle_0__sse2
469 offset_x = (src_x & tile_mask) * cpp;
470 length_x = min(tile_width - offset_x, width);
474 offset_x = 0;
488 if (offset_x) {
489 memcpy(dst, tile_row + offset_x, length_
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c2570 struct qreg offset_x = local in function:ntq_get_sample_offset
2577 offset_x = vir_SEL(c, V3D_QPU_COND_IFA,
2578 vir_FSUB(c, offset_x, vir_uniform_f(c, 1.25f)),
2579 offset_x);
2585 *sx = offset_x;
2636 struct qreg offset_x, offset_y; local in function:ntq_get_barycentric_centroid
2637 ntq_get_sample_offset(c, sample_idx, &offset_x, &offset_y);
2653 offset_x = vir_SEL(c, V3D_QPU_COND_IFNA, zero, offset_x);
2656 *out_x = offset_x;
2661 ntq_emit_load_interpolated_input(struct v3d_compile * c,struct qreg p,struct qreg C,struct qreg offset_x,struct qreg offset_y,unsigned mode) argument
3207 struct qreg offset_x, offset_y; local in function:ntq_emit_intrinsic
3217 struct qreg offset_x = local in function:ntq_emit_intrinsic
3230 struct qreg offset_x, offset_y; local in function:ntq_emit_intrinsic
3264 struct qreg offset_x = ntq_get_src(c, instr->src[0], 0); local in function:ntq_emit_intrinsic
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h85 int offset_x; member in struct:r600_bytecode_tex
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dinstr-a2xx.h350 uint8_t offset_x : 5; member in struct:PACKED

Completed in 34 milliseconds

12