Lines Matching refs:dstSubresource
1753 const VkImageSubresourceLayers *dst_subres = ®ion.dstSubresource;
2126 dst, info->dstImageLayout, ®ion->dstSubresource,
2133 dst, ®ion->dstSubresource, region->dstOffsets,
2146 uint32_t dst_level = region->dstSubresource.mipLevel;
2155 dst_is_3d ? region->dstOffsets[0].z : region->dstSubresource.baseArrayLayer;
2178 dst, info->dstImageLayout, ®ion->dstSubresource,
2199 dst, info->dstImageLayout, ®ion->dstSubresource,
2228 dst, ®ion->dstSubresource, dst_offset,
2236 dst, aspect, region->dstSubresource.mipLevel,
2237 region->dstSubresource.baseArrayLayer + layer);
2244 dst, info->dstImageLayout, ®ion->dstSubresource,
3020 assert(aspect & region->dstSubresource.aspectMask);
3042 region->extent.width != u_minify(dst->vk.extent.width, region->dstSubresource.mipLevel) ||
3043 region->extent.height != u_minify(dst->vk.extent.height, region->dstSubresource.mipLevel))
3074 .dstSubresource = info->pRegions[r].dstSubresource,