Searched refs:sp_create_tile_cache (Results 1 – 3 of 3) sorted by relevance
106 sp_create_tile_cache( struct pipe_context *pipe );
254 softpipe->cbuf_cache[i] = sp_create_tile_cache( &softpipe->pipe ); in softpipe_create_context()255 softpipe->zsbuf_cache = sp_create_tile_cache( &softpipe->pipe ); in softpipe_create_context()
91 sp_create_tile_cache( struct pipe_context *pipe ) in sp_create_tile_cache() function