OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NUM_ENTRIES
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h
76
#define
NUM_ENTRIES
50
87
struct softpipe_tex_cached_tile entries[
NUM_ENTRIES
];
sp_tile_cache.h
78
#define
NUM_ENTRIES
50
88
union tile_address tile_addrs[
NUM_ENTRIES
];
89
struct softpipe_cached_tile *entries[
NUM_ENTRIES
];
/external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h
76
#define
NUM_ENTRIES
50
87
struct softpipe_tex_cached_tile entries[
NUM_ENTRIES
];
sp_tile_cache.h
78
#define
NUM_ENTRIES
50
88
union tile_address tile_addrs[
NUM_ENTRIES
];
89
struct softpipe_cached_tile *entries[
NUM_ENTRIES
];
Completed in 177 milliseconds