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