Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp866 mClearDepthStencilValue{},
894 memset(&mClearDepthStencilValue, 0, sizeof(mClearDepthStencilValue));
5482 mClearDepthStencilValue.depthStencil.depth = glState.getDepthClearValue(); in syncState()
5485 mClearDepthStencilValue.depthStencil.stencil = in syncState()
6691 return mClearDepthStencilValue; in getClearDepthStencilValue()
DContextVk.h1458 VkClearValue mClearDepthStencilValue; variable