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

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 64 struct softpipe_cached_tile struct
91 struct softpipe_cached_tile *entries[NUM_ENTRIES];
98 struct softpipe_cached_tile *tile; /**< scratch tile for clears */
101 struct softpipe_cached_tile *last_tile; /**< most recently retrieved tile */
126 extern struct softpipe_cached_tile *
146 static inline struct softpipe_cached_tile *
sp_tile_cache.c 41 static struct softpipe_cached_tile *
118 tc->tile = MALLOC_STRUCT( softpipe_cached_tile );
238 clear_tile_rgba(struct softpipe_cached_tile *tile,
287 clear_tile(struct softpipe_cached_tile *tile,
452 struct softpipe_cached_tile *tile = tc->entries[pos];
478 static struct softpipe_cached_tile *
481 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile);
515 struct softpipe_cached_tile *
523 struct softpipe_cached_tile *tile = tc->entries[pos]
    [all...]
sp_quad_depth_test_tmp.h 61 struct softpipe_cached_tile *tile;
sp_quad_blend.c 934 struct softpipe_cached_tile *tile
    [all...]
sp_quad_depth_test.c 53 struct softpipe_cached_tile *tile;
65 const struct softpipe_cached_tile *tile = data->tile;
269 struct softpipe_cached_tile *tile = data->tile;

Completed in 237 milliseconds