Lines Matching refs:srcSubresource
1752 const VkImageSubresourceLayers *src_subres = ®ion.srcSubresource;
2122 dzn_foreach_aspect(aspect, region->srcSubresource.aspectMask) {
2125 src, info->srcImageLayout, ®ion->srcSubresource,
2129 aspect, ®ion->srcSubresource,
2132 src, ®ion->srcSubresource, region->srcOffsets,
2145 uint32_t layer_count = dzn_get_layer_count(src, ®ion->srcSubresource);
2177 src, info->srcImageLayout, ®ion->srcSubresource,
2195 dzn_foreach_aspect(aspect, region->srcSubresource.aspectMask) {
2198 src, info->srcImageLayout, ®ion->srcSubresource,
2202 ®ion->srcSubresource,
2227 src, ®ion->srcSubresource, src_offset,
2231 uint32_t layer_count = dzn_get_layer_count(src, ®ion->srcSubresource);
2243 src, info->srcImageLayout, ®ion->srcSubresource,
3019 dzn_foreach_aspect(aspect, region->srcSubresource.aspectMask) {
3039 region->extent.width != u_minify(src->vk.extent.width, region->srcSubresource.mipLevel) ||
3040 region->extent.height != u_minify(src->vk.extent.height, region->srcSubresource.mipLevel) ||
3069 .srcSubresource = info->pRegions[r].srcSubresource,
3151 dzn_foreach_aspect(aspect, region->srcSubresource.aspectMask) {
3152 for (uint32_t l = 0; l < region->srcSubresource.layerCount; l++)
3170 desc_count += util_bitcount(info->pRegions[r].srcSubresource.aspectMask);
3214 desc_count += util_bitcount(info->pRegions[r].srcSubresource.aspectMask);