Home
last modified time | relevance | path

Searched defs:colorIndexGL (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp271 for (size_t colorIndexGL : getEnabledDrawBuffers) in HasResolveAttachment() local
302 for (size_t colorIndexGL : colorAttachmentsMask) in IsAnyAttachment3DWithoutAllLayers() local
1147 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in blit() local
1167 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in blit() local
1333 uint32_t colorIndexGL, in updateColorResolveAttachment()
1341 void FramebufferVk::removeColorResolveAttachment(uint32_t colorIndexGL) in removeColorResolveAttachment()
1355 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in updateLayerCount() local
1444 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in resolveColorWithCommand() local
1475 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in resolveColorWithCommand() local
1556 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in invalidateImpl() local
[all …]
Dvk_cache_utils.cpp323 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeUnresolveSubpass() local
990 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeRenderPassFromDesc() local
1063 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeRenderPassFromDesc() local
1419 void RenderPassDesc::packColorAttachment(size_t colorIndexGL, angle::FormatID formatID) in packColorAttachment()
1437 void RenderPassDesc::packColorAttachmentGap(size_t colorIndexGL) in packColorAttachmentGap()
1461 void RenderPassDesc::packColorResolveAttachment(size_t colorIndexGL) in packColorResolveAttachment()
1469 void RenderPassDesc::removeColorResolveAttachment(size_t colorIndexGL) in removeColorResolveAttachment()
1475 void RenderPassDesc::packColorUnresolveAttachment(size_t colorIndexGL) in packColorUnresolveAttachment()
1480 void RenderPassDesc::removeColorUnresolveAttachment(size_t colorIndexGL) in removeColorUnresolveAttachment()
1674 for (uint32_t colorIndexGL = 0; colorIndexGL < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; in initDefaults() local
[all …]
Dvk_cache_utils.h173 bool hasColorResolveAttachment(size_t colorIndexGL) const in hasColorResolveAttachment()
181 bool hasColorUnresolveAttachment(size_t colorIndexGL) const in hasColorUnresolveAttachment()
DUtilsVk.cpp3220 for (size_t colorIndexGL : params.unresolveColorMask) in unresolve() local