/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPromotedExtensions.cpp | 78 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) in vkGetDeviceGroupPeerMemoryFeaturesKHR() argument 80 vkGetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures); in vkGetDeviceGroupPeerMemoryFeaturesKHR()
|
H A D | libVulkan.cpp | 3044 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) in vkGetDeviceGroupPeerMemoryFeatures() argument 3046 TRACE("(VkDevice device = %p, uint32_t heapIndex = %d, uint32_t localDeviceIndex = %d, uint32_t remoteDeviceIndex = %d, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures = %p)", in vkGetDeviceGroupPeerMemoryFeatures() 3047 device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures); in vkGetDeviceGroupPeerMemoryFeatures() 3049 ASSERT(localDeviceIndex != remoteDeviceIndex); // "localDeviceIndex must not equal remoteDeviceIndex" in vkGetDeviceGroupPeerMemoryFeatures()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_device.c | 514 uint32_t localDeviceIndex, in vn_GetDeviceGroupPeerMemoryFeatures() 522 dev->instance, device, heapIndex, localDeviceIndex, remoteDeviceIndex, in vn_GetDeviceGroupPeerMemoryFeatures() 511 vn_GetDeviceGroupPeerMemoryFeatures( VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) vn_GetDeviceGroupPeerMemoryFeatures() argument
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 1707 uint32_t localDeviceIndex, in panvk_GetDeviceGroupPeerMemoryFeatures() 1711 assert(localDeviceIndex == remoteDeviceIndex); in panvk_GetDeviceGroupPeerMemoryFeatures() 1705 panvk_GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) panvk_GetDeviceGroupPeerMemoryFeatures() argument
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 20366 static inline size_t vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) in vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures() argument 20374 cmd_size += vn_sizeof_uint32_t(&localDeviceIndex); in vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures() 20381 static inline void vn_encode_vkGetDeviceGroupPeerMemoryFeatures(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) in vn_encode_vkGetDeviceGroupPeerMemoryFeatures() argument 20390 vn_encode_uint32_t(enc, &localDeviceIndex); in vn_encode_vkGetDeviceGroupPeerMemoryFeatures() 20395 static inline size_t vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures_reply(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) in vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures_reply() argument 20402 /* skip localDeviceIndex */ in vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures_reply() 20411 static inline void vn_decode_vkGetDeviceGroupPeerMemoryFeatures_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) in vn_decode_vkGetDeviceGroupPeerMemoryFeatures_reply() argument 20419 /* skip localDeviceIndex */ in vn_decode_vkGetDeviceGroupPeerMemoryFeatures_reply() 21266 static inline void vn_submit_vkGetDeviceGroupPeerMemoryFeatures(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures, struct vn_instance_submit_command *submit) in vn_submit_vkGetDeviceGroupPeerMemoryFeatures() argument 21270 size_t cmd_size = vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, remoteDeviceInde in vn_submit_vkGetDeviceGroupPeerMemoryFeatures() 21870 vn_call_vkGetDeviceGroupPeerMemoryFeatures(struct vn_instance *vn_instance, VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) vn_call_vkGetDeviceGroupPeerMemoryFeatures() argument 21883 vn_async_vkGetDeviceGroupPeerMemoryFeatures(struct vn_instance *vn_instance, VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) vn_async_vkGetDeviceGroupPeerMemoryFeatures() argument [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 2959 uint32_t localDeviceIndex, in tu_GetDeviceGroupPeerMemoryFeatures() 2963 assert(localDeviceIndex == remoteDeviceIndex); in tu_GetDeviceGroupPeerMemoryFeatures() 2956 tu_GetDeviceGroupPeerMemoryFeatures( VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) tu_GetDeviceGroupPeerMemoryFeatures() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1341 uint32_t localDeviceIndex, in v3dv_GetDeviceGroupPeerMemoryFeatures() 1345 assert(localDeviceIndex == 0 && remoteDeviceIndex == 0); in v3dv_GetDeviceGroupPeerMemoryFeatures() 1339 v3dv_GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) v3dv_GetDeviceGroupPeerMemoryFeatures() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 3193 for (deUint32 localDeviceIndex = 0; localDeviceIndex < numPhysicalDevices; localDeviceIndex++) in deviceGroupPeerMemoryFeatures() 3197 if (localDeviceIndex != remoteDeviceIndex) in deviceGroupPeerMemoryFeatures() 3199 vk.getDeviceGroupPeerMemoryFeatures(deviceGroup.get(), heapIndex, localDeviceIndex, remoteDeviceIndex, peerMemFeatures); in deviceGroupPeerMemoryFeatures() 3220 << TestLog::Message << "localDeviceIndex = " << localDeviceIndex << TestLog::EndMessage in deviceGroupPeerMemoryFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 3218 for (deUint32 localDeviceIndex = 0; localDeviceIndex < numPhysicalDevices; localDeviceIndex++) in deviceGroupPeerMemoryFeatures() 3222 if (localDeviceIndex != remoteDeviceIndex) in deviceGroupPeerMemoryFeatures() 3224 vk.getDeviceGroupPeerMemoryFeatures(deviceGroup.get(), heapIndex, localDeviceIndex, remoteDeviceIndex, peerMemFeatures); in deviceGroupPeerMemoryFeatures() 3245 << TestLog::Message << "localDeviceIndex = " << localDeviceIndex << TestLog::EndMessage in deviceGroupPeerMemoryFeatures()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 2372 uint32_t localDeviceIndex, in lvp_GetDeviceGroupPeerMemoryFeaturesKHR() 2369 lvp_GetDeviceGroupPeerMemoryFeaturesKHR( VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) lvp_GetDeviceGroupPeerMemoryFeaturesKHR() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2850 uint32_t localDeviceIndex, in anv_GetDeviceGroupPeerMemoryFeatures() 2854 assert(localDeviceIndex == 0 && remoteDeviceIndex == 0); in anv_GetDeviceGroupPeerMemoryFeatures() 2847 anv_GetDeviceGroupPeerMemoryFeatures( VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) anv_GetDeviceGroupPeerMemoryFeatures() argument
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 2860 uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, in vkGetDeviceGroupPeerMemoryFeatures() 2868 disp->GetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures); in vkGetDeviceGroupPeerMemoryFeatures() 2859 vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) vkGetDeviceGroupPeerMemoryFeatures() argument
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 2534 uint32_t localDeviceIndex, 2539 device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures ); 3515 uint32_t localDeviceIndex, 3520 device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures );
|
H A D | vulkan_raii.hpp | 2923 uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex ) const VULKAN_HPP_NOEXCEPT; 2991 uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex ) const VULKAN_HPP_NOEXCEPT; 10386 uint32_t localDeviceIndex, 10393 localDeviceIndex, variable 12270 uint32_t localDeviceIndex, 12281 localDeviceIndex, variable
|
H A D | vulkan_core.h | 5140 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); 5183 uint32_t localDeviceIndex, 6590 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); 6598 uint32_t localDeviceIndex,
|
H A D | vulkan_handles.hpp | 8975 uint32_t localDeviceIndex, 8984 uint32_t localDeviceIndex, 9833 uint32_t localDeviceIndex, 9842 uint32_t localDeviceIndex,
|
H A D | vulkan_funcs.hpp | 5523 uint32_t localDeviceIndex, 5531 localDeviceIndex, 5540 uint32_t localDeviceIndex, 5548 localDeviceIndex, 10639 uint32_t localDeviceIndex, 10647 localDeviceIndex, 10656 uint32_t localDeviceIndex, 10664 localDeviceIndex, [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5046 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); 5089 uint32_t localDeviceIndex, 6491 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); 6499 uint32_t localDeviceIndex,
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 2948 uint32_t localDeviceIndex, in dzn_GetDeviceGroupPeerMemoryFeatures() 2946 dzn_GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) dzn_GetDeviceGroupPeerMemoryFeatures() argument
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5404 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); 5447 uint32_t localDeviceIndex, 7956 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); 7964 uint32_t localDeviceIndex,
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5189 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); 5232 uint32_t localDeviceIndex, 6750 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); 6758 uint32_t localDeviceIndex,
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 1976 uint32_t localDeviceIndex, 1980 return ::vkGetDeviceGroupPeerMemoryFeatures( device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures ); 3096 uint32_t localDeviceIndex, 3100 return ::vkGetDeviceGroupPeerMemoryFeaturesKHR( device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures );
|
H A D | vulkan_funcs.hpp | 5260 uint32_t localDeviceIndex, 5267 m_device, heapIndex, localDeviceIndex, remoteDeviceIndex, reinterpret_cast<VkPeerMemoryFeatureFlags *>( pPeerMemoryFeatures ) ); 5273 uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT 5279 m_device, heapIndex, localDeviceIndex, remoteDeviceIndex, reinterpret_cast<VkPeerMemoryFeatureFlags *>( &peerMemoryFeatures ) ); 11115 uint32_t localDeviceIndex, 11122 m_device, heapIndex, localDeviceIndex, remoteDeviceIndex, reinterpret_cast<VkPeerMemoryFeatureFlags *>( pPeerMemoryFeatures ) ); 11128 uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT 11134 m_device, heapIndex, localDeviceIndex, remoteDeviceIndex, reinterpret_cast<VkPeerMemoryFeatureFlags *>( &peerMemoryFeatures ) ); [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 7172 uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, in radv_GetDeviceGroupPeerMemoryFeatures() 7175 assert(localDeviceIndex == remoteDeviceIndex); in radv_GetDeviceGroupPeerMemoryFeatures() 7171 radv_GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) radv_GetDeviceGroupPeerMemoryFeatures() argument
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4059 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); 4096 uint32_t localDeviceIndex,
|