Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp278 for (size_t colorIndexGL : colorAttachmentsMask) in IsAnyAttachment3DWithoutAllLayers() local
378 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in insertCache() local
542 for (size_t colorIndexGL = 0; colorIndexGL < colorAttachmentMask.size(); ++colorIndexGL) in clearImpl() local
780 for (size_t colorIndexGL : clearColorBuffers) in clearImpl() local
1374 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in blit() local
1406 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in blit() local
1653 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in updateLayerCount() local
2011 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in resolveColorWithCommand() local
2042 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in resolveColorWithCommand() local
2123 for (size_t colorIndexGL : mState.getEnabledDrawBuffers()) in invalidateImpl() local
[all …]
Dvk_cache_utils.cpp343 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in DeriveRenderingInfo() local
958 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeUnresolveSubpass() local
2772 void RenderPassDesc::packColorAttachment(size_t colorIndexGL, angle::FormatID formatID) in packColorAttachment()
2790 void RenderPassDesc::packColorAttachmentGap(size_t colorIndexGL) in packColorAttachmentGap()
2814 void RenderPassDesc::packColorResolveAttachment(size_t colorIndexGL) in packColorResolveAttachment()
2822 void RenderPassDesc::packYUVResolveAttachment(size_t colorIndexGL) in packYUVResolveAttachment()
2830 void RenderPassDesc::removeColorResolveAttachment(size_t colorIndexGL) in removeColorResolveAttachment()
2836 void RenderPassDesc::packColorUnresolveAttachment(size_t colorIndexGL) in packColorUnresolveAttachment()
2841 void RenderPassDesc::removeColorUnresolveAttachment(size_t colorIndexGL) in removeColorUnresolveAttachment()
2882 PackedAttachmentIndex RenderPassDesc::getPackedColorAttachmentIndex(size_t colorIndexGL) in getPackedColorAttachmentIndex()
[all …]
DContextVk.h564 size_t colorIndexGL) in onColorResolve()
Dvk_cache_utils.h233 bool hasColorResolveAttachment(size_t colorIndexGL) const in hasColorResolveAttachment()
241 bool hasColorUnresolveAttachment(size_t colorIndexGL) const in hasColorUnresolveAttachment()
Dvk_helpers.h1814 bool hasColorResolveAttachment(size_t colorIndexGL) in hasColorResolveAttachment()
1827 void addColorResolveAttachment(size_t colorIndexGL, VkImageView view) in addColorResolveAttachment()
DUtilsVk.cpp1183 for (size_t colorIndexGL : colorAttachmentMask) in UpdateColorAccess() local
4425 for (size_t colorIndexGL : params.unresolveColorMask) in unresolve() local
DContextVk.cpp284 size_t colorIndexGL) in GetColorAccess()
2443 for (size_t colorIndexGL : framebufferState.getColorAttachmentsMask()) in handleDirtyGraphicsColorAccess() local
Dvk_helpers.cpp3212 size_t colorIndexGL, in invalidateRenderPassColorAttachment()
3346 void RenderPassCommandBufferHelper::addColorResolveAttachment(size_t colorIndexGL, in addColorResolveAttachment()
/external/angle/src/libANGLE/renderer/wgpu/
DFramebufferWgpu.cpp168 for (size_t colorIndexGL : mDeferredClears.getColorMask()) in clear() local
360 uint32_t colorIndexGL; in syncState() local
451 uint32_t colorIndexGL) in flushOneColorAttachmentUpdate()
489 for (size_t colorIndexGL : dirtyColorAttachments) in flushAttachmentUpdates() local
531 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in flushDeferredClears() local
580 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in startNewRenderPass() local