Searched refs:clut_offset (Results 1 – 1 of 1) sorted by relevance
794 uint8_t clut_offset [ 4]; member827 uint32_t clut_offset = read_big_u32(mABTag->clut_offset); in read_tag_mab() local878 if (0 == clut_offset) { in read_tag_mab()886 if (tag->size < clut_offset + SAFE_FIXED_SIZE(CLUT_Layout)) { in read_tag_mab()889 const CLUT_Layout* clut = (const CLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab()910 if (tag->size < clut_offset + SAFE_FIXED_SIZE(CLUT_Layout) + grid_size) { in read_tag_mab()914 if (0 != clut_offset) { in read_tag_mab()953 uint32_t clut_offset = read_big_u32(mBATag->clut_offset); in read_tag_mba() local1003 if (0 == clut_offset) { in read_tag_mba()1013 if (tag->size < clut_offset + SAFE_FIXED_SIZE(CLUT_Layout)) { in read_tag_mba()[all …]