HomeSort by relevance Sort by last modified time
    Searched defs:softpipe_cached_tile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tile_cache.h 63 struct softpipe_cached_tile struct
89 struct softpipe_cached_tile *entries[NUM_ENTRIES];
95 struct softpipe_cached_tile *tile; /**< scratch tile for clears */
98 struct softpipe_cached_tile *last_tile; /**< most recently retrieved tile */
129 extern struct softpipe_cached_tile *
149 static INLINE struct softpipe_cached_tile *
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 63 struct softpipe_cached_tile struct
89 struct softpipe_cached_tile *entries[NUM_ENTRIES];
95 struct softpipe_cached_tile *tile; /**< scratch tile for clears */
98 struct softpipe_cached_tile *last_tile; /**< most recently retrieved tile */
129 extern struct softpipe_cached_tile *
149 static INLINE struct softpipe_cached_tile *

Completed in 35 milliseconds