Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp1997 … const VkOffset3D *offset, const VkExtent3D *granularity, const VkExtent3D *subresource_extent, in CheckItgExtent() argument
2004 if (IsExtentEqual(extent, subresource_extent) == false) { in CheckItgExtent()
2009 … function, i, member, extent->width, extent->height, extent->depth, subresource_extent->width, in CheckItgExtent()
2010 subresource_extent->height, subresource_extent->depth); in CheckItgExtent()
2026 (subresource_extent->depth == offset_extent_sum.depth)); in CheckItgExtent()
2030 (subresource_extent->height == offset_extent_sum.height)); in CheckItgExtent()
2034 (subresource_extent->width == offset_extent_sum.width)); in CheckItgExtent()
2048 … extent->depth, subresource_extent->width, subresource_extent->height, subresource_extent->depth); in CheckItgExtent()
2090 VkExtent3D subresource_extent = GetImageSubresourceExtent(img, &region->imageSubresource); in ValidateCopyBufferImageTransferGranularityRequirements() local
2091 …evice_data, cb_node, &region->imageExtent, &region->imageOffset, &granularity, &subresource_extent, in ValidateCopyBufferImageTransferGranularityRequirements()
[all …]
Dcore_validation.h730 … const VkExtent3D* granularity, const VkExtent3D* subresource_extent, const VkImageType image_type,