Home
last modified time | relevance | path

Searched refs:vkGetDeviceGroupPeerMemoryFeatures (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h213 PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures; member
Dgoldfish_vk_dispatch.cpp498 out->vkGetDeviceGroupPeerMemoryFeatures = (PFN_vkGetDeviceGroupPeerMemoryFeatures)dlSymFunc( in init_vulkan_dispatch_from_system_loader()
1339 out->vkGetDeviceGroupPeerMemoryFeatures = in init_vulkan_dispatch_from_instance()
2274 out->vkGetDeviceGroupPeerMemoryFeatures = in init_vulkan_dispatch_from_device()
3448 if (!vk->vkGetDeviceGroupPeerMemoryFeatures) { in vulkan_dispatch_check_device_VK_VERSION_1_1()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1788 …void vkGetDeviceGroupPeerMemoryFeatures( VkDevice device, uint32_t heapIndex, uint32_t localDevice… in vkGetDeviceGroupPeerMemoryFeatures() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1790 …return ::vkGetDeviceGroupPeerMemoryFeatures( device, heapIndex, localDeviceIndex, remoteDeviceInde… in vkGetDeviceGroupPeerMemoryFeatures()
4749 PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5238vkGetDeviceGroupPeerMemoryFeatures = PFN_vkGetDeviceGroupPeerMemoryFeatures( vkGetInstanceProcAddr… in init()
5660vkGetDeviceGroupPeerMemoryFeatures = PFN_vkGetDeviceGroupPeerMemoryFeatures( vkGetDeviceProcAddr( … in init()
Dvulkan.hpp1855 …void vkGetDeviceGroupPeerMemoryFeatures( VkDevice device, uint32_t heapIndex, uint32_t localDevice… in vkGetDeviceGroupPeerMemoryFeatures() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1857 …return ::vkGetDeviceGroupPeerMemoryFeatures( device, heapIndex, localDeviceIndex, remoteDeviceInde… in vkGetDeviceGroupPeerMemoryFeatures()
9279 PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10444vkGetDeviceGroupPeerMemoryFeatures = PFN_vkGetDeviceGroupPeerMemoryFeatures( vkGetInstanceProcAddr… in init()
10677 …if ( !vkGetDeviceGroupPeerMemoryFeatures ) vkGetDeviceGroupPeerMemoryFeatures = vkGetDeviceGroupPe… in init()
11526vkGetDeviceGroupPeerMemoryFeatures = PFN_vkGetDeviceGroupPeerMemoryFeatures( vkGetDeviceProcAddr( … in init()
11670 …if ( !vkGetDeviceGroupPeerMemoryFeatures ) vkGetDeviceGroupPeerMemoryFeatures = vkGetDeviceGroupPe… in init()
Dvulkansc_raii.hpp401vkGetDeviceGroupPeerMemoryFeatures = PFN_vkGetDeviceGroupPeerMemoryFeatures( vkGetDeviceProcAddr( … in DeviceDispatcher()
761 PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
7305 VULKAN_HPP_ASSERT( getDispatcher()->vkGetDeviceGroupPeerMemoryFeatures && "Function <vkGetDeviceGro… in getGroupPeerMemoryFeatures()
7309 …getDispatcher()->vkGetDeviceGroupPeerMemoryFeatures( static_cast<VkDevice>( m_device ), heapIndex,… in getGroupPeerMemoryFeatures()
Dvulkan_raii.hpp726vkGetDeviceGroupPeerMemoryFeatures = PFN_vkGetDeviceGroupPeerMemoryFeatures( vkGetDeviceProcAddr( … in DeviceDispatcher()
870 …if ( !vkGetDeviceGroupPeerMemoryFeatures ) vkGetDeviceGroupPeerMemoryFeatures = vkGetDeviceGroupPe… in DeviceDispatcher()
1604 PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
12135 VULKAN_HPP_ASSERT( getDispatcher()->vkGetDeviceGroupPeerMemoryFeatures && "Function <vkGetDeviceGro… in getGroupPeerMemoryFeatures()
12139 …getDispatcher()->vkGetDeviceGroupPeerMemoryFeatures( static_cast<VkDevice>( m_device ), heapIndex,… in getGroupPeerMemoryFeatures()
Dvulkansc_funcs.hpp3762 …d.vkGetDeviceGroupPeerMemoryFeatures( m_device, heapIndex, localDeviceIndex, remoteDeviceIndex, re… in getGroupPeerMemoryFeatures()
3773 …d.vkGetDeviceGroupPeerMemoryFeatures( m_device, heapIndex, localDeviceIndex, remoteDeviceIndex, re… in getGroupPeerMemoryFeatures()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc4359 [open,refpage='vkGetDeviceGroupPeerMemoryFeatures',desc='Query supported peer memory features of a …
4370 include::{generated}/api/protos/vkGetDeviceGroupPeerMemoryFeatures.adoc[]
4393 * [[VUID-vkGetDeviceGroupPeerMemoryFeatures-heapIndex-00691]]
4395 * [[VUID-vkGetDeviceGroupPeerMemoryFeatures-localDeviceIndex-00692]]
4397 * [[VUID-vkGetDeviceGroupPeerMemoryFeatures-remoteDeviceIndex-00693]]
4399 * [[VUID-vkGetDeviceGroupPeerMemoryFeatures-localDeviceIndex-00694]]
4403 include::{generated}/validity/protos/vkGetDeviceGroupPeerMemoryFeatures.adoc[]
4409 flink:vkGetDeviceGroupPeerMemoryFeatures::pname:pPeerMemoryFeatures,
Dsynchronization.adoc247 flink:vkGetDeviceGroupPeerMemoryFeatures.
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h416 void vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex,
Dfunc_table.cpp1782 vkEnc->vkGetDeviceGroupPeerMemoryFeatures(gfxstream_device->internal_object, heapIndex, in gfxstream_vk_GetDeviceGroupPeerMemoryFeatures()
DVkEncoder.cpp16551 void VkEncoder::vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, in vkGetDeviceGroupPeerMemoryFeatures() function in gfxstream::vk::VkEncoder
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h601 void vkGetDeviceGroupPeerMemoryFeatures(const uint8_t* snapshotTraceBegin,
DVkDecoderSnapshot.cpp1631 void vkGetDeviceGroupPeerMemoryFeatures(const uint8_t* snapshotTraceBegin, in vkGetDeviceGroupPeerMemoryFeatures() function in VkDecoderSnapshot::Impl
5128 void VkDecoderSnapshot::vkGetDeviceGroupPeerMemoryFeatures( in vkGetDeviceGroupPeerMemoryFeatures() function in VkDecoderSnapshot
5132 mImpl->vkGetDeviceGroupPeerMemoryFeatures(snapshotTraceBegin, snapshotTraceBytes, pool, device, in vkGetDeviceGroupPeerMemoryFeatures()
DVkDecoder.cpp8964 vk->vkGetDeviceGroupPeerMemoryFeatures(unboxed_device, heapIndex, localDeviceIndex, in decode()
8974 m_state->snapshot()->vkGetDeviceGroupPeerMemoryFeatures( in decode()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5619 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeatures(