Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp8950 VkClearDepthStencilValue* local_pDepthStencil; in vkCmdClearDepthStencilImage() local
8956 local_pDepthStencil = nullptr; in vkCmdClearDepthStencilImage()
8959local_pDepthStencil = (VkClearDepthStencilValue*)pool->alloc(sizeof(const VkClearDepthStencilValue… in vkCmdClearDepthStencilImage()
8960 …py_VkClearDepthStencilValue(pool, pDepthStencil, (VkClearDepthStencilValue*)(local_pDepthStencil)); in vkCmdClearDepthStencilImage()
8972 if (local_pDepthStencil) in vkCmdClearDepthStencilImage()
8974 …ost_VkClearDepthStencilValue(mImpl->resources(), (VkClearDepthStencilValue*)(local_pDepthStencil)); in vkCmdClearDepthStencilImage()
8992 …marshal_VkClearDepthStencilValue(countingStream, (VkClearDepthStencilValue*)(local_pDepthStencil)); in vkCmdClearDepthStencilImage()
9011 marshal_VkClearDepthStencilValue(stream, (VkClearDepthStencilValue*)(local_pDepthStencil)); in vkCmdClearDepthStencilImage()