Home
last modified time | relevance | path

Searched refs:VkExternalImageFormatProperties (Results 1 – 25 of 34) sorted by relevance

12

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dvk_struct_id.h72 REGISTER_VK_STRUCT_ID(VkExternalImageFormatProperties,
Dgoldfish_vk_extension_structs.cpp335 return sizeof(VkExternalImageFormatProperties); in goldfish_vk_extension_struct_size()
996 return sizeof(VkExternalImageFormatProperties); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_transform.h50 f(VkExternalImageFormatProperties) \
1036 VkExternalImageFormatProperties* toTransform);
1039 VkDecoderGlobalState* resourceTracker, VkExternalImageFormatProperties* toTransform);
Dgoldfish_vk_deepcopy.h643 const VkExternalImageFormatProperties* from,
644 VkExternalImageFormatProperties* to);
Dgoldfish_vk_transform.cpp3421 VkDecoderGlobalState* resourceTracker, VkExternalImageFormatProperties* toTransform) { in transform_tohost_VkExternalImageFormatProperties()
3434 VkDecoderGlobalState* resourceTracker, VkExternalImageFormatProperties* toTransform) { in transform_fromhost_VkExternalImageFormatProperties()
8681 reinterpret_cast<VkExternalImageFormatProperties*>(structExtension_out), 1); in transform_tohost_extension_struct()
8684 reinterpret_cast<VkExternalImageFormatProperties*>(structExtension_out)); in transform_tohost_extension_struct()
9841 reinterpret_cast<VkExternalImageFormatProperties*>(structExtension_out), 1); in transform_fromhost_extension_struct()
9844 reinterpret_cast<VkExternalImageFormatProperties*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_marshaling.h1259 const VkExternalImageFormatProperties* forMarshaling);
1262 VkExternalImageFormatProperties* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h646 VkExternalImageFormatProperties* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp3437 const VkExternalImageFormatProperties* from, in deepcopy_VkExternalImageFormatProperties()
3438 VkExternalImageFormatProperties* to) { in deepcopy_VkExternalImageFormatProperties()
9496 reinterpret_cast<const VkExternalImageFormatProperties*>(structExtension), in deepcopy_extension_struct()
9497 reinterpret_cast<VkExternalImageFormatProperties*>(structExtension_out)); in deepcopy_extension_struct()
/hardware/google/gfxstream/guest/vulkan_enc/
Dvk_struct_id.h96 REGISTER_VK_STRUCT_ID(VkExternalImageFormatProperties,
Dgoldfish_vk_extension_structs_guest.cpp335 return sizeof(VkExternalImageFormatProperties); in goldfish_vk_extension_struct_size()
950 return sizeof(VkExternalImageFormatProperties); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_transform_guest.h50 f(VkExternalImageFormatProperties) \
1016 VkExternalImageFormatProperties* toTransform);
1019 ResourceTracker* resourceTracker, VkExternalImageFormatProperties* toTransform);
Dgoldfish_vk_deepcopy_guest.h650 const VkExternalImageFormatProperties* from,
651 VkExternalImageFormatProperties* to);
Dgoldfish_vk_transform_guest.cpp3405 ResourceTracker* resourceTracker, VkExternalImageFormatProperties* toTransform) { in transform_tohost_VkExternalImageFormatProperties()
3418 ResourceTracker* resourceTracker, VkExternalImageFormatProperties* toTransform) { in transform_fromhost_VkExternalImageFormatProperties()
8181 reinterpret_cast<VkExternalImageFormatProperties*>(structExtension_out), 1); in transform_tohost_extension_struct()
8184 reinterpret_cast<VkExternalImageFormatProperties*>(structExtension_out)); in transform_tohost_extension_struct()
9261 reinterpret_cast<VkExternalImageFormatProperties*>(structExtension_out), 1); in transform_fromhost_extension_struct()
9264 reinterpret_cast<VkExternalImageFormatProperties*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_marshaling_guest.h1284 const VkExternalImageFormatProperties* forMarshaling);
1288 VkExternalImageFormatProperties* forUnmarshaling);
Dgoldfish_vk_counting_guest.h592 const VkExternalImageFormatProperties* toCount,
Dgoldfish_vk_reserved_marshaling_guest.h679 const VkExternalImageFormatProperties* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp3437 const VkExternalImageFormatProperties* from, in deepcopy_VkExternalImageFormatProperties()
3438 VkExternalImageFormatProperties* to) { in deepcopy_VkExternalImageFormatProperties()
8931 reinterpret_cast<const VkExternalImageFormatProperties*>(structExtension), in deepcopy_extension_struct()
8932 reinterpret_cast<VkExternalImageFormatProperties*>(structExtension_out)); in deepcopy_extension_struct()
DResourceTracker.cpp6502 VkExternalImageFormatProperties* ext_img_properties = in on_vkGetPhysicalDeviceImageFormatProperties2_common()
6503 vk_find_struct<VkExternalImageFormatProperties>(pImageFormatProperties); in on_vkGetPhysicalDeviceImageFormatProperties2_common()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QNX_external_memory_screen_buffer/
Ddevice_memory.adoc33 import, as reported by slink:VkExternalImageFormatProperties or
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h189 VkExternalImageFormatProperties extFormatProps;
DVkCommonOperations.cpp326 VkExternalImageFormatProperties outExternalProps = { in getImageFormatExternalMemorySupportInfo()
DVkDecoderGlobalState.cpp1369 VkExternalImageFormatProperties* extImageFormatProps = in on_vkGetPhysicalDeviceImageFormatProperties2()
1370 vk_find_struct<VkExternalImageFormatProperties>(pImageFormatProperties); in on_vkGetPhysicalDeviceImageFormatProperties2()
6687 DEFINE_EXTERNAL_MEMORY_PROPERTIES_TRANSFORM(VkExternalImageFormatProperties) in DEFINE_EXTERNAL_HANDLE_TYPE_TRANSFORM()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc399 structure and a sname:VkExternalImageFormatProperties structure to the
421 present, and slink:VkExternalImageFormatProperties will be ignored.
618 [open,refpage='VkExternalImageFormatProperties',desc='Structure specifying supported external handl…
620 The sname:VkExternalImageFormatProperties structure is defined as:
622 include::{generated}/api/structs/VkExternalImageFormatProperties.adoc[]
637 include::{generated}/validity/structs/VkExternalImageFormatProperties.adoc[]
Dmemory.adoc1407 sname:VkExternalImageFormatProperties::pname:externalMemoryProperties.externalMemoryFeatures,
2009 reported by slink:VkExternalImageFormatProperties or
2125 reported by slink:VkExternalImageFormatProperties or
2321 reported by slink:VkExternalImageFormatProperties or
2638 slink:VkExternalImageFormatProperties or
4233 slink:VkExternalImageFormatProperties to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dmarkup.adoc752 sname:VkExternalImageFormatProperties::pname:externalMemoryProperties.externalMemoryFeatures

12