Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp4944 uint32_t z_copies = std::max(copy_extent.depth, pRegions[i].imageSubresource.layerCount); in ValidateBufferBounds() local
4945 if (IsExtentSizeZero(&copy_extent) || (0 == z_copies)) { in ValidateBufferBounds()
4949 …VkDeviceSize max_buffer_offset = (z_copies - 1) * buffer_height * buffer_width; // offset to … in ValidateBufferBounds()