Lines Matching refs:srcTexture

432 								const TestTexture&		srcTexture,
444 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions();
445 deUint32 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTexture.getSize();
477 srcTexture.write(reinterpret_cast<deUint8*>(bufferAlloc->getHostPtr()));
498 copyBufferToImage(vk, device, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, imageAspectFlags, srcTexture.getNumLevels(), srcTexture.getArraySize(), destImage, destImageLayout);
528 const TestTexture& srcTexture,
533 deUint32 bufferSize = (srcTexture.isCompressed()) ? srcTexture.getCompressedSize(): srcTexture.getSize();
540 std::vector<VkBufferImageCopy> copyRegions = srcTexture.getBufferCopyRegions();
584 srcTexture.write(reinterpret_cast<deUint8*>(bufferAlloc->getHostPtr()));
613 const TestTexture& srcTexture,
617 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type))
622 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order))
625 switch (srcTexture.getTextureFormat().type)
640 srcDepthTexture = srcTexture.copy(format);
643 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order))
644 srcStencilTexture = srcTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextureFormat(), tcu::Sampler::MODE_STENCIL));
646 uploadTestTextureInternal(vk, device, queue, queueFamilyIndex, allocator, *srcDepthTexture, srcStencilTexture.get(), srcTexture.getTextureFormat(), destImage, destImageLayout);
649 uploadTestTextureInternal(vk, device, queue, queueFamilyIndex, allocator, srcTexture, DE_NULL, srcTexture.getTextureFormat(), destImage, destImageLayout);
662 const TestTexture& srcTexture,
665 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type))
670 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order))
673 switch (srcTexture.getTextureFormat().type)
688 srcDepthTexture = srcTexture.copy(format);
691 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order))
692 srcStencilTexture = srcTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextureFormat(), tcu::Sampler::MODE_STENCIL));
706 srcTexture.getTextureFormat(),
721 srcTexture,
723 srcTexture.getTextureFormat(),