Searched refs:other_extent (Results 1 – 1 of 1) sorted by relevance
1862 static inline bool IsExtentEqual(const VkExtent3D *extent, const VkExtent3D *other_extent) { in IsExtentEqual() argument1864 if ((extent->width != other_extent->width) || (extent->height != other_extent->height) || in IsExtentEqual()1865 (extent->depth != other_extent->depth)) { in IsExtentEqual()