Searched defs:gx_ht_cache_s (Results 1 – 1 of 1) sorted by relevance
112 struct gx_ht_cache_s { struct114 byte *bits; /* the base of the bits */115 uint bits_size; /* the space available for bits */116 gx_ht_tile *ht_tiles; /* the base of the tiles */117 uint num_tiles; /* the number of tiles allocated */120 gx_ht_order order; /* the cached order vector */121 int num_cached; /* actual # of cached tiles */122 int levels_per_tile; /* # of levels per cached tile */123 int tiles_fit; /* -1 if not determined, 0 if no fit, */125 gx_bitmap_id base_id; /* the base id, to which */[all …]