Searched refs:srcStencilTexture (Results 1 – 1 of 1) sorted by relevance
387 const TestTexture* srcStencilTexture, in uploadTestTextureInternal() argument404 …ponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternal()406 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal()409 bufferSize = stencilOffset + srcStencilTexture->getSize(); in uploadTestTextureInternal()534 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal()538 srcStencilTexture->write(reinterpret_cast<deUint8*>(bufferAlloc->getHostPtr()) + stencilOffset); in uploadTestTextureInternal()540 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternal()588 de::MovePtr<TestTexture> srcStencilTexture; in uploadTestTexture() local611 …srcStencilTexture = srcTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextu… in uploadTestTexture()613 …l(vk, device, queue, queueFamilyIndex, allocator, *srcDepthTexture, srcStencilTexture.get(), srcTe… in uploadTestTexture()