Searched refs:GFX_ALIGN (Results 1 – 1 of 1) sorted by relevance
39 #define GFX_ALIGN(x, a) (((x) + ((a) - 1)) - (((x) + ((a) - 1)) & ((a) - 1))) // Alt implementation… macro283 offset = GFX_ALIGN(curWidth, hAlign);287 offset += GFX_ALIGN(curWidth, hAlign);325 curWidth = GFX_ALIGN(curWidth, hAlign);367 uint32_t alignedMipHeight = GFX_ALIGN(mipHeight, vAlign);