Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp78 …PeerMemoryFeaturesKHR(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem… in vkGetDeviceGroupPeerMemoryFeaturesKHR() argument
80 …vkGetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMe… in vkGetDeviceGroupPeerMemoryFeaturesKHR()
DlibVulkan.cpp3044 …oupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem… in vkGetDeviceGroupPeerMemoryFeatures() argument
3047 device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures); in vkGetDeviceGroupPeerMemoryFeatures()
3049 …ASSERT(localDeviceIndex != remoteDeviceIndex); // "localDeviceIndex must not equal… in vkGetDeviceGroupPeerMemoryFeatures()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_device.c514 uint32_t localDeviceIndex, in vn_GetDeviceGroupPeerMemoryFeatures() argument
522 dev->instance, device, heapIndex, localDeviceIndex, remoteDeviceIndex, in vn_GetDeviceGroupPeerMemoryFeatures()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1707 uint32_t localDeviceIndex, in panvk_GetDeviceGroupPeerMemoryFeatures() argument
1711 assert(localDeviceIndex == remoteDeviceIndex); in panvk_GetDeviceGroupPeerMemoryFeatures()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1341 uint32_t localDeviceIndex, in v3dv_GetDeviceGroupPeerMemoryFeatures() argument
1345 assert(localDeviceIndex == 0 && remoteDeviceIndex == 0); in v3dv_GetDeviceGroupPeerMemoryFeatures()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c2959 uint32_t localDeviceIndex, in tu_GetDeviceGroupPeerMemoryFeatures() argument
2963 assert(localDeviceIndex == remoteDeviceIndex); in tu_GetDeviceGroupPeerMemoryFeatures()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h20366 …oupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem… in vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures() argument
20374 cmd_size += vn_sizeof_uint32_t(&localDeviceIndex); in vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures()
20381 …ndFlagsEXT cmd_flags, VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem… in vn_encode_vkGetDeviceGroupPeerMemoryFeatures() argument
20390 vn_encode_uint32_t(enc, &localDeviceIndex); in vn_encode_vkGetDeviceGroupPeerMemoryFeatures()
20395 …rMemoryFeatures_reply(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem… in vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures_reply() argument
20411 …t vn_cs_decoder *dec, VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem… in vn_decode_vkGetDeviceGroupPeerMemoryFeatures_reply() argument
21266 …ndFlagsEXT cmd_flags, VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem… in vn_submit_vkGetDeviceGroupPeerMemoryFeatures() argument
21270 …e = vn_sizeof_vkGetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, remoteDevice… in vn_submit_vkGetDeviceGroupPeerMemoryFeatures()
21276 …_sizeof_vkGetDeviceGroupPeerMemoryFeatures_reply(device, heapIndex, localDeviceIndex, remoteDevice… in vn_submit_vkGetDeviceGroupPeerMemoryFeatures()
21280 …GetDeviceGroupPeerMemoryFeatures(enc, cmd_flags, device, heapIndex, localDeviceIndex, remoteDevice… in vn_submit_vkGetDeviceGroupPeerMemoryFeatures()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3218 for (deUint32 localDeviceIndex = 0; localDeviceIndex < numPhysicalDevices; localDeviceIndex++) in deviceGroupPeerMemoryFeatures() local
3222 if (localDeviceIndex != remoteDeviceIndex) in deviceGroupPeerMemoryFeatures()
3224 …vk.getDeviceGroupPeerMemoryFeatures(deviceGroup.get(), heapIndex, localDeviceIndex, remoteDeviceIn… in deviceGroupPeerMemoryFeatures()
3245 << TestLog::Message << "localDeviceIndex = " << localDeviceIndex << TestLog::EndMessage in deviceGroupPeerMemoryFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFeatureInfo.cpp3218 for (deUint32 localDeviceIndex = 0; localDeviceIndex < numPhysicalDevices; localDeviceIndex++) in deviceGroupPeerMemoryFeatures() local
3222 if (localDeviceIndex != remoteDeviceIndex) in deviceGroupPeerMemoryFeatures()
3224 …vk.getDeviceGroupPeerMemoryFeatures(deviceGroup.get(), heapIndex, localDeviceIndex, remoteDeviceIn… in deviceGroupPeerMemoryFeatures()
3245 << TestLog::Message << "localDeviceIndex = " << localDeviceIndex << TestLog::EndMessage in deviceGroupPeerMemoryFeatures()
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4374 …upPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
4417 uint32_t localDeviceIndex,
5093 …eerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
5101 uint32_t localDeviceIndex,
/third_party/vulkan-loader/loader/
Dtrampoline.c2711 … uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, in vkGetDeviceGroupPeerMemoryFeatures() argument
2719 …disp->GetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPe… in vkGetDeviceGroupPeerMemoryFeatures()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2850 uint32_t localDeviceIndex, in anv_GetDeviceGroupPeerMemoryFeatures() argument
2854 assert(localDeviceIndex == 0 && remoteDeviceIndex == 0); in anv_GetDeviceGroupPeerMemoryFeatures()
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h4578 …upPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
4621 uint32_t localDeviceIndex,
5285 …eerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
5293 uint32_t localDeviceIndex,
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkFunctionPointerTypes.inl256 …eaturesFunc) (VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
257 …turesKHRFunc) (VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
DvkDeviceDriverImpl.inl867 …upPeerMemoryFeatures (VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem… argument
869 …m_vk.getDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPee…
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dmemory.txt3703 * pname:localDeviceIndex is the device index of the physical device that
3716 * [[VUID-vkGetDeviceGroupPeerMemoryFeatures-localDeviceIndex-00692]]
3717 pname:localDeviceIndex must: be a valid device index
3720 * [[VUID-vkGetDeviceGroupPeerMemoryFeatures-localDeviceIndex-00694]]
3721 pname:localDeviceIndex must: not equal pname:remoteDeviceIndex
Dmemory.adoc3768 * pname:localDeviceIndex is the device index of the physical device that
3781 * [[VUID-vkGetDeviceGroupPeerMemoryFeatures-localDeviceIndex-00692]]
3782 pname:localDeviceIndex must: be a valid device index
3785 * [[VUID-vkGetDeviceGroupPeerMemoryFeatures-localDeviceIndex-00694]]
3786 pname:localDeviceIndex must: not equal pname:remoteDeviceIndex
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c2372 uint32_t localDeviceIndex, in lvp_GetDeviceGroupPeerMemoryFeaturesKHR() argument
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5046 …upPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
5089 uint32_t localDeviceIndex,
6491 …eerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
6499 uint32_t localDeviceIndex,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp2534 uint32_t localDeviceIndex, in vkGetDeviceGroupPeerMemoryFeatures() argument
2539 device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures ); in vkGetDeviceGroupPeerMemoryFeatures()
3515 uint32_t localDeviceIndex, in vkGetDeviceGroupPeerMemoryFeaturesKHR() argument
3520 device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures ); in vkGetDeviceGroupPeerMemoryFeaturesKHR()
Dvulkan_raii.hpp2923 …uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex ) const VULKAN_HPP_NOEXC…
2991 …uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex ) const VULKAN_HPP_NOEXC…
10386 uint32_t localDeviceIndex, in getGroupPeerMemoryFeatures() argument
10393 localDeviceIndex, in getGroupPeerMemoryFeatures()
12270 uint32_t localDeviceIndex, in getGroupPeerMemoryFeaturesKHR() argument
12281 localDeviceIndex, in getGroupPeerMemoryFeaturesKHR()
Dvulkan_funcs.hpp5523 … uint32_t localDeviceIndex, in getGroupPeerMemoryFeatures() argument
5531 localDeviceIndex, in getGroupPeerMemoryFeatures()
5540 uint32_t localDeviceIndex, in getGroupPeerMemoryFeatures() argument
5548 localDeviceIndex, in getGroupPeerMemoryFeatures()
10639 … uint32_t localDeviceIndex, in getGroupPeerMemoryFeaturesKHR() argument
10647 localDeviceIndex, in getGroupPeerMemoryFeaturesKHR()
10656 uint32_t localDeviceIndex, in getGroupPeerMemoryFeaturesKHR() argument
10664 localDeviceIndex, in getGroupPeerMemoryFeaturesKHR()
Dvulkan_core.h5140 …upPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
5183 uint32_t localDeviceIndex,
6590 …eerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
6598 uint32_t localDeviceIndex,
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c2948 uint32_t localDeviceIndex, in dzn_GetDeviceGroupPeerMemoryFeatures() argument
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h5197 …upPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
5240 uint32_t localDeviceIndex,
6758 …eerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t rem…
6766 uint32_t localDeviceIndex,

12