Searched refs:GFX_ALIGN (Results 1 – 1 of 1) sorted by relevance
38 #define GFX_ALIGN(x, a) (((x) + ((a) - 1)) - (((x) + ((a) - 1)) & ((a) - 1))) // Alt implementation… macro284 offset = GFX_ALIGN(curWidth, hAlign);288 offset += GFX_ALIGN(curWidth, hAlign);326 curWidth = GFX_ALIGN(curWidth, hAlign);368 uint32_t alignedMipHeight = GFX_ALIGN(mipHeight, vAlign);