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.cpp255 const TestTexture* srcStencilTexture, in uploadTestTextureInternal() argument
269 …ponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternal()
271 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal()
274 bufferSize = stencilOffset + srcStencilTexture->getSize(); in uploadTestTextureInternal()
300 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal()
304 srcStencilTexture->write(reinterpret_cast<deUint8*>(bufferAlloc->getHostPtr()) + stencilOffset); in uploadTestTextureInternal()
306 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternal()
343 const TestTexture* srcStencilTexture, in uploadTestTextureInternalSparse() argument
359 …ponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternalSparse()
361 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternalSparse()
[all …]