OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_stamp
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_manager.c
109
int32_t
new_stamp
;
local
115
new_stamp
= p_atomic_read(&stfb->iface->stamp);
116
if (stfb->iface_stamp !=
new_stamp
) {
123
stfb->iface_stamp =
new_stamp
;
124
new_stamp
= p_atomic_read(&stfb->iface->stamp);
126
} while (stfb->iface_stamp !=
new_stamp
);
/external/mesa3d/src/gallium/state_trackers/vega/
vg_manager.c
109
int32_t
new_stamp
;
local
115
new_stamp
= p_atomic_read(&stfb->iface->stamp);
116
if (stfb->iface_stamp !=
new_stamp
) {
123
stfb->iface_stamp =
new_stamp
;
124
new_stamp
= p_atomic_read(&stfb->iface->stamp);
126
} while (stfb->iface_stamp !=
new_stamp
);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_drawable.c
54
boolean
new_stamp
;
local
72
new_stamp
= (drawable->texture_stamp != lastStamp);
74
if (
new_stamp
|| new_mask || screen->broken_invalidate) {
75
if (
new_stamp
&& drawable->update_drawable_info)
/external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.c
54
boolean
new_stamp
;
local
72
new_stamp
= (drawable->texture_stamp != lastStamp);
74
if (
new_stamp
|| new_mask || screen->broken_invalidate) {
75
if (
new_stamp
&& drawable->update_drawable_info)
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_manager.c
188
int32_t
new_stamp
= p_atomic_read(&stfb->iface->stamp);
local
190
if (stfb->iface_stamp ==
new_stamp
)
199
stfb->iface_stamp =
new_stamp
;
200
new_stamp
= p_atomic_read(&stfb->iface->stamp);
201
} while(stfb->iface_stamp !=
new_stamp
);
/external/mesa3d/src/mesa/state_tracker/
st_manager.c
188
int32_t
new_stamp
= p_atomic_read(&stfb->iface->stamp);
local
190
if (stfb->iface_stamp ==
new_stamp
)
199
stfb->iface_stamp =
new_stamp
;
200
new_stamp
= p_atomic_read(&stfb->iface->stamp);
201
} while(stfb->iface_stamp !=
new_stamp
);
Completed in 434 milliseconds