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

/external/vulkan-validation-layers/layers/
H A Dbuffer_validation.cpp3959 uint32_t z_copies = std::max(copy_extent.depth, pRegions[i].imageSubresource.layerCount); local
3960 if (IsExtentSizeZero(&copy_extent) || (0 == z_copies)) {
3964 VkDeviceSize max_buffer_offset = (z_copies - 1) * buffer_height * buffer_width; // offset to slice

Completed in 124 milliseconds