Searched refs:updateDepthStencil (Results 1 – 5 of 5) sorted by relevance
1720 mCurrentFramebufferDesc.updateDepthStencil(depthStencilRT->getDrawSubresourceSerial()); in updateDepthStencilAttachmentSerial()1724 mCurrentFramebufferDesc.updateDepthStencil(vk::kInvalidImageOrBufferViewSubresourceSerial); in updateDepthStencilAttachmentSerial()
499 void updateDepthStencil(const gl::State &glState);
1227 void updateDepthStencil(ImageOrBufferViewSubresourceSerial serial);
3553 void ContextVk::updateDepthStencil(const gl::State &glState) in updateDepthStencil() function in rx::ContextVk3926 updateDepthStencil(glState); in syncState()4520 updateDepthStencil(mState); in onFramebufferChange()
3078 void FramebufferDesc::updateDepthStencil(ImageOrBufferViewSubresourceSerial serial) in updateDepthStencil() function in rx::vk::FramebufferDesc