Searched refs:imageExtent (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | AndroidHardwareBuffer.cpp | 187 const VkExtent3D& imageExtent, in createAndroidHardwareBuffer() argument 204 w = imageExtent.width; in createAndroidHardwareBuffer() 205 h = imageExtent.height; in createAndroidHardwareBuffer()
|
D | AndroidHardwareBuffer.h | 52 const VkExtent3D& imageExtent,
|
D | goldfish_vk_transform_guest.cpp | 2437 transform_tohost_VkExtent3D(resourceTracker, (VkExtent3D*)(&toTransform->imageExtent)); in transform_tohost_VkBufferImageCopy() 2448 transform_fromhost_VkExtent3D(resourceTracker, (VkExtent3D*)(&toTransform->imageExtent)); in transform_fromhost_VkBufferImageCopy() 4525 transform_tohost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->imageExtent)); in transform_tohost_VkSwapchainCreateInfoKHR() 4538 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->imageExtent)); in transform_fromhost_VkSwapchainCreateInfoKHR() 4851 transform_tohost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->imageExtent)); in transform_tohost_VkDisplaySurfaceCreateInfoKHR() 4864 transform_fromhost_VkExtent2D(resourceTracker, (VkExtent2D*)(&toTransform->imageExtent)); in transform_fromhost_VkDisplaySurfaceCreateInfoKHR()
|
D | goldfish_vk_deepcopy_guest.cpp | 1713 deepcopy_VkExtent3D(pool, &from->imageExtent, (VkExtent3D*)(&to->imageExtent)); in deepcopy_VkBufferImageCopy() 3126 deepcopy_VkExtent2D(pool, &from->imageExtent, (VkExtent2D*)(&to->imageExtent)); in deepcopy_VkSwapchainCreateInfoKHR() 3367 deepcopy_VkExtent2D(pool, &from->imageExtent, (VkExtent2D*)(&to->imageExtent)); in deepcopy_VkDisplaySurfaceCreateInfoKHR()
|
D | goldfish_vk_handlemap_guest.cpp | 1299 handlemap_VkExtent3D(handlemap, (VkExtent3D*)(&toMap->imageExtent)); in handlemap_VkBufferImageCopy() 2365 handlemap_VkExtent2D(handlemap, (VkExtent2D*)(&toMap->imageExtent)); in handlemap_VkSwapchainCreateInfoKHR() 2547 handlemap_VkExtent2D(handlemap, (VkExtent2D*)(&toMap->imageExtent)); in handlemap_VkDisplaySurfaceCreateInfoKHR()
|
D | ResourceTracker.cpp | 84 const VkExtent3D& imageExtent, in createAndroidHardwareBuffer() argument 2270 VkExtent3D imageExtent = { 0, 0, 0 }; in on_vkAllocateMemory() local 2288 imageExtent = imgCi.extent; in on_vkAllocateMemory() 2311 imageExtent, in on_vkAllocateMemory()
|
D | goldfish_vk_marshaling_guest.cpp | 3518 marshal_VkExtent3D(vkStream, (VkExtent3D*)(&forMarshaling->imageExtent)); in marshal_VkBufferImageCopy() 3530 unmarshal_VkExtent3D(vkStream, (VkExtent3D*)(&forUnmarshaling->imageExtent)); in unmarshal_VkBufferImageCopy() 5402 marshal_VkExtent2D(vkStream, (VkExtent2D*)(&forMarshaling->imageExtent)); in marshal_VkSwapchainCreateInfoKHR() 5436 unmarshal_VkExtent2D(vkStream, (VkExtent2D*)(&forUnmarshaling->imageExtent)); in unmarshal_VkSwapchainCreateInfoKHR() 5826 marshal_VkExtent2D(vkStream, (VkExtent2D*)(&forMarshaling->imageExtent)); in marshal_VkDisplaySurfaceCreateInfoKHR() 5844 unmarshal_VkExtent2D(vkStream, (VkExtent2D*)(&forUnmarshaling->imageExtent)); in unmarshal_VkDisplaySurfaceCreateInfoKHR()
|