Searched refs:mResolveDepth (Results 1 – 2 of 2) sorted by relevance
242 bool hasDepthStencilResolveAttachment() const { return mResolveDepth || mResolveStencil; } in hasDepthStencilResolveAttachment()243 bool hasDepthResolveAttachment() const { return mResolveDepth; } in hasDepthResolveAttachment()346 uint8_t mResolveDepth : 1; variable
2908 mResolveDepth = true; in packDepthResolveAttachment()