Home
last modified time | relevance | path

Searched refs:srcStencilTexture (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp387 const TestTexture* srcStencilTexture, in uploadTestTextureInternal() argument
404 …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() local
611srcStencilTexture = srcTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextu… in uploadTestTexture()
613 …l(vk, device, queue, queueFamilyIndex, allocator, *srcDepthTexture, srcStencilTexture.get(), srcTe… in uploadTestTexture()