Home
last modified time | relevance | path

Searched refs:VkExternalBufferProperties (Results 1 – 25 of 41) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_external_memory_rdma.adoc48 VkExternalBufferProperties externalBufferProperties = { VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIE…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QNX_external_memory_screen_buffer/
Ddevice_memory.adoc34 slink:VkExternalBufferProperties
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h456 VkExternalBufferProperties* pExternalBufferProperties);
609 VkExternalBufferProperties* pExternalBufferProperties);
Dgoldfish_vk_transform_guest.h51 f(VkExternalBufferProperties)
1028 VkExternalBufferProperties* toTransform);
1031 VkExternalBufferProperties* toTransform);
DVkEncoder.h482 VkExternalBufferProperties* pExternalBufferProperties, uint32_t doLock);
665 VkExternalBufferProperties* pExternalBufferProperties, uint32_t doLock);
Dgoldfish_vk_deepcopy_guest.h658 const VkExternalBufferProperties* from,
659 VkExternalBufferProperties* to);
Dgoldfish_vk_marshaling_guest.h1299 const VkExternalBufferProperties* forMarshaling);
1302 VkExternalBufferProperties* forUnmarshaling);
Dgoldfish_vk_counting_guest.h600 const VkExternalBufferProperties* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h687 const VkExternalBufferProperties* forMarshaling,
Dfunc_table.cpp2022 VkExternalBufferProperties* pExternalBufferProperties) { in gfxstream_vk_GetPhysicalDeviceExternalBufferProperties()
3002 VkExternalBufferProperties* pExternalBufferProperties) { in gfxstream_vk_GetPhysicalDeviceExternalBufferPropertiesKHR()
DResourceTracker.cpp6607 VkExternalBufferProperties* pExternalBufferProperties) { in on_vkGetPhysicalDeviceExternalBufferProperties_common()
6655 VkExternalBufferProperties* pExternalBufferProperties) { in on_vkGetPhysicalDeviceExternalBufferProperties()
Dgoldfish_vk_transform_guest.cpp3449 VkExternalBufferProperties* toTransform) { in transform_tohost_VkExternalBufferProperties()
3462 VkExternalBufferProperties* toTransform) { in transform_fromhost_VkExternalBufferProperties()
DVkEncoder.cpp19137 VkExternalBufferProperties* pExternalBufferProperties, uint32_t doLock) { in vkGetPhysicalDeviceExternalBufferProperties()
19201 (VkExternalBufferProperties*)(pExternalBufferProperties), in vkGetPhysicalDeviceExternalBufferProperties()
19233 (VkExternalBufferProperties*)(pExternalBufferProperties), streamPtrPtr); in vkGetPhysicalDeviceExternalBufferProperties()
19242 (VkExternalBufferProperties*)(pExternalBufferProperties)); in vkGetPhysicalDeviceExternalBufferProperties()
19247 sResourceTracker, (VkExternalBufferProperties*)(pExternalBufferProperties)); in vkGetPhysicalDeviceExternalBufferProperties()
25863 VkExternalBufferProperties* pExternalBufferProperties, uint32_t doLock) { in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
25928 (VkExternalBufferProperties*)(pExternalBufferProperties), in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
25960 (VkExternalBufferProperties*)(pExternalBufferProperties), streamPtrPtr); in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
25969 (VkExternalBufferProperties*)(pExternalBufferProperties)); in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
25974 sResourceTracker, (VkExternalBufferProperties*)(pExternalBufferProperties)); in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.h51 f(VkExternalBufferProperties)
1048 VkExternalBufferProperties* toTransform);
1051 VkExternalBufferProperties* toTransform);
Dgoldfish_vk_deepcopy.h651 const VkExternalBufferProperties* from,
652 VkExternalBufferProperties* to);
Dgoldfish_vk_marshaling.h1273 const VkExternalBufferProperties* forMarshaling);
1276 VkExternalBufferProperties* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h653 VkExternalBufferProperties* forUnmarshaling,
Dgoldfish_vk_transform.cpp3465 VkExternalBufferProperties* toTransform) { in transform_tohost_VkExternalBufferProperties()
3478 VkExternalBufferProperties* toTransform) { in transform_fromhost_VkExternalBufferProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc1219 slink:VkExternalBufferProperties structure in which capabilities are
1261 [open,refpage='VkExternalBufferProperties',desc='Structure specifying supported external handle cap…
1263 The sname:VkExternalBufferProperties structure is defined as:
1265 include::{generated}/api/structs/VkExternalBufferProperties.adoc[]
1280 include::{generated}/validity/structs/VkExternalBufferProperties.adoc[]
Dmemory.adoc1409 sname:VkExternalBufferProperties::pname:externalMemoryProperties.externalMemoryFeatures,
2010 slink:VkExternalBufferProperties
2126 slink:VkExternalBufferProperties
2322 slink:VkExternalBufferProperties
2639 slink:VkExternalBufferProperties
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h699 VkExternalBufferProperties* pExternalBufferProperties);
992 VkExternalBufferProperties* pExternalBufferProperties);
DVkDecoder.cpp10368 VkExternalBufferProperties* pExternalBufferProperties; in decode()
10386 sizeof(VkExternalBufferProperties)); in decode()
10389 (VkExternalBufferProperties*)(pExternalBufferProperties), readStreamPtrPtr); in decode()
10400 m_state, (VkExternalBufferProperties*)(pExternalBufferProperties)); in decode()
10417 m_state, (VkExternalBufferProperties*)(pExternalBufferProperties)); in decode()
10421 (VkExternalBufferProperties*)(pExternalBufferProperties)); in decode()
14450 VkExternalBufferProperties* pExternalBufferProperties; in decode()
14468 sizeof(VkExternalBufferProperties)); in decode()
14471 (VkExternalBufferProperties*)(pExternalBufferProperties), readStreamPtrPtr); in decode()
14482 m_state, (VkExternalBufferProperties*)(pExternalBufferProperties)); in decode()
[all …]
DVkDecoderSnapshot.cpp1786 VkExternalBufferProperties* pExternalBufferProperties) {} in vkGetPhysicalDeviceExternalBufferProperties()
2495 VkExternalBufferProperties* pExternalBufferProperties) {} in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
5339 VkExternalBufferProperties* pExternalBufferProperties) { in vkGetPhysicalDeviceExternalBufferProperties()
6034 VkExternalBufferProperties* pExternalBufferProperties) { in vkGetPhysicalDeviceExternalBufferPropertiesKHR()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5481 typedef struct VkExternalBufferProperties { struct
5485 } VkExternalBufferProperties; argument
5600 …const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExtern…
5734 VkExternalBufferProperties* pExternalBufferProperties);
8654 typedef VkExternalBufferProperties VkExternalBufferPropertiesKHR;
8658 …const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExtern…
8664 VkExternalBufferProperties* pExternalBufferProperties);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp692 …f( VULKAN_HPP_NAMESPACE::ExternalBufferProperties ) == sizeof( VkExternalBufferProperties ), "stru…

12