HomeSort by relevance Sort by last modified time
    Searched refs:LIST_IS_EMPTY (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dirty_surfaces.h 88 if(!LIST_IS_EMPTY(&dss->dirty_list))
102 return !LIST_IS_EMPTY(&ds->dirty_list);
108 if(LIST_IS_EMPTY(&ds->dirty_list))
115 if(!LIST_IS_EMPTY(&ds->dirty_list))
u_double_list.h 106 #define LIST_IS_EMPTY(__list) \
  /external/mesa3d/src/gallium/auxiliary/util/
u_dirty_surfaces.h 88 if(!LIST_IS_EMPTY(&dss->dirty_list))
102 return !LIST_IS_EMPTY(&ds->dirty_list);
108 if(LIST_IS_EMPTY(&ds->dirty_list))
115 if(!LIST_IS_EMPTY(&ds->dirty_list))
u_double_list.h 106 #define LIST_IS_EMPTY(__list) \
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_mm.c 177 if (!LIST_IS_EMPTY(&bucket->used)) {
180 if (LIST_IS_EMPTY(&bucket->free)) {
280 if (!LIST_IS_EMPTY(&cache->bucket[i].used) ||
281 !LIST_IS_EMPTY(&cache->bucket[i].full))
nouveau_fence.c 128 if (!LIST_IS_EMPTY(&fence->work)) {
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 177 if (!LIST_IS_EMPTY(&bucket->used)) {
180 if (LIST_IS_EMPTY(&bucket->free)) {
280 if (!LIST_IS_EMPTY(&cache->bucket[i].used) ||
281 !LIST_IS_EMPTY(&cache->bucket[i].full))
nouveau_fence.c 128 if (!LIST_IS_EMPTY(&fence->work)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_debug.c 394 if(!LIST_IS_EMPTY(&mgr->list))
447 if(!LIST_IS_EMPTY(&mgr->list)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.c 248 if (!LIST_IS_EMPTY(&cache->empty)) {
255 else if (!LIST_IS_EMPTY(&cache->unused)) {
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_debug.c 394 if(!LIST_IS_EMPTY(&mgr->list))
447 if(!LIST_IS_EMPTY(&mgr->list)) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 248 if (!LIST_IS_EMPTY(&cache->empty)) {
255 else if (!LIST_IS_EMPTY(&cache->unused)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 77 if (!LIST_IS_EMPTY(&rscreen->fences.pool)) {
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 77 if (!LIST_IS_EMPTY(&rscreen->fences.pool)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.c 60 if (!LIST_IS_EMPTY(&rscreen->fences.pool)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 309 if (!LIST_IS_EMPTY(&mgr->va_holes)) {
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 60 if (!LIST_IS_EMPTY(&rscreen->fences.pool)) {
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 309 if (!LIST_IS_EMPTY(&mgr->va_holes)) {

Completed in 447 milliseconds