Searched refs:z_copies (Results 1 – 1 of 1) sorted by relevance
4944 uint32_t z_copies = std::max(copy_extent.depth, pRegions[i].imageSubresource.layerCount); in ValidateBufferBounds() local4945 if (IsExtentSizeZero(©_extent) || (0 == z_copies)) { in ValidateBufferBounds()4949 …VkDeviceSize max_buffer_offset = (z_copies - 1) * buffer_height * buffer_width; // offset to … in ValidateBufferBounds()