Home
last modified time | relevance | path

Searched refs:pPeerMemoryFeatures (Results 1 - 25 of 26) 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()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_device.c516 VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) in vn_GetDeviceGroupPeerMemoryFeatures()
523 pPeerMemoryFeatures); 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.c1709 VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) in panvk_GetDeviceGroupPeerMemoryFeatures()
1713 *pPeerMemoryFeatures = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT | 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
20376 cmd_size += vn_sizeof_simple_pointer(pPeerMemoryFeatures); /* out */ 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
20392 vn_encode_simple_pointer(enc, pPeerMemoryFeatures); /* out */ 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
20404 cmd_size += vn_sizeof_simple_pointer(pPeerMemoryFeatures); in vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures_reply()
20405 if (pPeerMemoryFeatures) in vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures_reply()
20406 cmd_size += vn_sizeof_VkFlags(pPeerMemoryFeatures); 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
20422 vn_decode_VkFlags(dec, pPeerMemoryFeatures); in vn_decode_vkGetDeviceGroupPeerMemoryFeatures_reply()
21266 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) vn_submit_vkGetDeviceGroupPeerMemoryFeatures() argument
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/gallium/frontends/lavapipe/
H A Dlvp_device.c2374 VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) in lvp_GetDeviceGroupPeerMemoryFeaturesKHR()
2376 *pPeerMemoryFeatures = 0; 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/freedreno/vulkan/
H A Dtu_device.c2961 VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) in tu_GetDeviceGroupPeerMemoryFeatures()
2965 *pPeerMemoryFeatures = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT | 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.c1343 VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) in v3dv_GetDeviceGroupPeerMemoryFeatures()
1346 *pPeerMemoryFeatures = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT | in v3dv_GetDeviceGroupPeerMemoryFeatures()
1339 v3dv_GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) v3dv_GetDeviceGroupPeerMemoryFeatures() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c2950 VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) in dzn_GetDeviceGroupPeerMemoryFeatures()
2952 *pPeerMemoryFeatures = 0; 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/src/intel/vulkan/
H A Danv_device.c2852 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) in anv_GetDeviceGroupPeerMemoryFeatures()
2855 *pPeerMemoryFeatures = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT | 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.c2861 VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) { 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.hpp2536 VkPeerMemoryFeatureFlags * pPeerMemoryFeatures ) const VULKAN_HPP_NOEXCEPT
2539 device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures );
3517 VkPeerMemoryFeatureFlags * pPeerMemoryFeatures ) const VULKAN_HPP_NOEXCEPT
3520 device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures );
H A Dvulkan_core.h5140 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
5185 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
6590 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
6600 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
H A Dvulkan_handles.hpp8977 VULKAN_HPP_NAMESPACE::PeerMemoryFeatureFlags * pPeerMemoryFeatures,
9835 VULKAN_HPP_NAMESPACE::PeerMemoryFeatureFlags * pPeerMemoryFeatures,
H A Dvulkan_funcs.hpp5525 VULKAN_HPP_NAMESPACE::PeerMemoryFeatureFlags * pPeerMemoryFeatures,
5533 reinterpret_cast<VkPeerMemoryFeatureFlags *>( pPeerMemoryFeatures ) );
10641 VULKAN_HPP_NAMESPACE::PeerMemoryFeatureFlags * pPeerMemoryFeatures,
10649 reinterpret_cast<VkPeerMemoryFeatureFlags *>( pPeerMemoryFeatures ) );
[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);
5091 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
6491 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
6501 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
/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);
5449 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
7956 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
7966 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
/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);
5234 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
6750 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
6760 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1978 VkPeerMemoryFeatureFlags * pPeerMemoryFeatures ) const VULKAN_HPP_NOEXCEPT
1980 return ::vkGetDeviceGroupPeerMemoryFeatures( device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures );
3098 VkPeerMemoryFeatureFlags * pPeerMemoryFeatures ) const VULKAN_HPP_NOEXCEPT
3100 return ::vkGetDeviceGroupPeerMemoryFeaturesKHR( device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures );
H A Dvulkan_core.h5557 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
5602 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
8950 typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
8960 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
H A Dvulkan_funcs.hpp5262 VULKAN_HPP_NAMESPACE::PeerMemoryFeatureFlags * pPeerMemoryFeatures,
5267 m_device, heapIndex, localDeviceIndex, remoteDeviceIndex, reinterpret_cast<VkPeerMemoryFeatureFlags *>( pPeerMemoryFeatures ) );
11117 VULKAN_HPP_NAMESPACE::PeerMemoryFeatureFlags * pPeerMemoryFeatures,
11122 m_device, heapIndex, localDeviceIndex, remoteDeviceIndex, reinterpret_cast<VkPeerMemoryFeatureFlags *>( pPeerMemoryFeatures ) );
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c7173 VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) in radv_GetDeviceGroupPeerMemoryFeatures()
7177 *pPeerMemoryFeatures = 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);
4098 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures);
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c3522 VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) { in GetDeviceGroupPeerMemoryFeaturesKHR()
3530 disp->GetDeviceGroupPeerMemoryFeaturesKHR(device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures); in GetDeviceGroupPeerMemoryFeaturesKHR()
3517 GetDeviceGroupPeerMemoryFeaturesKHR( VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) GetDeviceGroupPeerMemoryFeaturesKHR() argument
/third_party/glfw/deps/glad/
H A Dvulkan.h5044 typedef void (GLAD_API_PTR *PFN_vkGetDeviceGroupPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags * pPeerMemoryFeatures);

Completed in 516 milliseconds

12