Searched refs:transform_tohost_VkRect2D (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 90 void transform_tohost_VkRect2D(ResourceTracker* resourceTracker, VkRect2D* toTransform) { in transform_tohost_VkRect2D() function 1316 transform_tohost_VkRect2D(resourceTracker, (VkRect2D*)(toTransform->pScissors + i)); in transform_tohost_VkPipelineViewportStateCreateInfo() 2237 transform_tohost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->rect)); in transform_tohost_VkClearRect() 2333 transform_tohost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->renderArea)); in transform_tohost_VkRenderPassBeginInfo() 2512 transform_tohost_VkRect2D(resourceTracker, in transform_tohost_VkDeviceGroupRenderPassBeginInfo() 2618 transform_tohost_VkRect2D(resourceTracker, in transform_tohost_VkBindImageMemoryDeviceGroupInfo() 5821 transform_tohost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->renderArea)); in transform_tohost_VkRenderingInfo()
|
D | goldfish_vk_transform_guest.h | 78 void transform_tohost_VkRect2D(ResourceTracker* resourceTracker, VkRect2D* toTransform);
|
D | VkEncoder.cpp | 11727 transform_tohost_VkRect2D(sResourceTracker, (VkRect2D*)(local_pScissors + i)); in vkCmdSetScissor() 23366 transform_tohost_VkRect2D(sResourceTracker, (VkRect2D*)(local_pScissors + i)); in vkCmdSetScissorWithCount() 33587 transform_tohost_VkRect2D(sResourceTracker, (VkRect2D*)(local_pScissors + i)); in vkCmdSetScissorWithCountEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 87 void transform_tohost_VkRect2D(VkDecoderGlobalState* resourceTracker, VkRect2D* toTransform) { in transform_tohost_VkRect2D() function 1319 transform_tohost_VkRect2D(resourceTracker, (VkRect2D*)(toTransform->pScissors + i)); in transform_tohost_VkPipelineViewportStateCreateInfo() 2244 transform_tohost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->rect)); in transform_tohost_VkClearRect() 2343 transform_tohost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->renderArea)); in transform_tohost_VkRenderPassBeginInfo() 2522 transform_tohost_VkRect2D(resourceTracker, in transform_tohost_VkDeviceGroupRenderPassBeginInfo() 2628 transform_tohost_VkRect2D(resourceTracker, in transform_tohost_VkBindImageMemoryDeviceGroupInfo() 5871 transform_tohost_VkRect2D(resourceTracker, (VkRect2D*)(&toTransform->renderArea)); in transform_tohost_VkRenderingInfo()
|
D | goldfish_vk_transform.h | 78 void transform_tohost_VkRect2D(VkDecoderGlobalState* resourceTracker, VkRect2D* toTransform);
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 176 transform_tohost_VkRect2D(globalstate, (VkRect2D*)(pScissors + i)); in subDecode() 1850 transform_tohost_VkRect2D(globalstate, (VkRect2D*)(pScissors + i)); in subDecode() 2894 transform_tohost_VkRect2D(globalstate, (VkRect2D*)(pScissors + i)); in subDecode()
|
D | VkDecoder.cpp | 6531 transform_tohost_VkRect2D(m_state, (VkRect2D*)(pScissors + i)); in decode() 12448 transform_tohost_VkRect2D(m_state, (VkRect2D*)(pScissors + i)); in decode() 13704 transform_tohost_VkRect2D(m_state, (VkRect2D*)(pRects + i)); in decode() 19166 transform_tohost_VkRect2D(m_state, (VkRect2D*)(pScissors + i)); in decode()
|