Searched refs:marshal_VkRect2D (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 1913 void marshal_VkRect2D( in marshal_VkRect2D() function 1955 marshal_VkRect2D(vkStream, (const VkRect2D*)(forMarshaling->pScissors + i)); in marshal_VkPipelineViewportStateCreateInfo() 3599 marshal_VkRect2D(vkStream, (VkRect2D*)(&forMarshaling->rect)); in marshal_VkClearRect() 3737 marshal_VkRect2D(vkStream, (VkRect2D*)(&forMarshaling->renderArea)); in marshal_VkRenderPassBeginInfo() 4061 marshal_VkRect2D(vkStream, (const VkRect2D*)(forMarshaling->pDeviceRenderAreas + i)); in marshal_VkDeviceGroupRenderPassBeginInfo() 4176 marshal_VkRect2D(vkStream, (const VkRect2D*)(forMarshaling->pSplitInstanceBindRegions + i)); in marshal_VkBindImageMemoryDeviceGroupInfo() 5855 marshal_VkRect2D(vkStream, (VkRect2D*)(&forMarshaling->srcRect)); in marshal_VkDisplayPresentInfoKHR() 5856 marshal_VkRect2D(vkStream, (VkRect2D*)(&forMarshaling->dstRect)); in marshal_VkDisplayPresentInfoKHR() 8809 marshal_VkRect2D(vkStream, (const VkRect2D*)(forMarshaling->pDiscardRectangles + i)); in marshal_VkPipelineDiscardRectangleStateCreateInfoEXT()
|
D | goldfish_vk_marshaling_guest.h | 560 void marshal_VkRect2D(
|
D | VkEncoder.cpp | 7370 marshal_VkRect2D(countingStream, (VkRect2D*)(local_pScissors + i)); in vkCmdSetScissor() 7385 marshal_VkRect2D(stream, (VkRect2D*)(local_pScissors + i)); in vkCmdSetScissor() 13011 marshal_VkRect2D(countingStream, (VkRect2D*)(pRects + i)); in vkGetPhysicalDevicePresentRectanglesKHR() 13040 marshal_VkRect2D(stream, (VkRect2D*)(pRects + i)); in vkGetPhysicalDevicePresentRectanglesKHR() 21230 marshal_VkRect2D(countingStream, (VkRect2D*)(local_pDiscardRectangles + i)); in vkCmdSetDiscardRectangleEXT() 21245 marshal_VkRect2D(stream, (VkRect2D*)(local_pDiscardRectangles + i)); in vkCmdSetDiscardRectangleEXT()
|