Lines Matching refs:imageSubresource
159 if(!((region.imageSubresource.aspectMask == VK_IMAGE_ASPECT_COLOR_BIT) || in copy()
160 (region.imageSubresource.aspectMask == VK_IMAGE_ASPECT_DEPTH_BIT) || in copy()
161 (region.imageSubresource.aspectMask == VK_IMAGE_ASPECT_STENCIL_BIT))) in copy()
166 VkExtent3D mipLevelExtent = getMipLevelExtent(region.imageSubresource.mipLevel); in copy()
167 int imageBytesPerTexel = bytesPerTexel(region.imageSubresource.aspectMask); in copy()
168 …int imageRowPitchBytes = rowPitchBytes(region.imageSubresource.aspectMask, region.imageSubresource… in copy()
169 …int imageSlicePitchBytes = slicePitchBytes(region.imageSubresource.aspectMask, region.imageSubreso… in copy()
191 … getMemoryOffset(region.imageSubresource.aspectMask, region.imageSubresource.mipLevel, in copy()
192 region.imageSubresource.baseArrayLayer) + in copy()
193 texelOffsetBytesInStorage(region.imageOffset, region.imageSubresource))); in copy()
219 for(uint32_t i = 0; i < region.imageSubresource.layerCount; i++) in copy()