Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp1970 static inline bool IsExtentSizeZero(const VkExtent3D *extent) { in IsExtentSizeZero() function
4884 if (IsExtentSizeZero(&extent)) // Warn on zero area subresource in ValidateImageBounds()
4945 if (IsExtentSizeZero(&copy_extent) || (0 == z_copies)) { in ValidateBufferBounds()