Searched refs:stencilCopyRegions (Results 1 – 1 of 1) sorted by relevance
540 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternal() local541 for (size_t regionIdx = 0; regionIdx < stencilCopyRegions.size(); regionIdx++) in uploadTestTextureInternal()543 VkBufferImageCopy region = stencilCopyRegions[regionIdx]; in uploadTestTextureInternal()