Searched refs:new_stamp (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_drawable.c58 boolean new_stamp; local in function:dri_st_framebuffer_validate
79 new_stamp = (drawable->texture_stamp != lastStamp);
81 if (new_stamp || new_mask || screen->broken_invalidate) {
82 if (new_stamp && drawable->update_drawable_info)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.c55 bool new_stamp; local in function:dri_st_framebuffer_validate
76 new_stamp = (drawable->texture_stamp != lastStamp);
78 if (new_stamp || new_mask || screen->broken_invalidate) {
79 if (new_stamp && drawable->update_drawable_info)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_manager.c212 int32_t new_stamp; local in function:st_framebuffer_validate
214 new_stamp = p_atomic_read(&stfb->iface->stamp);
215 if (stfb->iface_stamp == new_stamp)
226 stfb->iface_stamp = new_stamp;
227 new_stamp = p_atomic_read(&stfb->iface->stamp);
228 } while(stfb->iface_stamp != new_stamp);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_manager.c212 int32_t new_stamp; local in function:st_framebuffer_validate
214 new_stamp = p_atomic_read(&stfb->iface->stamp);
215 if (stfb->iface_stamp == new_stamp)
226 stfb->iface_stamp = new_stamp;
227 new_stamp = p_atomic_read(&stfb->iface->stamp);
228 } while(stfb->iface_stamp != new_stamp);

Completed in 16 milliseconds