Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp8035 static inline bool IsExtentEqual(const VkExtent3D *extent, const VkExtent3D *other_extent) { in IsExtentEqual() argument
8037 if ((extent->width != other_extent->width) || (extent->height != other_extent->height) || in IsExtentEqual()
8038 (extent->depth != other_extent->depth)) { in IsExtentEqual()