Searched refs:sourceVk (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RenderbufferVk.cpp | 208 RenderbufferVk *sourceVk = vk::GetImpl(srcBuffer); in copyRenderbufferSubData() local 211 ANGLE_TRY(sourceVk->ensureImageInitialized(context)); in copyRenderbufferSubData() 214 return vk::ImageHelper::CopyImageSubData(context, sourceVk->getImage(), srcLevel, srcX, srcY, in copyRenderbufferSubData() 234 TextureVk *sourceVk = vk::GetImpl(srcTexture); in copyTextureSubData() local 237 ANGLE_TRY(sourceVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyTextureSubData() 240 return vk::ImageHelper::CopyImageSubData(context, &sourceVk->getImage(), srcLevel, srcX, srcY, in copyTextureSubData()
|
D | BufferVk.cpp | 508 BufferVk *sourceVk = GetAs<BufferVk>(source); in copySubData() local 510 vk::BufferHelper &sourceBuffer = sourceVk->getBufferAndOffset(&sourceBufferOffset); in copySubData() 520 ANGLE_TRY(sourceVk->mapRangeImpl(contextVk, sourceOffset, size, GL_MAP_READ_BIT, &mapPtr)); in copySubData() 526 ANGLE_TRY(sourceVk->unmapImpl(contextVk)); in copySubData()
|
D | TextureVk.cpp | 611 TextureVk *sourceVk = vk::GetImpl(source); in copyTexture() local 613 sourceVk->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevelGL); in copyTexture() 623 unpackPremultiplyAlpha, unpackUnmultiplyAlpha, sourceVk); in copyTexture() 660 RenderbufferVk *sourceVk = vk::GetImpl(srcBuffer); in copyRenderbufferSubData() local 663 ANGLE_TRY(sourceVk->ensureImageInitialized(context)); in copyRenderbufferSubData() 666 return vk::ImageHelper::CopyImageSubData(context, sourceVk->getImage(), srcLevel, srcX, srcY, in copyRenderbufferSubData() 686 TextureVk *sourceVk = vk::GetImpl(srcTexture); in copyTextureSubData() local 689 ANGLE_TRY(sourceVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyTextureSubData() 692 return vk::ImageHelper::CopyImageSubData(context, &sourceVk->getImage(), srcLevel, srcX, srcY, in copyTextureSubData() 701 TextureVk *sourceVk = vk::GetImpl(source); in copyCompressedTexture() local [all …]
|