Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp263 for (size_t colorIndexGL : getEnabledDrawBuffers) in HasResolveAttachment() local
292 for (size_t colorIndexGL : colorAttachmentsMask) in IsAnyAttachment3DWithoutAllLayers() local
351 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in insertCache() local
667 for (size_t colorIndexGL : clearColorBuffers) in clearImpl() local
1244 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in blit() local
1265 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in blit() local
1446 uint32_t colorIndexGL, in updateColorResolveAttachment()
1453 void FramebufferVk::removeColorResolveAttachment(uint32_t colorIndexGL) in removeColorResolveAttachment()
1478 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in updateLayerCount() local
1571 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in resolveColorWithCommand() local
[all …]
Dvk_cache_utils.cpp510 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeUnresolveSubpass() local
1178 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeRenderPassFromDesc() local
1257 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeRenderPassFromDesc() local
2722 void RenderPassDesc::packColorAttachment(size_t colorIndexGL, angle::FormatID formatID) in packColorAttachment()
2740 void RenderPassDesc::packColorAttachmentGap(size_t colorIndexGL) in packColorAttachmentGap()
2764 void RenderPassDesc::packColorResolveAttachment(size_t colorIndexGL) in packColorResolveAttachment()
2772 void RenderPassDesc::removeColorResolveAttachment(size_t colorIndexGL) in removeColorResolveAttachment()
2778 void RenderPassDesc::packColorUnresolveAttachment(size_t colorIndexGL) in packColorUnresolveAttachment()
2783 void RenderPassDesc::removeColorUnresolveAttachment(size_t colorIndexGL) in removeColorUnresolveAttachment()
3050 for (uint32_t colorIndexGL = 0; colorIndexGL < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; in initDefaults() local
[all …]
Dvk_cache_utils.h174 bool hasColorResolveAttachment(size_t colorIndexGL) const in hasColorResolveAttachment()
182 bool hasColorUnresolveAttachment(size_t colorIndexGL) const in hasColorUnresolveAttachment()
DUtilsVk.cpp1123 for (size_t colorIndexGL : colorAttachmentMask) in UpdateColorAccess() local
3952 for (size_t colorIndexGL : params.unresolveColorMask) in unresolve() local
DContextVk.cpp261 size_t colorIndexGL) in GetColorAccess()
2387 for (size_t colorIndexGL : framebufferState.getColorAttachmentsMask()) in handleDirtyGraphicsColorAccess() local
Dvk_helpers.cpp2571 size_t colorIndexGL, in invalidateRenderPassColorAttachment()