Home
last modified time | relevance | path

Searched refs:localDeviceIndex (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp78 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 DlibVulkan.cpp3044 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 Dvn_device.c514 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 Dpanvk_device.c1707 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 Dvn_protocol_driver_device.h20366 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 Dtu_device.c2959 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 Dv3dv_device.c1341 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 DvktApiFeatureInfo.cpp3193 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 DvktApiFeatureInfo.cpp3218 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 Dlvp_device.c2372 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 Danv_device.c2850 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 Dtrampoline.c2860 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 Dvulkan.hpp2534 uint32_t localDeviceIndex,
2539 device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures );
3515 uint32_t localDeviceIndex,
3520 device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures );
H A Dvulkan_raii.hpp2923 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 Dvulkan_core.h5140 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 Dvulkan_handles.hpp8975 uint32_t localDeviceIndex,
8984 uint32_t localDeviceIndex,
9833 uint32_t localDeviceIndex,
9842 uint32_t localDeviceIndex,
H A Dvulkan_funcs.hpp5523 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 Dvulkan_core.h5046 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 Ddzn_device.c2948 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 Dvulkan_core.h5404 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 Dvulkan_core.h5189 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 Dvulkan.hpp1976 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 Dvulkan_funcs.hpp5260 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 Dradv_device.c7172 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 Dvulkan_sc_core.h4059 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
4096 uint32_t localDeviceIndex,

Completed in 516 milliseconds

12