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.cpp2034 … const VkExtent3D *granularity, const VkExtent3D *subresource_extent, const VkImageType image_type, in CheckItgExtent() argument
2040 if (IsExtentEqual(extent, subresource_extent) == false) { in CheckItgExtent()
2045 … function, i, member, extent->width, extent->height, extent->depth, subresource_extent->width, in CheckItgExtent()
2046 subresource_extent->height, subresource_extent->depth); in CheckItgExtent()
2062 (subresource_extent->depth == offset_extent_sum.depth)); in CheckItgExtent()
2066 (subresource_extent->height == offset_extent_sum.height)); in CheckItgExtent()
2070 (subresource_extent->width == offset_extent_sum.width)); in CheckItgExtent()
2084 … extent->depth, subresource_extent->width, subresource_extent->height, subresource_extent->depth); in CheckItgExtent()
2125 VkExtent3D subresource_extent = GetImageSubresourceExtent(img, &region->imageSubresource); in ValidateCopyBufferImageTransferGranularityRequirements() local
2126 …ckItgExtent(cb_node, &region->imageExtent, &region->imageOffset, &granularity, &subresource_extent, in ValidateCopyBufferImageTransferGranularityRequirements()
[all …]
Dcore_validation.h1350 … const VkExtent3D* granularity, const VkExtent3D* subresource_extent, const VkImageType image_type,