Searched refs:transform_fromhost_VkExtent2D (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 53 void transform_fromhost_VkExtent2D(VkDecoderGlobalState* resourceTracker, VkExtent2D* toTransform) { in transform_fromhost_VkExtent2D() function 99 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_fromhost_VkRect2D() 6160 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->imageExtent)); in transform_fromhost_VkSwapchainCreateInfoKHR() 6311 transform_fromhost_VkExtent2D(resourceTracker, in transform_fromhost_VkRenderingFragmentShadingRateAttachmentInfoKHR() 6424 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_fromhost_VkRectLayerKHR() 7685 transform_fromhost_VkExtent2D(resourceTracker, in transform_fromhost_VkPhysicalDeviceFragmentDensityMapPropertiesEXT() 7687 transform_fromhost_VkExtent2D(resourceTracker, in transform_fromhost_VkPhysicalDeviceFragmentDensityMapPropertiesEXT()
|
D | goldfish_vk_transform.h | 65 void transform_fromhost_VkExtent2D(VkDecoderGlobalState* resourceTracker, VkExtent2D* toTransform);
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | goldfish_vk_transform_guest.cpp | 54 void transform_fromhost_VkExtent2D(ResourceTracker* resourceTracker, VkExtent2D* toTransform) { in transform_fromhost_VkExtent2D() function 100 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_fromhost_VkRect2D() 6109 transform_fromhost_VkExtent2D(resourceTracker, in transform_fromhost_VkRenderingFragmentShadingRateAttachmentInfoKHR() 6220 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->extent)); in transform_fromhost_VkRectLayerKHR() 7141 transform_fromhost_VkExtent2D(resourceTracker, in transform_fromhost_VkPhysicalDeviceFragmentDensityMapPropertiesEXT() 7143 transform_fromhost_VkExtent2D(resourceTracker, in transform_fromhost_VkPhysicalDeviceFragmentDensityMapPropertiesEXT()
|
H A D | goldfish_vk_transform_guest.h | 63 void transform_fromhost_VkExtent2D(ResourceTracker* resourceTracker, VkExtent2D* toTransform);
|
H A D | VkEncoder.cpp | 7414 transform_fromhost_VkExtent2D(sResourceTracker, (VkExtent2D*)(pGranularity)); in vkGetRenderAreaGranularity() 21225 transform_fromhost_VkExtent2D(sResourceTracker, (VkExtent2D*)(pGranularity)); in vkGetRenderingAreaGranularityKHR()
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoder.cpp | 5927 transform_fromhost_VkExtent2D(m_state, (VkExtent2D*)(pGranularity)); in decode() 17410 transform_fromhost_VkExtent2D(m_state, (VkExtent2D*)(pGranularity)); in decode()
|