Searched defs:scratch (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmapper.c126 uchar_t scratch; local
129 if (ast_get_index_reg(&scratch, CRTC_PORT, 0x90) != 0) {
130 gfx_vts_set_message(rp, 1, test, "unable to get scratch");
134 if (ast_set_index_reg(CRTC_PORT, 0x90, scratch ^ 0x33) != 0) {
135 gfx_vts_set_message(rp, 1, test, "unable to set scratch");
144 if ((scratch ^ 0x33) != newscratch) {
145 gfx_vts_set_message(rp, 1, test, "scratch mismatch");
149 if (ast_set_index_reg(CRTC_PORT, 0x90, scratch) != 0) {
150 gfx_vts_set_message(rp, 1, test, "unable to set scratch");
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_agpsupport.c580 pfn_t scratch,
590 unbind.agp_scratch = scratch;
576 drm_agp_unbind_pages(struct drm_device *dev, pfn_t *pages, unsigned long num_pages, uint32_t gtt_offset, pfn_t scratch, uint32_t type) argument
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DXPanoramiX.c667 xXineramaScreenInfo scratch; local
669 _XRead(dpy, (char*)(&scratch), sz_XineramaScreenInfo);
672 scrnInfo[i].x_org = scratch.x_org;
673 scrnInfo[i].y_org = scratch.y_org;
674 scrnInfo[i].width = scratch.width;
675 scrnInfo[i].height = scratch.height;
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c406 * The 'Label', instead of pPel->colmap could be a scratch bit ?
602 static XColor scratch; local
606 the color into scratch, return a pointer to scratch */
609 scratch.red=pCmap->Colors[(pix & pCmap->red_mask)>>pCmap->rshft].red;
610 scratch.green=pCmap->Colors[(pix & pCmap->green_mask)>>pCmap->gshft].green;
611 scratch.blue=pCmap->Colors[(pix & pCmap->blue_mask)>>pCmap->bshft].blue;
612 scratch.pixel=pix;
613 return(&scratch);
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DDPSScrollWP.h115 float *scratch; /* To avoid reallocating buffers */ member in struct:__anon198
160 scratch: Used to hold temporary copies of rectangle lists.
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_drm.h286 } scratch; member in union:__anon133
H A Dradeon_drv.h66 * 1.4 - Add scratch registers to get_param ioctl.
110 * 1.24- Add general-purpose packet for manipulating scratch registers (r300)
245 volatile u32 *scratch; member in struct:drm_radeon_private

Completed in 32 milliseconds