Searched refs:PackedAttachmentIndex (Results 1 – 11 of 11) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.h | 118 class PackedAttachmentIndex final 121 explicit constexpr PackedAttachmentIndex(uint32_t index) : mAttachmentIndex(index) {} in PackedAttachmentIndex() function 122 constexpr PackedAttachmentIndex(const PackedAttachmentIndex &other) = default; 123 constexpr PackedAttachmentIndex &operator=(const PackedAttachmentIndex &other) = default; 126 PackedAttachmentIndex &operator++() 131 constexpr bool operator==(const PackedAttachmentIndex &other) const 135 constexpr bool operator!=(const PackedAttachmentIndex &other) const 139 constexpr bool operator<(const PackedAttachmentIndex &other) const 147 using PackedAttachmentCount = PackedAttachmentIndex; 148 static constexpr PackedAttachmentIndex kAttachmentIndexInvalid = PackedAttachmentIndex(-1); [all …]
|
D | vk_cache_utils.h | 314 class PackedAttachmentIndex; variable 324 const PackedAttachmentOpsDesc &operator[](PackedAttachmentIndex index) const; 325 PackedAttachmentOpsDesc &operator[](PackedAttachmentIndex index); 328 void initWithLoadStore(PackedAttachmentIndex index, 332 void setLayouts(PackedAttachmentIndex index, 335 void setOps(PackedAttachmentIndex index, VkAttachmentLoadOp loadOp, RenderPassStoreOp storeOp); 336 void setStencilOps(PackedAttachmentIndex index, 340 void setClearOp(PackedAttachmentIndex index); 341 void setClearStencilOp(PackedAttachmentIndex index);
|
D | vk_helpers.h | 979 void store(PackedAttachmentIndex index, 982 void storeNoDepthStencil(PackedAttachmentIndex index, const VkClearValue &clearValue); 983 const VkClearValue &operator[](PackedAttachmentIndex index) const 999 ImageHelper *&operator[](PackedAttachmentIndex index) { return mImages[index.get()]; } 1054 PackedAttachmentIndex packedAttachmentIndex); 1108 const PackedAttachmentIndex depthStencilAttachmentIndex, 1122 void invalidateRenderPassColorAttachment(PackedAttachmentIndex attachmentIndex); 1142 void updateRenderPassColorClear(PackedAttachmentIndex colorIndex, 1231 PackedAttachmentIndex packedAttachmentIndex, 1296 PackedAttachmentIndex mDepthStencilAttachmentIndex;
|
D | RenderTargetVk.h | 72 vk::PackedAttachmentIndex index);
|
D | vk_cache_utils.cpp | 962 PackedAttachmentIndex attachmentCount(0); in InitializeRenderPassFromDesc() 2640 const PackedAttachmentOpsDesc &AttachmentOpsArray::operator[](PackedAttachmentIndex index) const in operator []() 2645 PackedAttachmentOpsDesc &AttachmentOpsArray::operator[](PackedAttachmentIndex index) in operator []() 2650 void AttachmentOpsArray::initWithLoadStore(PackedAttachmentIndex index, in initWithLoadStore() 2659 void AttachmentOpsArray::setLayouts(PackedAttachmentIndex index, in setLayouts() 2668 void AttachmentOpsArray::setOps(PackedAttachmentIndex index, in setOps() 2678 void AttachmentOpsArray::setStencilOps(PackedAttachmentIndex index, in setStencilOps() 2688 void AttachmentOpsArray::setClearOp(PackedAttachmentIndex index) in setClearOp() 2694 void AttachmentOpsArray::setClearStencilOp(PackedAttachmentIndex index) in setClearStencilOp() 3429 vk::PackedAttachmentIndex colorIndexVk(0); in addRenderPass()
|
D | RenderTargetVk.cpp | 96 vk::PackedAttachmentIndex packedAttachmentIndex) in onColorDraw()
|
D | FramebufferVk.cpp | 1574 vk::PackedAttachmentIndex colorIndexVk(0); in invalidateImpl() 2414 vk::PackedAttachmentIndex colorIndexVk(0); in startNewRenderPass() 2492 vk::PackedAttachmentIndex depthStencilAttachmentIndex = vk::kAttachmentIndexInvalid; in startNewRenderPass() 2653 vk::PackedAttachmentIndex colorAttachmentIndex(0); in startNewRenderPass()
|
D | ContextVk.h | 493 vk::PackedAttachmentIndex packedAttachmentIndex) in onColorDraw() 532 const vk::PackedAttachmentIndex depthStencilAttachmentIndex,
|
D | vk_helpers.cpp | 879 void PackedClearValuesArray::store(PackedAttachmentIndex index, in store() 890 void PackedClearValuesArray::storeNoDepthStencil(PackedAttachmentIndex index, in storeNoDepthStencil() 1103 PackedAttachmentIndex packedAttachmentIndex) in colorImagesDraw() 1337 PackedAttachmentIndex packedAttachmentIndex, in finalizeColorImageLayout() 1473 for (PackedAttachmentIndex index = kAttachmentIndexZero; index < mColorImagesCount; ++index) in finalizeImageLayout() 1606 const PackedAttachmentIndex depthStencilAttachmentIndex, in beginRenderPass() 1628 for (PackedAttachmentIndex index = kAttachmentIndexZero; index < mColorImagesCount; ++index) in endRenderPass() 1677 void CommandBufferHelper::invalidateRenderPassColorAttachment(PackedAttachmentIndex attachmentIndex) in invalidateRenderPassColorAttachment() 1815 PackedAttachmentIndex attachmentIndexVk(0); in addCommandDiagnostics() 1882 void CommandBufferHelper::updateRenderPassColorClear(PackedAttachmentIndex colorIndexVk, in updateRenderPassColorClear()
|
D | UtilsVk.cpp | 3123 vk::PackedAttachmentIndex colorIndexVk(0); in unresolve()
|
D | ContextVk.cpp | 5542 const vk::PackedAttachmentIndex depthStencilAttachmentIndex, in beginNewRenderPass()
|