Home
last modified time | relevance | path

Searched refs:stageSelfAsSubresourceUpdates (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h560 void stageSelfAsSubresourceUpdates(ContextVk *contextVk);
DTextureVk.cpp2393 stageSelfAsSubresourceUpdates(contextVk); in respecifyImageStorage()
2828 stageSelfAsSubresourceUpdates(contextVk); in respecifyImageStorageIfNecessary()
3884 void TextureVk::stageSelfAsSubresourceUpdates(ContextVk *contextVk) in stageSelfAsSubresourceUpdates() function in rx::TextureVk
3893 mImage->stageSelfAsSubresourceUpdates(contextVk, mImage->getLevelCount(), mRedefinedLevels); in stageSelfAsSubresourceUpdates()
Dvk_helpers.h2239 void stageSelfAsSubresourceUpdates(ContextVk *contextVk,
Dvk_helpers.cpp8273 void ImageHelper::stageSelfAsSubresourceUpdates(ContextVk *contextVk, in stageSelfAsSubresourceUpdates() function in rx::vk::ImageHelper