Home
last modified time | relevance | path

Searched refs:VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT (Results 1 - 25 of 32) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp185 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesBufferMemoryAliasing.cpp240 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesBufferSparseResidency.cpp226 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesImageSparseBinding.cpp242 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesMipmapSparseResidency.cpp245 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesImageMemoryAliasing.cpp306 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesImageSparseResidency.cpp421 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp187 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesBufferMemoryAliasing.cpp242 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesBufferSparseResidency.cpp228 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesImageSparseBinding.cpp239 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesMipmapSparseResidency.cpp247 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesImageMemoryAliasing.cpp308 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
H A DvktSparseResourcesImageSparseResidency.cpp406 if (((peerMemoryFeatureFlags & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT) == 0) || in iterate()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c1713 *pPeerMemoryFeatures = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT | in panvk_GetDeviceGroupPeerMemoryFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp1206 isPeerMemAsCopySrcAllowed = (peerMemFeatures & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT); in iterate()
1587 // to a buffer below (for checking) does not require VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp1206 isPeerMemAsCopySrcAllowed = (peerMemFeatures & VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT); in iterate()
1587 // to a buffer below (for checking) does not require VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT in iterate()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c2965 *pPeerMemoryFeatures = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT | in tu_GetDeviceGroupPeerMemoryFeatures()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1346 *pPeerMemoryFeatures = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT | in v3dv_GetDeviceGroupPeerMemoryFeatures()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2855 *pPeerMemoryFeatures = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT | in anv_GetDeviceGroupPeerMemoryFeatures()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4434 VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT = 0x00000001, enumerator
4438 VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT_KHR = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT,
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h4791 VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT = 0x00000001, enumerator
4795 VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT_KHR = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h4527 VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT = 0x00000001, enumerator
4531 VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT_KHR = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4576 VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT = 0x00000001, enumerator
4580 VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT_KHR = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT,
/third_party/glfw/deps/glad/
H A Dvulkan.h1854 VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT = 1, enumerator

Completed in 219 milliseconds

12