Home
last modified time | relevance | path

Searched refs:VkExternalMemoryProperties (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h534 VkExternalMemoryProperties transformExternalMemoryProperties_tohost(
535 VkExternalMemoryProperties props);
537 VkExternalMemoryProperties transformExternalMemoryProperties_fromhost(
538 VkExternalMemoryProperties props, VkExternalMemoryHandleTypeFlags wantedGuestHandleType);
DVkCommonOperations.cpp3352 VkExternalMemoryProperties transformExternalMemoryProperties_tohost( in transformExternalMemoryProperties_tohost()
3353 VkExternalMemoryProperties props) { in transformExternalMemoryProperties_tohost()
3354 VkExternalMemoryProperties res = props; in transformExternalMemoryProperties_tohost()
3362 VkExternalMemoryProperties transformExternalMemoryProperties_fromhost( in transformExternalMemoryProperties_fromhost()
3363 VkExternalMemoryProperties props, VkExternalMemoryHandleTypeFlags wantedGuestHandleType) { in transformExternalMemoryProperties_fromhost()
3364 VkExternalMemoryProperties res = props; in transformExternalMemoryProperties_fromhost()
DVkDecoderGlobalState.cpp6471 void transformImpl_VkExternalMemoryProperties_tohost(const VkExternalMemoryProperties* props, in transformImpl_VkExternalMemoryProperties_tohost()
6473 VkExternalMemoryProperties* mut = (VkExternalMemoryProperties*)props; in transformImpl_VkExternalMemoryProperties_tohost()
6478 void transformImpl_VkExternalMemoryProperties_fromhost(const VkExternalMemoryProperties* props, in transformImpl_VkExternalMemoryProperties_fromhost()
6480 VkExternalMemoryProperties* mut = (VkExternalMemoryProperties*)props; in transformImpl_VkExternalMemoryProperties_fromhost()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h580 void transformImpl_VkExternalMemoryProperties_fromhost(VkExternalMemoryProperties* pProperties,
582 void transformImpl_VkExternalMemoryProperties_tohost(VkExternalMemoryProperties* pProperties,
Dgoldfish_vk_transform_guest.h54 f(VkExternalMemoryProperties) \
1004 VkExternalMemoryProperties* toTransform);
1007 VkExternalMemoryProperties* toTransform);
Dgoldfish_vk_deepcopy_guest.h642 const VkExternalMemoryProperties* from,
643 VkExternalMemoryProperties* to);
Dgoldfish_vk_transform_guest.cpp3375 VkExternalMemoryProperties* toTransform) { in transform_tohost_VkExternalMemoryProperties()
3381 VkExternalMemoryProperties* toTransform) { in transform_fromhost_VkExternalMemoryProperties()
3414 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_tohost_VkExternalImageFormatProperties()
3427 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_fromhost_VkExternalImageFormatProperties()
3458 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_tohost_VkExternalBufferProperties()
3471 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_fromhost_VkExternalBufferProperties()
Dgoldfish_vk_marshaling_guest.h1270 const VkExternalMemoryProperties* forMarshaling);
1273 VkExternalMemoryProperties* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling_guest.h670 const VkExternalMemoryProperties* forMarshaling,
Dgoldfish_vk_counting_guest.h585 const VkExternalMemoryProperties* toCount, size_t* count);
Dgoldfish_vk_counting_guest.cpp3218 const VkExternalMemoryProperties* toCount, size_t* count) { in count_VkExternalMemoryProperties()
3256 featureBits, rootType, (VkExternalMemoryProperties*)(&toCount->externalMemoryProperties), in count_VkExternalImageFormatProperties()
3289 featureBits, rootType, (VkExternalMemoryProperties*)(&toCount->externalMemoryProperties), in count_VkExternalBufferProperties()
Dgoldfish_vk_deepcopy_guest.cpp3407 const VkExternalMemoryProperties* from, in deepcopy_VkExternalMemoryProperties()
3408 VkExternalMemoryProperties* to) { in deepcopy_VkExternalMemoryProperties()
3458 (VkExternalMemoryProperties*)(&to->externalMemoryProperties)); in deepcopy_VkExternalImageFormatProperties()
3505 (VkExternalMemoryProperties*)(&to->externalMemoryProperties)); in deepcopy_VkExternalBufferProperties()
DResourceTracker.cpp1268 VkExternalMemoryProperties* pProperties, uint32_t) { in transformImpl_VkExternalMemoryProperties_fromhost()
7451 void ResourceTracker::transformImpl_VkExternalMemoryProperties_tohost(VkExternalMemoryProperties*, in transformImpl_VkExternalMemoryProperties_tohost() argument
Dgoldfish_vk_marshaling_guest.cpp5909 const VkExternalMemoryProperties* forMarshaling) { in marshal_VkExternalMemoryProperties()
5920 VkExternalMemoryProperties* forUnmarshaling) { in unmarshal_VkExternalMemoryProperties()
5967 (VkExternalMemoryProperties*)(&forMarshaling->externalMemoryProperties)); in marshal_VkExternalImageFormatProperties()
5981 (VkExternalMemoryProperties*)(&forUnmarshaling->externalMemoryProperties)); in unmarshal_VkExternalImageFormatProperties()
6024 (VkExternalMemoryProperties*)(&forMarshaling->externalMemoryProperties)); in marshal_VkExternalBufferProperties()
6037 (VkExternalMemoryProperties*)(&forUnmarshaling->externalMemoryProperties)); in unmarshal_VkExternalBufferProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4065 const VkExternalMemoryProperties* forMarshaling, in reservedmarshal_VkExternalMemoryProperties()
4108 vkStream, rootType, (VkExternalMemoryProperties*)(&forMarshaling->externalMemoryProperties), in reservedmarshal_VkExternalImageFormatProperties()
4145 vkStream, rootType, (VkExternalMemoryProperties*)(&forMarshaling->externalMemoryProperties), in reservedmarshal_VkExternalBufferProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc633 * pname:externalMemoryProperties is a slink:VkExternalMemoryProperties
640 [open,refpage='VkExternalMemoryProperties',desc='Structure specifying external memory handle type c…
642 The sname:VkExternalMemoryProperties structure is defined as:
644 include::{generated}/api/structs/VkExternalMemoryProperties.adoc[]
672 include::{generated}/validity/structs/VkExternalMemoryProperties.adoc[]
678 slink:VkExternalMemoryProperties::pname:externalMemoryFeatures, specifying
1276 * pname:externalMemoryProperties is a slink:VkExternalMemoryProperties
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.h54 f(VkExternalMemoryProperties) \
1024 VkExternalMemoryProperties* toTransform);
1027 VkExternalMemoryProperties* toTransform);
Dgoldfish_vk_deepcopy.h635 const VkExternalMemoryProperties* from,
636 VkExternalMemoryProperties* to);
Dgoldfish_vk_transform.cpp3391 VkExternalMemoryProperties* toTransform) { in transform_tohost_VkExternalMemoryProperties()
3397 VkExternalMemoryProperties* toTransform) { in transform_fromhost_VkExternalMemoryProperties()
3430 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_tohost_VkExternalImageFormatProperties()
3443 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_fromhost_VkExternalImageFormatProperties()
3474 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_tohost_VkExternalBufferProperties()
3487 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_fromhost_VkExternalBufferProperties()
Dgoldfish_vk_marshaling.h1245 const VkExternalMemoryProperties* forMarshaling);
1248 VkExternalMemoryProperties* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h637 VkExternalMemoryProperties* forUnmarshaling,
Dgoldfish_vk_deepcopy.cpp3407 const VkExternalMemoryProperties* from, in deepcopy_VkExternalMemoryProperties()
3408 VkExternalMemoryProperties* to) { in deepcopy_VkExternalMemoryProperties()
3458 (VkExternalMemoryProperties*)(&to->externalMemoryProperties)); in deepcopy_VkExternalImageFormatProperties()
3505 (VkExternalMemoryProperties*)(&to->externalMemoryProperties)); in deepcopy_VkExternalBufferProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5455 typedef struct VkExternalMemoryProperties { struct
5459 } VkExternalMemoryProperties; argument
5470 VkExternalMemoryProperties externalMemoryProperties;
5484 VkExternalMemoryProperties externalMemoryProperties;
8646 typedef VkExternalMemoryProperties VkExternalMemoryPropertiesKHR;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h5487 typedef struct VkExternalMemoryProperties { struct
5491 } VkExternalMemoryProperties; typedef
5502 VkExternalMemoryProperties externalMemoryProperties;
5516 VkExternalMemoryProperties externalMemoryProperties;
8683 typedef VkExternalMemoryProperties VkExternalMemoryPropertiesKHR;
Dvulkansc_static_assertions.hpp676 …f( VULKAN_HPP_NAMESPACE::ExternalMemoryProperties ) == sizeof( VkExternalMemoryProperties ), "stru…

12