Searched refs:srcStencilTexture (Results 1 – 1 of 1) sorted by relevance
406 const TestTexture* srcStencilTexture, in uploadTestTextureInternal() argument420 …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() argument510 …ponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternalSparse()512 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternalSparse()[all …]