Searched refs:iface_stamp (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_viewport.c58 stdraw->iface_stamp = p_atomic_read(&stdraw->iface->stamp) - 1;
60 stread->iface_stamp = p_atomic_read(&stread->iface->stamp) - 1;
H A Dst_manager.c215 if (stfb->iface_stamp == new_stamp)
226 stfb->iface_stamp = new_stamp;
228 } while(stfb->iface_stamp != new_stamp);
504 stfb->iface_stamp = p_atomic_read(&stfbi->stamp) - 1;
1249 stfb->iface_stamp = p_atomic_read(&stfb->iface->stamp) - 1;
H A Dst_context.h396 int32_t iface_stamp; member in struct:st_framebuffer
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_viewport.c58 stdraw->iface_stamp = p_atomic_read(&stdraw->iface->stamp) - 1;
60 stread->iface_stamp = p_atomic_read(&stread->iface->stamp) - 1;
H A Dst_manager.c215 if (stfb->iface_stamp == new_stamp)
226 stfb->iface_stamp = new_stamp;
228 } while(stfb->iface_stamp != new_stamp);
500 stfb->iface_stamp = p_atomic_read(&stfbi->stamp) - 1;
1276 stfb->iface_stamp = p_atomic_read(&stfb->iface->stamp) - 1;
H A Dst_context.h441 int32_t iface_stamp; member in struct:st_framebuffer

Completed in 37 milliseconds