Searched refs:subresource_extent (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 2034 … 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, ®ion->imageSubresource); in ValidateCopyBufferImageTransferGranularityRequirements() local 2126 …ckItgExtent(cb_node, ®ion->imageExtent, ®ion->imageOffset, &granularity, &subresource_extent, in ValidateCopyBufferImageTransferGranularityRequirements() [all …]
|
D | core_validation.h | 1350 … const VkExtent3D* granularity, const VkExtent3D* subresource_extent, const VkImageType image_type,
|