Searched refs:IsExtentAligned (Results 1 – 1 of 1) sorted by relevance
8076 static inline bool IsExtentAligned(const VkExtent3D *extent, const VkExtent3D *granularity) { in IsExtentAligned() function8105 if (IsExtentAligned(&offset_extent, granularity) == false) { in CheckItgOffset()8141 …if ((IsExtentAligned(extent, granularity) == false) && (IsExtentEqual(&offset_extent_sum, subresou… in CheckItgExtent()