Searched refs:sourceVk (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | RenderbufferVk.cpp | 240 RenderbufferVk *sourceVk = vk::GetImpl(srcBuffer); in copyRenderbufferSubData() local 243 ANGLE_TRY(sourceVk->ensureImageInitialized(context)); in copyRenderbufferSubData() 246 return vk::ImageHelper::CopyImageSubData(context, sourceVk->getImage(), srcLevel, srcX, srcY, in copyRenderbufferSubData() 266 TextureVk *sourceVk = vk::GetImpl(srcTexture); in copyTextureSubData() local 269 ANGLE_TRY(sourceVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyTextureSubData() 272 return vk::ImageHelper::CopyImageSubData(context, &sourceVk->getImage(), srcLevel, srcX, srcY, in copyTextureSubData()
|
D | TextureVk.cpp | 754 TextureVk *sourceVk = vk::GetImpl(source); in copyTexture() local 756 sourceVk->mState.getImageDesc(NonCubeTextureTypeToTarget(source->getType()), sourceLevelGL); in copyTexture() 766 unpackPremultiplyAlpha, unpackUnmultiplyAlpha, sourceVk); in copyTexture() 803 RenderbufferVk *sourceVk = vk::GetImpl(srcBuffer); in copyRenderbufferSubData() local 806 ANGLE_TRY(sourceVk->ensureImageInitialized(context)); in copyRenderbufferSubData() 809 return vk::ImageHelper::CopyImageSubData(context, sourceVk->getImage(), srcLevel, srcX, srcY, in copyRenderbufferSubData() 829 TextureVk *sourceVk = vk::GetImpl(srcTexture); in copyTextureSubData() local 832 ANGLE_TRY(sourceVk->ensureImageInitialized(contextVk, ImageMipLevels::EnabledLevels)); in copyTextureSubData() 835 return vk::ImageHelper::CopyImageSubData(context, &sourceVk->getImage(), srcLevel, srcX, srcY, in copyTextureSubData() 844 TextureVk *sourceVk = vk::GetImpl(source); in copyCompressedTexture() local [all …]
|
D | BufferVk.cpp | 476 BufferVk *sourceVk = GetAs<BufferVk>(source); in copySubData() local 479 dataSource.buffer = &sourceVk->getBuffer(); in copySubData()
|