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

  /external/mesa3d/src/util/
simple_list.h 177 #define is_empty_list(list) ((list)->next == (list)) macro
  /external/mesa3d/src/gallium/auxiliary/util/
u_cache.c 277 assert(is_empty_list(&cache->lru));
365 assert (is_empty_list(&cache->lru));
371 assert (!is_empty_list(&cache->lru));
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_dma.c 223 if (is_empty_list(&rmesa->dma.free)
255 if (is_empty_list(&rmesa->dma.reserved)) {
280 if (is_empty_list(&rmesa->dma.reserved)
323 if (is_empty_list(&rmesa->dma.reserved))
432 if (!is_empty_list(&dma->reserved)) {
459 if(is_empty_list(&rmesa->dma.reserved)
radeon_common.c 572 if (!radeon->dma.flush && !radeon->cmdbuf.cs->cdw && is_empty_list(&radeon->dma.reserved))
radeon_common_context.c 258 if (!is_empty_list(&radeon->dma.reserved)) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 111 if (is_empty_list(&fpme->llvm->gs_variants_list)) {
235 if (is_empty_list(&fpme->llvm->vs_variants_list)) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 923 if (is_empty_list(&lp->setup_variants_list)) {
    [all...]
lp_state_fs.c     [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 633 is_empty_list(const struct gl_display_list *dlist) function
731 if (!list || is_empty_list(list)) {
    [all...]

Completed in 939 milliseconds