Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp8076 static inline bool IsExtentAligned(const VkExtent3D *extent, const VkExtent3D *granularity) { in IsExtentAligned() function
8105 if (IsExtentAligned(&offset_extent, granularity) == false) { in CheckItgOffset()
8141 …if ((IsExtentAligned(extent, granularity) == false) && (IsExtentEqual(&offset_extent_sum, subresou… in CheckItgExtent()