Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h206 void removeColorUnresolveAttachment(size_t colorIndexGL);
H A DFramebufferVk.cpp3475 mRenderPassDesc.removeColorUnresolveAttachment(colorIndexGL); in startNewRenderPass()
H A Dvk_cache_utils.cpp2898 void RenderPassDesc::removeColorUnresolveAttachment(size_t colorIndexGL) in removeColorUnresolveAttachment() function in rx::vk::RenderPassDesc