Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp1862 static inline bool IsExtentEqual(const VkExtent3D *extent, const VkExtent3D *other_extent) { in IsExtentEqual() argument
1864 if ((extent->width != other_extent->width) || (extent->height != other_extent->height) || in IsExtentEqual()
1865 (extent->depth != other_extent->depth)) { in IsExtentEqual()