
Data Fields | |
| unsigned | id |
| const char * | name |
| struct brw_context * | brw |
| struct brw_mem_pool * | pool |
| struct brw_cache_item ** | items |
| unsigned | size |
| unsigned | n_items |
| unsigned | key_size |
| unsigned | aux_size |
| unsigned | last_addr |
Definition at line 365 of file brw_context.h.
| unsigned brw_cache::id |
Definition at line 366 of file brw_context.h.
| const char* brw_cache::name |
Definition at line 368 of file brw_context.h.
struct brw_context* brw_cache::brw [read] |
Definition at line 370 of file brw_context.h.
struct brw_mem_pool* brw_cache::pool [read] |
Definition at line 371 of file brw_context.h.
struct brw_cache_item** brw_cache::items [read] |
Definition at line 373 of file brw_context.h.
| unsigned brw_cache::size |
Definition at line 374 of file brw_context.h.
| unsigned brw_cache::n_items |
Definition at line 374 of file brw_context.h.
| unsigned brw_cache::key_size |
Definition at line 376 of file brw_context.h.
| unsigned brw_cache::aux_size |
Definition at line 377 of file brw_context.h.
| unsigned brw_cache::last_addr |
Definition at line 379 of file brw_context.h.
1.5.4