Home
last modified time | relevance | path

Searched refs:bitmap_count (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/genxml/
Ddecode.c632 int bitmap_count = levels; in pandecode_texture_payload() local
636 bitmap_count *= 6; in pandecode_texture_payload()
639 bitmap_count *= nr_samples; in pandecode_texture_payload()
642 bitmap_count *= array_size; in pandecode_texture_payload()
646 bitmap_count *= 2; in pandecode_texture_payload()
649 payload, sizeof(mali_ptr) * bitmap_count); in pandecode_texture_payload()
650 for (int i = 0; i < bitmap_count; ++i) { in pandecode_texture_payload()
/third_party/FreeBSD/sbin/fsck_msdosfs/
Dfat.c118 bitmap_count(long_bitmap_t *lbp) in bitmap_count() function
208 return (bitmap_count(&fat->headbitmap)); in fat_get_head_count()