Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp407 const TestTexture* srcStencilTexture, in uploadTestTextureInternal() argument
421 …ponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternal()
423 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal()
426 bufferSize = stencilOffset + srcStencilTexture->getSize(); in uploadTestTextureInternal()
452 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal()
456 srcStencilTexture->write(reinterpret_cast<deUint8*>(bufferAlloc->getHostPtr()) + stencilOffset); in uploadTestTextureInternal()
458 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternal()
495 const TestTexture* srcStencilTexture, in uploadTestTextureInternalSparse() argument
511 …ponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternalSparse()
513 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternalSparse()
[all …]