Home
last modified time | relevance | path

Searched refs:softpipe_cached_tile (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.h64 struct softpipe_cached_tile struct
91 struct softpipe_cached_tile *entries[NUM_ENTRIES]; argument
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 *
Dsp_tile_cache.c41 static struct softpipe_cached_tile *
118 tc->tile = MALLOC_STRUCT( softpipe_cached_tile ); in sp_create_tile_cache()
238 clear_tile_rgba(struct softpipe_cached_tile *tile, in clear_tile_rgba()
287 clear_tile(struct softpipe_cached_tile *tile, in clear_tile()
452 struct softpipe_cached_tile *tile = tc->entries[pos]; in sp_flush_tile_cache()
478 static struct softpipe_cached_tile *
481 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile); in sp_alloc_tile()
515 struct softpipe_cached_tile *
523 struct softpipe_cached_tile *tile = tc->entries[pos]; in sp_find_cached_tile()
Dsp_quad_depth_test_tmp.h61 struct softpipe_cached_tile *tile; in NAME()
Dsp_quad_blend.c934 struct softpipe_cached_tile *tile in blend_fallback()
1037 struct softpipe_cached_tile *tile in blend_single_add_src_alpha_inv_src_alpha()
1111 struct softpipe_cached_tile *tile in blend_single_add_one_one()
1179 struct softpipe_cached_tile *tile in single_output_color()
Dsp_quad_depth_test.c53 struct softpipe_cached_tile *tile;
65 const struct softpipe_cached_tile *tile = data->tile; in get_depth_stencil_values()
269 struct softpipe_cached_tile *tile = data->tile; in write_depth_stencil_values()