Home
last modified time | relevance | path

Searched refs:sharedImage (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
Dvk_android_native_buffer_gfxstream.h146 VkBool32 sharedImage; member
/hardware/google/gfxstream/guest/vulkan_enc/
Dvk_android_native_buffer_gfxstream.h146 VkBool32 sharedImage; member
Dgoldfish_vk_marshaling_guest.cpp11881 vkStream->write((VkBool32*)&forMarshaling->sharedImage, sizeof(VkBool32)); in marshal_VkPhysicalDevicePresentationPropertiesANDROID()
11893 vkStream->read((VkBool32*)&forUnmarshaling->sharedImage, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePresentationPropertiesANDROID()
Dgoldfish_vk_reserved_marshaling_guest.cpp8007 memcpy(*ptr, (VkBool32*)&forMarshaling->sharedImage, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePresentationPropertiesANDROID()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvk_android_native_buffer.h148 VkBool32 sharedImage; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_android_native_buffer.h148 VkBool32 sharedImage; member
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp15257 vkStream->write((VkBool32*)&forMarshaling->sharedImage, sizeof(VkBool32)); in marshal_VkPhysicalDevicePresentationPropertiesANDROID()
15281 vkStream->read((VkBool32*)&forUnmarshaling->sharedImage, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePresentationPropertiesANDROID()
Dgoldfish_vk_reserved_marshaling.cpp11783 memcpy((VkBool32*)&forUnmarshaling->sharedImage, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePresentationPropertiesANDROID()