Lines Matching refs:imageSubresource
520 switch(region.imageSubresource.aspectMask) in copy()
530 UNSUPPORTED("aspectMask %x", int(region.imageSubresource.aspectMask)); in copy()
534 auto aspect = static_cast<VkImageAspectFlagBits>(region.imageSubresource.aspectMask); in copy()
551 …ter(region.imageOffset, { region.imageSubresource.aspectMask, region.imageSubresource.mipLevel, re… in copy()
554 int imageRowPitchBytes = rowPitchBytes(aspect, region.imageSubresource.mipLevel); in copy()
555 int imageSlicePitchBytes = slicePitchBytes(aspect, region.imageSubresource.mipLevel); in copy()
562 VkExtent3D mipLevelExtent = getMipLevelExtent(aspect, region.imageSubresource.mipLevel); in copy()
596 for(uint32_t i = 0; i < region.imageSubresource.layerCount; i++) in copy()
644 contentsChanged({ region.imageSubresource.aspectMask, region.imageSubresource.mipLevel, 1, in copy()
645 region.imageSubresource.baseArrayLayer, region.imageSubresource.layerCount }); in copy()
704 …VkImageAspectFlagBits aspect = static_cast<VkImageAspectFlagBits>(region.imageSubresource.aspectMa… in bufferExtentInBlocks()