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.cpp406 const TestTexture* srcStencilTexture, in uploadTestTextureInternal() argument
420 …ponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternal()
422 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal()
425 bufferSize = stencilOffset + srcStencilTexture->getSize(); in uploadTestTextureInternal()
451 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal()
455 srcStencilTexture->write(reinterpret_cast<deUint8*>(bufferAlloc->getHostPtr()) + stencilOffset); in uploadTestTextureInternal()
457 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternal()
494 const TestTexture* srcStencilTexture, in uploadTestTextureInternalSparse() argument
510 …ponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternalSparse()
512 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternalSparse()
[all …]