| /xsrc/external/mit/xsm/dist/ |
| H A D | popup.h | 38 Bool first_time, int offset_x, int offset_y,
|
| H A D | popup.c | 40 int offset_x, int offset_y, const _XtString delAction) 81 popup_y = root_y + offset_y; 38 PopupPopup(Widget parent,Widget popup,Bool transient,Bool first_time,int offset_x,int offset_y,const _XtString delAction) argument
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | chgdctl.c | 105 swapl(&area->offset_y, n); 230 dev->absolute->offset_y = area->offset_y;
|
| H A D | getdctl.c | 161 area->offset_y = dts->offset_y; 171 swapl(&area->offset_y, n);
|
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_cursor.c | 186 y_offset = pAST->HWCInfo.offset_y; 194 y_offset = (-y) + pAST->HWCInfo.offset_y; 248 pAST->HWCInfo.offset_y = MAX_HWC_HEIGHT - pAST->HWCInfo.height; 353 pAST->HWCInfo.offset_y = MAX_HWC_HEIGHT - pAST->HWCInfo.height; 492 y_offset = pAST->HWCInfo.offset_y; 500 y_offset = (-y) + pAST->HWCInfo.offset_y;
|
| H A D | ast.h | 178 USHORT offset_y; member in struct:__anon3768e0620208
|
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XChgDCtl.c | 152 a.offset_y = A->offset_y;
|
| H A D | XGetDCtl.c | 214 A->offset_y = a->offset_y;
|
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | transform.c | 129 set_transformation_matrix(Display *dpy, Matrix *m, int offset_x, int offset_y, argument 139 float y = 1.0 * offset_y/height;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | cayman_shader.h | 274 #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 D | evergreen_shader.h | 275 #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 D | r600_shader.h | 345 #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 D | cayman_shader.h | 274 #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 D | evergreen_shader.h | 275 #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 D | r600_shader.h | 345 #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/MesaLib/dist/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 2581 struct qreg offset_y = local in function:ntq_get_sample_offset 2586 *sy = offset_y; 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); 2654 offset_y = vir_SEL(c, V3D_QPU_COND_IFNA, zero, offset_y); 2657 *out_y = offset_y; 2665 struct qreg offset_y, 2681 offset_y); 3207 struct qreg offset_x, offset_y; local in function:ntq_emit_intrinsic 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 3219 struct qreg offset_y = local in function:ntq_emit_intrinsic 3230 struct qreg offset_x, offset_y; local in function:ntq_emit_intrinsic 3265 struct qreg offset_y = ntq_get_src(c, instr->src[0], 1); local in function:ntq_emit_intrinsic [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_asm.h | 86 int offset_y; member in struct:r600_bytecode_tex
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | instr-a2xx.h | 351 uint8_t offset_y : 5; member in struct:PACKED
|
| H A D | disasm-a2xx.c | 431 if (tex->offset_x || tex->offset_y || tex->offset_z) 432 printf(" OFFSET(%u,%u,%u)", tex->offset_x, tex->offset_y, tex->offset_z);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_asm.h | 90 int offset_y; member in struct:r600_bytecode_tex
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/ |
| H A D | instr-a2xx.h | 346 uint32_t offset_y : 5; member in struct:PACKED
|
| H A D | disasm-a2xx.c | 452 if (tex->offset_x || tex->offset_y || tex->offset_z) 453 printf(" OFFSET(%u,%u,%u)", tex->offset_x, tex->offset_y, tex->offset_z);
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | chgdctl.c | 105 swapl(&area->offset_y, n);
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | inputstr.h | 333 int offset_y; member in struct:_AbsoluteClassRec
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-image.c | 729 int offset_y) 734 image->bits.dither_offset_y == offset_y) 740 image->bits.dither_offset_y = offset_y; 727 pixman_image_set_dither_offset(pixman_image_t * image,int offset_x,int offset_y) argument
|