Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp9044 VkClearRect* local_pRects; in vkCmdClearAttachments() local
9057 local_pRects = nullptr; in vkCmdClearAttachments()
9060 local_pRects = (VkClearRect*)pool->alloc(((rectCount)) * sizeof(const VkClearRect)); in vkCmdClearAttachments()
9063 deepcopy_VkClearRect(pool, pRects + i, (VkClearRect*)(local_pRects + i)); in vkCmdClearAttachments()
9073 if (local_pRects) in vkCmdClearAttachments()
9077 transform_tohost_VkClearRect(mImpl->resources(), (VkClearRect*)(local_pRects + i)); in vkCmdClearAttachments()
9093 marshal_VkClearRect(countingStream, (VkClearRect*)(local_pRects + i)); in vkCmdClearAttachments()
9112 marshal_VkClearRect(stream, (VkClearRect*)(local_pRects + i)); in vkCmdClearAttachments()