Home
last modified time | relevance | path

Searched refs:mClearDepthStencilValue (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp434 mClearDepthStencilValue{},
458 memset(&mClearDepthStencilValue, 0, sizeof(mClearDepthStencilValue));
3641 mClearDepthStencilValue.depthStencil.depth = glState.getDepthClearValue(); in syncState()
3644 mClearDepthStencilValue.depthStencil.stencil = in syncState()
4648 return mClearDepthStencilValue; in getClearDepthStencilValue()
DContextVk.h1045 VkClearValue mClearDepthStencilValue; variable