Home
last modified time | relevance | path

Searched refs:cur_fences (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_drawable.c301 if (draw->cur_fences >= draw->desired_fences) { in swap_fences_pop_front()
305 --draw->cur_fences; in swap_fences_pop_front()
326 while(draw->cur_fences == draw->desired_fences) in swap_fences_push_back()
329 draw->cur_fences++; in swap_fences_push_back()
346 while(draw->cur_fences) { in swap_fences_unref()
349 --draw->cur_fences; in swap_fences_unref()
Ddri_drawable.h63 unsigned int cur_fences; member
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri_drawable.c301 if (draw->cur_fences >= draw->desired_fences) { in swap_fences_pop_front()
305 --draw->cur_fences; in swap_fences_pop_front()
326 while(draw->cur_fences == draw->desired_fences) in swap_fences_push_back()
329 draw->cur_fences++; in swap_fences_push_back()
346 while(draw->cur_fences) { in swap_fences_unref()
349 --draw->cur_fences; in swap_fences_unref()
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddri_drawable.c301 if (draw->cur_fences >= draw->desired_fences) { in swap_fences_pop_front()
305 --draw->cur_fences; in swap_fences_pop_front()
326 while(draw->cur_fences == draw->desired_fences) in swap_fences_push_back()
329 draw->cur_fences++; in swap_fences_push_back()
346 while(draw->cur_fences) { in swap_fences_unref()
349 --draw->cur_fences; in swap_fences_unref()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Dnative_helper.c60 unsigned int cur_fences; member
302 if (rsurf->cur_fences >= rsurf->desired_fences) { in swap_fences_pop_front()
306 --rsurf->cur_fences; in swap_fences_pop_front()
320 while(rsurf->cur_fences == rsurf->desired_fences) in swap_fences_push_back()
323 rsurf->cur_fences++; in swap_fences_push_back()