Searched refs:transform_fromhost_VkRect2D (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 97 void transform_fromhost_VkRect2D(ResourceTracker* resourceTracker, VkRect2D* toTransform) { in transform_fromhost_VkRect2D() function 1340 transform_fromhost_VkRect2D(resourceTracker, in transform_fromhost_VkPipelineViewportStateCreateInfo() 2243 transform_fromhost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->rect)); in transform_fromhost_VkClearRect() 2351 transform_fromhost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->renderArea)); in transform_fromhost_VkRenderPassBeginInfo() 2529 transform_fromhost_VkRect2D(resourceTracker, in transform_fromhost_VkDeviceGroupRenderPassBeginInfo() 2635 transform_fromhost_VkRect2D( in transform_fromhost_VkBindImageMemoryDeviceGroupInfo() 5848 transform_fromhost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->renderArea)); in transform_fromhost_VkRenderingInfo()
|
D | goldfish_vk_transform_guest.h | 80 void transform_fromhost_VkRect2D(ResourceTracker* resourceTracker, VkRect2D* toTransform);
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 94 void transform_fromhost_VkRect2D(VkDecoderGlobalState* resourceTracker, VkRect2D* toTransform) { in transform_fromhost_VkRect2D() function 1343 transform_fromhost_VkRect2D(resourceTracker, in transform_fromhost_VkPipelineViewportStateCreateInfo() 2251 transform_fromhost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->rect)); in transform_fromhost_VkClearRect() 2361 transform_fromhost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->renderArea)); in transform_fromhost_VkRenderPassBeginInfo() 2539 transform_fromhost_VkRect2D(resourceTracker, in transform_fromhost_VkDeviceGroupRenderPassBeginInfo() 2645 transform_fromhost_VkRect2D( in transform_fromhost_VkBindImageMemoryDeviceGroupInfo() 5898 transform_fromhost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->renderArea)); in transform_fromhost_VkRenderingInfo()
|
D | goldfish_vk_transform.h | 80 void transform_fromhost_VkRect2D(VkDecoderGlobalState* resourceTracker, VkRect2D* toTransform);
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoder.cpp | 13735 transform_fromhost_VkRect2D(m_state, (VkRect2D*)(pRects + i)); in decode()
|