|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Tile-cache state (caller-owned; treat as private). More...
#include <ra8_tile_cache.h>
Data Fields | |
| ra8_keycache_t | kc |
| Underlying keyed-LRU cache. | |
| ra8_tile_decode_fn | decode |
| Caller's tile decoder. | |
| void * | decode_ctx |
| Caller's decoder context. | |
Tile-cache state (caller-owned; treat as private).
Definition at line 163 of file ra8_tile_cache.h.
| ra8_tile_decode_fn ra8_tile_cache_t::decode |
Caller's tile decoder.
Definition at line 165 of file ra8_tile_cache.h.
Referenced by internal_tile_decode(), and ra8_tile_cache_init().
| void* ra8_tile_cache_t::decode_ctx |
Caller's decoder context.
Definition at line 166 of file ra8_tile_cache.h.
Referenced by internal_tile_decode(), and ra8_tile_cache_init().
| ra8_keycache_t ra8_tile_cache_t::kc |
Underlying keyed-LRU cache.
Definition at line 164 of file ra8_tile_cache.h.
Referenced by ra8_tile_cache_capacity(), ra8_tile_cache_get(), ra8_tile_cache_init(), ra8_tile_cache_prefetch(), ra8_tile_cache_put(), and ra8_tile_cache_stats().