Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp4852 …VkDeviceSize max_buffer_offset = (z_copies - 1) * buffer_height * buffer_width; // offset to … in ValidateBufferBounds() local
4853max_buffer_offset += ((copy_extent.height - 1) * buffer_width) + copy_extent.width; // add row,col in ValidateBufferBounds()
4854max_buffer_offset *= unit_size; // convert to… in ValidateBufferBounds()
4855max_buffer_offset += pRegions[i].bufferOffset; // add initia… in ValidateBufferBounds()
4857 if (buffer_size < max_buffer_offset) { in ValidateBufferBounds()