Searched refs:age (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dlife.c115 * Agebuf stores the age of each critter.
356 unsigned char age = *ageptr; local
359 if (age < Scr[screen].npixels * 0.7)
360 ++age;
362 XSetForeground(dsp, Scr[screen].gc, Scr[screen].pixels[age]);
363 *ageptr = age;
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_drv.h171 unsigned int age; member in struct:drm_radeon_freelist
323 u32 age; member in struct:drm_radeon_buf_priv
1129 #define RADEON_DISPATCH_AGE(age) do { \
1131 OUT_RING(age); \
1134 #define RADEON_FRAME_AGE(age) do { \
1136 OUT_RING(age); \
1139 #define RADEON_CLEAR_AGE(age) do { \
1141 OUT_RING(age); \
H A Dradeon_cp.c2094 buf_priv->age <= done_age)) {
2135 buf_priv->age <= done_age)) {
2159 buf_priv->age = 0;
H A Ddrm.h210 unsigned int age; member in struct:drm_tex_region
H A Dr300_cmdbuf.c731 * Called by r300_do_cp_cmdbuf to update the internal buffer age and state.
732 * The actual age emit is done by r300_do_cp_cmdbuf, which is why you must
740 buf_priv->age = ++dev_priv->sarea_priv->last_dispatch;
973 * We emit the vertex buffer age here, outside the pacifier "brackets"
975 * (1) This may coalesce multiple age emissions into a single one and
982 /* Emit the vertex buffer age */
H A Dradeon_state.c1601 buf_priv->age = ++dev_priv->sarea_priv->last_dispatch;
1603 /* Emit the vertex buffer age */
1605 RADEON_DISPATCH_AGE(buf_priv->age);
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm.h118 unsigned int age; member in struct:drm_tex_region

Completed in 46 milliseconds