Searched refs:lastStamp (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_drawable.c60 unsigned int lastStamp; local in function:dri_st_framebuffer_validate
73 * dPriv->dri2.stamp is the server stamp. dPriv->lastStamp is the
78 lastStamp = drawable->dPriv->lastStamp;
79 new_stamp = (drawable->texture_stamp != lastStamp);
93 drawable->texture_stamp = lastStamp;
96 } while (lastStamp != drawable->dPriv->lastStamp);
232 drawable->texture_stamp = drawable->dPriv->lastStamp - 1;
H A Ddri_context.c294 draw->texture_stamp = driDrawPriv->lastStamp - 1;
298 read->texture_stamp = driReadPriv->lastStamp - 1;
H A Ddrisw.c215 drawable->texture_stamp = dPriv->lastStamp - 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.c57 unsigned int lastStamp; local in function:dri_st_framebuffer_validate
70 * dPriv->dri2.stamp is the server stamp. dPriv->lastStamp is the
75 lastStamp = drawable->dPriv->lastStamp;
76 new_stamp = (drawable->texture_stamp != lastStamp);
90 drawable->texture_stamp = lastStamp;
93 } while (lastStamp != drawable->dPriv->lastStamp);
236 drawable->texture_stamp = drawable->dPriv->lastStamp - 1;
H A Ddri_context.c299 draw->texture_stamp = driDrawPriv->lastStamp - 1;
303 read->texture_stamp = driReadPriv->lastStamp - 1;
H A Ddrisw.c218 drawable->texture_stamp = dPriv->lastStamp - 1;
H A Ddri2.c83 drawable->dPriv->lastStamp = drawable->dPriv->dri2.stamp;
2103 if (drawable->texture_stamp == drawable->dPriv->lastStamp &&
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Ddri_util.h308 unsigned int lastStamp; member in struct:__DRIdrawableRec
H A Ddri_util.c685 pdraw->lastStamp = 0;
697 pdraw->dri2.stamp = pdraw->lastStamp + 1;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Ddri_util.h308 unsigned int lastStamp; member in struct:__DRIdrawableRec
H A Ddri_util.c692 pdraw->lastStamp = 0;
704 pdraw->dri2.stamp = pdraw->lastStamp + 1;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c335 if (drawable->lastStamp != drawable->dri2.stamp)
346 if (drawable->lastStamp != drawable->dri2.stamp)
383 drawable->lastStamp = drawable->dri2.stamp;
H A Dradeon_common_context.h397 unsigned int lastStamp; member in struct:radeon_context
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.c205 drawable->lastStamp = drawable->dri2.stamp;
230 if (drawable->lastStamp != drawable->dri2.stamp)
238 if (drawable->lastStamp != drawable->dri2.stamp)
H A Dintel_tex_image.c291 if (dPriv->lastStamp != dPriv->dri2.stamp ||
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.c207 drawable->lastStamp = drawable->dri2.stamp;
232 if (drawable->lastStamp != drawable->dri2.stamp)
240 if (drawable->lastStamp != drawable->dri2.stamp)
H A Dintel_tex_image.c291 if (dPriv->lastStamp != dPriv->dri2.stamp ||
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c336 if (drawable->lastStamp != drawable->dri2.stamp)
347 if (drawable->lastStamp != drawable->dri2.stamp)
384 drawable->lastStamp = drawable->dri2.stamp;
H A Dradeon_common_context.h397 unsigned int lastStamp; member in struct:radeon_context
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c245 if (draw->lastStamp == draw->dri2.stamp)
247 draw->lastStamp = draw->dri2.stamp;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c245 if (draw->lastStamp == draw->dri2.stamp)
247 draw->lastStamp = draw->dri2.stamp;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1432 drawable->lastStamp = drawable->dri2.stamp;
1485 drawable->lastStamp = drawable->dri2.stamp;
1511 if (drawable->lastStamp != drawable->dri2.stamp)
1518 if (drawable->lastStamp != drawable->dri2.stamp)
H A Dintel_tex_image.c453 if (dPriv->lastStamp != dPriv->dri2.stamp ||
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1512 drawable->lastStamp = drawable->dri2.stamp;
1565 drawable->lastStamp = drawable->dri2.stamp;
1591 if (drawable->lastStamp != drawable->dri2.stamp)
1598 if (drawable->lastStamp != drawable->dri2.stamp)
H A Dbrw_tex_image.c454 if (dPriv->lastStamp != dPriv->dri2.stamp ||

Completed in 36 milliseconds

12