Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h141 void packColorAttachment(size_t colorIndexGL, angle::FormatID formatID);
DUtilsVk.cpp2163 renderPassDesc.packColorAttachment(0, dstActualFormat.id); in clearImage()
2821 renderPassDesc.packColorAttachment(0, dst->getActualFormatID()); in copyImage()
DFramebufferVk.cpp1973 mRenderPassDesc.packColorAttachment( in updateRenderPassDesc()
Dvk_cache_utils.cpp1419 void RenderPassDesc::packColorAttachment(size_t colorIndexGL, angle::FormatID formatID) in packColorAttachment() function in rx::vk::RenderPassDesc