Home
last modified time | relevance | path

Searched refs:sourceVk (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp214 RenderbufferVk *sourceVk = vk::GetImpl(srcBuffer); in copyRenderbufferSubData() local
217 ANGLE_TRY(sourceVk->ensureImageInitialized(context)); in copyRenderbufferSubData()
220 return vk::ImageHelper::CopyImageSubData(context, sourceVk->getImage(), srcLevel, srcX, srcY, in copyRenderbufferSubData()
240 TextureVk *sourceVk = vk::GetImpl(srcTexture); in copyTextureSubData() local
243 ANGLE_TRY(sourceVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyTextureSubData()
246 return vk::ImageHelper::CopyImageSubData(context, &sourceVk->getImage(), srcLevel, srcX, srcY, in copyTextureSubData()
DBufferVk.cpp476 BufferVk *sourceVk = GetAs<BufferVk>(source); in copySubData() local
478 vk::BufferHelper &sourceBuffer = sourceVk->getBufferAndOffset(&sourceBufferOffset); in copySubData()
488 ANGLE_TRY(sourceVk->mapRangeImpl(contextVk, sourceOffset, size, 0, &mapPtr)); in copySubData()
494 ANGLE_TRY(sourceVk->unmapImpl(contextVk)); in copySubData()
DTextureVk.cpp581 TextureVk *sourceVk = vk::GetImpl(source); in copyTexture() local
583 sourceVk->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevelGL); in copyTexture()
593 unpackPremultiplyAlpha, unpackUnmultiplyAlpha, sourceVk); in copyTexture()
630 RenderbufferVk *sourceVk = vk::GetImpl(srcBuffer); in copyRenderbufferSubData() local
633 ANGLE_TRY(sourceVk->ensureImageInitialized(context)); in copyRenderbufferSubData()
636 return vk::ImageHelper::CopyImageSubData(context, sourceVk->getImage(), srcLevel, srcX, srcY, in copyRenderbufferSubData()
656 TextureVk *sourceVk = vk::GetImpl(srcTexture); in copyTextureSubData() local
659 ANGLE_TRY(sourceVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyTextureSubData()
662 return vk::ImageHelper::CopyImageSubData(context, &sourceVk->getImage(), srcLevel, srcX, srcY, in copyTextureSubData()
671 TextureVk *sourceVk = vk::GetImpl(source); in copyCompressedTexture() local
[all …]