Searched refs:softpipe_cached_tile (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h64 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 *
H A Dsp_tile_cache.c41 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,
453 struct softpipe_cached_tile *tile = tc->entries[pos];
479 static struct softpipe_cached_tile *
482 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile);
516 struct softpipe_cached_tile *
524 struct softpipe_cached_tile *til
[all...]
H A Dsp_quad_depth_test_tmp.h61 struct softpipe_cached_tile *tile;
H A Dsp_quad_blend.c934 struct softpipe_cached_tile *tile
1037 struct softpipe_cached_tile *tile
1111 struct softpipe_cached_tile *tile
1179 struct softpipe_cached_tile *tile
H A Dsp_quad_depth_test.c53 struct softpipe_cached_tile *tile;
65 const struct softpipe_cached_tile *tile = data->tile;
269 struct softpipe_cached_tile *tile = data->tile;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h64 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 *
H A Dsp_tile_cache.c41 static struct softpipe_cached_tile *
115 tc->tile = MALLOC_STRUCT( softpipe_cached_tile );
235 clear_tile_rgba(struct softpipe_cached_tile *tile,
284 clear_tile(struct softpipe_cached_tile *tile,
422 struct softpipe_cached_tile *tile = tc->entries[pos];
448 static struct softpipe_cached_tile *
451 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile);
485 struct softpipe_cached_tile *
493 struct softpipe_cached_tile *til
[all...]
H A Dsp_quad_depth_test_tmp.h61 struct softpipe_cached_tile *tile;
H A Dsp_quad_blend.c936 struct softpipe_cached_tile *tile
1039 struct softpipe_cached_tile *tile
1113 struct softpipe_cached_tile *tile
1181 struct softpipe_cached_tile *tile
H A Dsp_quad_depth_test.c53 struct softpipe_cached_tile *tile;
65 const struct softpipe_cached_tile *tile = data->tile;
269 struct softpipe_cached_tile *tile = data->tile;

Completed in 10 milliseconds