Lines Matching refs:clut_offset
791 uint8_t clut_offset [ 4]; member
824 uint32_t clut_offset = read_big_u32(mABTag->clut_offset); in read_tag_mab() local
875 if (0 == clut_offset) { in read_tag_mab()
883 if (tag->size < clut_offset + SAFE_FIXED_SIZE(CLUT_Layout)) { in read_tag_mab()
886 const CLUT_Layout* clut = (const CLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab()
907 if (tag->size < clut_offset + SAFE_FIXED_SIZE(CLUT_Layout) + grid_size) { in read_tag_mab()
911 if (0 != clut_offset) { in read_tag_mab()
950 uint32_t clut_offset = read_big_u32(mBATag->clut_offset); in read_tag_mba() local
1000 if (0 == clut_offset) { in read_tag_mba()
1010 if (tag->size < clut_offset + SAFE_FIXED_SIZE(CLUT_Layout)) { in read_tag_mba()
1013 const CLUT_Layout* clut = (const CLUT_Layout*)(tag->buf + clut_offset); in read_tag_mba()
1033 if (tag->size < clut_offset + SAFE_FIXED_SIZE(CLUT_Layout) + grid_size) { in read_tag_mba()
1037 if (0 != clut_offset) { in read_tag_mba()