Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dallocimbuf.c139 if (ibuf->tiles && (ibuf->mall & IB_tiles)) { in imb_freetilesImBuf()
153 ibuf->mall &= ~IB_tiles; in imb_freetilesImBuf()
471 ibuf->mall |= IB_tiles; in imb_addtilesImBuf()
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/
H A DIMB_imbuf_types.h159 IB_tiles = 1 << 10, enumerator