Searched defs:mip_extent (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dbuffer_validation.cpp1585 const VkExtent3D mip_extent = GetImageSubresourceExtent(src_state, &(region.srcSubresource)); local
1587 (src_copy_extent.width + region.srcOffset.x != mip_extent.width)) {
1593 i, src_copy_extent.width, block_size.width, region.srcOffset.x, mip_extent.width,
1599 (src_copy_extent.height + region.srcOffset.y != mip_extent.height)) {
1605 i, src_copy_extent.height, block_size.height, region.srcOffset.y, mip_extent.height,
1611 if ((SafeModulo(copy_depth, block_size.depth) != 0) && (copy_depth + region.srcOffset.z != mip_extent.depth)) {
1617 i, src_copy_extent.depth, block_size.depth, region.srcOffset.z, mip_extent.depth,
1709 const VkExtent3D mip_extent = GetImageSubresourceExtent(dst_state, &(region.dstSubresource)); local
1711 (dst_copy_extent.width + region.dstOffset.x != mip_extent.width)) {
1717 i, dst_copy_extent.width, block_size.width, region.dstOffset.x, mip_extent
3832 VkExtent3D mip_extent = GetImageSubresourceExtent(image_state, &(pRegions[i].imageSubresource)); local
[all...]

Completed in 84 milliseconds