OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:softpipe_cached_tile
(Results
1 - 5
of
5
) sorted by null
/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
*
sp_tile_cache.c
41
static struct
softpipe_cached_tile
*
110
tc->tile = MALLOC_STRUCT(
softpipe_cached_tile
);
220
clear_tile_rgba(struct
softpipe_cached_tile
*tile,
269
clear_tile(struct
softpipe_cached_tile
*tile,
439
struct
softpipe_cached_tile
*tile = tc->entries[pos];
461
static struct
softpipe_cached_tile
*
464
struct
softpipe_cached_tile
* tile = MALLOC_STRUCT(
softpipe_cached_tile
);
498
struct
softpipe_cached_tile
*
506
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
935
struct
softpipe_cached_tile
*tile
[
all
...]
sp_quad_depth_test.c
53
struct
softpipe_cached_tile
*tile;
63
const struct
softpipe_cached_tile
*tile = data->tile;
256
struct
softpipe_cached_tile
*tile = data->tile;
Completed in 2855 milliseconds