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

  /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;
  /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...]

Completed in 65 milliseconds