Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp97 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()
Dgoldfish_vk_transform_guest.h80 void transform_fromhost_VkRect2D(ResourceTracker* resourceTracker, VkRect2D* toTransform);
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp94 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()
Dgoldfish_vk_transform.h80 void transform_fromhost_VkRect2D(VkDecoderGlobalState* resourceTracker, VkRect2D* toTransform);
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp13735 transform_fromhost_VkRect2D(m_state, (VkRect2D*)(pRects + i)); in decode()