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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h 99 struct softpipe_tex_cached_tile *last_tile; /**< most recently retrieved tile */ member in struct:softpipe_tex_tile_cache
157 if (tc->last_tile->addr.value == addr.value)
158 return tc->last_tile;
sp_tile_cache.h 98 struct softpipe_cached_tile *last_tile; /**< most recently retrieved tile */ member in struct:softpipe_tile_cache
156 return tc->last_tile;
sp_tex_tile_cache.c 61 tc->last_tile = &tc->entries[0]; /* any tile */
326 tc->last_tile = tile;
sp_tile_cache.c 599 tc->last_tile = tile;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h 99 struct softpipe_tex_cached_tile *last_tile; /**< most recently retrieved tile */ member in struct:softpipe_tex_tile_cache
157 if (tc->last_tile->addr.value == addr.value)
158 return tc->last_tile;
sp_tile_cache.h 98 struct softpipe_cached_tile *last_tile; /**< most recently retrieved tile */ member in struct:softpipe_tile_cache
156 return tc->last_tile;
sp_tex_tile_cache.c 61 tc->last_tile = &tc->entries[0]; /* any tile */
326 tc->last_tile = tile;
sp_tile_cache.c 599 tc->last_tile = tile;
  /external/chromium_org/cc/resources/
tile_manager_unittest.cc 671 Tile* last_tile = NULL; local
683 if (!last_tile)
684 last_tile = tile;
686 EXPECT_LE(last_tile->priority(ACTIVE_TREE).priority_bin,
688 if (last_tile->priority(ACTIVE_TREE).priority_bin ==
691 last_tile->priority(ACTIVE_TREE).distance_to_visible <=
696 last_tile->priority(ACTIVE_TREE).resolution !=
699 EXPECT_EQ(LOW_RESOLUTION, last_tile->priority(ACTIVE_TREE).resolution);
702 last_tile = tile;
714 last_tile = NULL
851 Tile* last_tile = NULL; local
    [all...]
picture_layer_tiling_unittest.cc 884 Tile* last_tile = *it; local
966 Tile* last_tile = NULL; local
1056 Tile* last_tile = *it; local
    [all...]
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc 2286 Tile* last_tile = NULL; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 805 const int last_tile = tile_row == tile_rows - 1 && local
807 const size_t size = get_tile(data_end, last_tile, &cm->error, &data);
820 const int last_tile = tile_row == tile_rows - 1 && local
829 if (last_tile)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 807 const int last_tile = tile_row == tile_rows - 1 && local
809 const size_t size = get_tile(data_end, last_tile, &cm->error, &data);
822 const int last_tile = tile_row == tile_rows - 1 && local
831 if (last_tile)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 842 const int last_tile = tile_row == tile_rows - 1 && local
852 if (last_tile)
    [all...]

Completed in 383 milliseconds