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