Home
last modified time | relevance | path

Searched refs:externalMemoryProperties (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_external_memory_rdma.adoc51 if (!(externalBufferProperties.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY…
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp3412 &toTransform->externalMemoryProperties, 1); in transform_tohost_VkExternalImageFormatProperties()
3414 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_tohost_VkExternalImageFormatProperties()
3425 &toTransform->externalMemoryProperties, 1); in transform_fromhost_VkExternalImageFormatProperties()
3427 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_fromhost_VkExternalImageFormatProperties()
3456 &toTransform->externalMemoryProperties, 1); in transform_tohost_VkExternalBufferProperties()
3458 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_tohost_VkExternalBufferProperties()
3469 &toTransform->externalMemoryProperties, 1); in transform_fromhost_VkExternalBufferProperties()
3471 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_fromhost_VkExternalBufferProperties()
DResourceTracker.cpp6561 ext_img_properties->externalMemoryProperties = { in on_vkGetPhysicalDeviceImageFormatProperties2_common()
6581 &ext_img_properties->externalMemoryProperties, 0); in on_vkGetPhysicalDeviceImageFormatProperties2_common()
6618 pExternalBufferProperties->externalMemoryProperties.externalMemoryFeatures = 0; in on_vkGetPhysicalDeviceExternalBufferProperties_common()
6619 pExternalBufferProperties->externalMemoryProperties.exportFromImportedHandleTypes = 0; in on_vkGetPhysicalDeviceExternalBufferProperties_common()
6620 pExternalBufferProperties->externalMemoryProperties.compatibleHandleTypes = 0; in on_vkGetPhysicalDeviceExternalBufferProperties_common()
6649 &pExternalBufferProperties->externalMemoryProperties, 0); in on_vkGetPhysicalDeviceExternalBufferProperties_common()
Dgoldfish_vk_deepcopy_guest.cpp3457 alloc, rootType, &from->externalMemoryProperties, in deepcopy_VkExternalImageFormatProperties()
3458 (VkExternalMemoryProperties*)(&to->externalMemoryProperties)); in deepcopy_VkExternalImageFormatProperties()
3504 alloc, rootType, &from->externalMemoryProperties, in deepcopy_VkExternalBufferProperties()
3505 (VkExternalMemoryProperties*)(&to->externalMemoryProperties)); in deepcopy_VkExternalBufferProperties()
Dgoldfish_vk_counting_guest.cpp3256 featureBits, rootType, (VkExternalMemoryProperties*)(&toCount->externalMemoryProperties), in count_VkExternalImageFormatProperties()
3289 featureBits, rootType, (VkExternalMemoryProperties*)(&toCount->externalMemoryProperties), in count_VkExternalBufferProperties()
Dgoldfish_vk_marshaling_guest.cpp5967 (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.cpp4108 vkStream, rootType, (VkExternalMemoryProperties*)(&forMarshaling->externalMemoryProperties), in reservedmarshal_VkExternalImageFormatProperties()
4145 vkStream, rootType, (VkExternalMemoryProperties*)(&forMarshaling->externalMemoryProperties), in reservedmarshal_VkExternalBufferProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp3428 &toTransform->externalMemoryProperties, 1); in transform_tohost_VkExternalImageFormatProperties()
3430 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_tohost_VkExternalImageFormatProperties()
3441 &toTransform->externalMemoryProperties, 1); in transform_fromhost_VkExternalImageFormatProperties()
3443 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_fromhost_VkExternalImageFormatProperties()
3472 &toTransform->externalMemoryProperties, 1); in transform_tohost_VkExternalBufferProperties()
3474 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_tohost_VkExternalBufferProperties()
3485 &toTransform->externalMemoryProperties, 1); in transform_fromhost_VkExternalBufferProperties()
3487 resourceTracker, (VkExternalMemoryProperties*)(&toTransform->externalMemoryProperties)); in transform_fromhost_VkExternalBufferProperties()
Dgoldfish_vk_deepcopy.cpp3457 alloc, rootType, &from->externalMemoryProperties, in deepcopy_VkExternalImageFormatProperties()
3458 (VkExternalMemoryProperties*)(&to->externalMemoryProperties)); in deepcopy_VkExternalImageFormatProperties()
3504 alloc, rootType, &from->externalMemoryProperties, in deepcopy_VkExternalBufferProperties()
3505 (VkExternalMemoryProperties*)(&to->externalMemoryProperties)); in deepcopy_VkExternalBufferProperties()
Dgoldfish_vk_marshaling.cpp7145 (VkExternalMemoryProperties*)(&forMarshaling->externalMemoryProperties)); in marshal_VkExternalImageFormatProperties()
7170 (VkExternalMemoryProperties*)(&forUnmarshaling->externalMemoryProperties)); in unmarshal_VkExternalImageFormatProperties()
7225 (VkExternalMemoryProperties*)(&forMarshaling->externalMemoryProperties)); in marshal_VkExternalBufferProperties()
7250 (VkExternalMemoryProperties*)(&forUnmarshaling->externalMemoryProperties)); in unmarshal_VkExternalBufferProperties()
Dgoldfish_vk_reserved_marshaling.cpp5417 (VkExternalMemoryProperties*)(&forUnmarshaling->externalMemoryProperties), ptr); in reservedunmarshal_VkExternalImageFormatProperties()
5481 (VkExternalMemoryProperties*)(&forUnmarshaling->externalMemoryProperties), ptr); in reservedunmarshal_VkExternalBufferProperties()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp364 outExternalProps.externalMemoryProperties.externalMemoryFeatures; in getImageFormatExternalMemorySupportInfo()
367 outExternalProps.externalMemoryProperties.exportFromImportedHandleTypes; in getImageFormatExternalMemorySupportInfo()
373 outExternalProps.externalMemoryProperties.compatibleHandleTypes; in getImageFormatExternalMemorySupportInfo()
DVkDecoderGlobalState.cpp1374 extImageFormatProps->externalMemoryProperties.externalMemoryFeatures |= in on_vkGetPhysicalDeviceImageFormatProperties2()
6670 mut[i].externalMemoryProperties = \
6671 transformExternalMemoryProperties_tohost(mut[i].externalMemoryProperties); \
6677 mut[i].externalMemoryProperties = transformExternalMemoryProperties_fromhost( \
6678 mut[i].externalMemoryProperties, GUEST_EXTERNAL_MEMORY_HANDLE_TYPES); \
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2373 …erator()(VULKAN_HPP_NAMESPACE::ExternalMemoryProperties const & externalMemoryProperties) const VU… in operator ()()
2376 VULKAN_HPP_HASH_COMBINE( seed, externalMemoryProperties.externalMemoryFeatures ); in operator ()()
2377 VULKAN_HPP_HASH_COMBINE( seed, externalMemoryProperties.exportFromImportedHandleTypes ); in operator ()()
2378 VULKAN_HPP_HASH_COMBINE( seed, externalMemoryProperties.compatibleHandleTypes ); in operator ()()
2390 VULKAN_HPP_HASH_COMBINE( seed, externalBufferProperties.externalMemoryProperties ); in operator ()()
2430 VULKAN_HPP_HASH_COMBINE( seed, externalImageFormatProperties.externalMemoryProperties ); in operator ()()
Dvulkan_hash.hpp4291 …erator()(VULKAN_HPP_NAMESPACE::ExternalMemoryProperties const & externalMemoryProperties) const VU… in operator ()()
4294 VULKAN_HPP_HASH_COMBINE( seed, externalMemoryProperties.externalMemoryFeatures ); in operator ()()
4295 VULKAN_HPP_HASH_COMBINE( seed, externalMemoryProperties.exportFromImportedHandleTypes ); in operator ()()
4296 VULKAN_HPP_HASH_COMBINE( seed, externalMemoryProperties.compatibleHandleTypes ); in operator ()()
4308 VULKAN_HPP_HASH_COMBINE( seed, externalBufferProperties.externalMemoryProperties ); in operator ()()
4362 VULKAN_HPP_HASH_COMBINE( seed, externalImageFormatProperties.externalMemoryProperties ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc633 * pname:externalMemoryProperties is a slink:VkExternalMemoryProperties
1276 * pname:externalMemoryProperties is a slink:VkExternalMemoryProperties
Dresources.adoc201 slink:VkExternalBufferProperties::pname:externalMemoryProperties.compatibleHandleTypes,
1973 slink:VkExternalImageFormatProperties::pname:externalMemoryProperties.compatibleHandleTypes,
1987 slink:VkExternalImageFormatPropertiesNV::pname:externalMemoryProperties.compatibleHandleTypes,
8578 sname:VkExternalBufferProperties::pname:externalMemoryProperties.externalMemoryFeatures.
8604 sname:VkExternalImageFormatProperties::pname:externalMemoryProperties.externalMemoryFeatures.
Dmemory.adoc1407 sname:VkExternalImageFormatProperties::pname:externalMemoryProperties.externalMemoryFeatures,
1409 sname:VkExternalBufferProperties::pname:externalMemoryProperties.externalMemoryFeatures,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dmarkup.adoc752 sname:VkExternalImageFormatProperties::pname:externalMemoryProperties.externalMemoryFeatures
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5470 VkExternalMemoryProperties externalMemoryProperties; member
5484 VkExternalMemoryProperties externalMemoryProperties; member