/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 431 const deUint32 firstDeviceID = physDevID; in iterate() local 432 const deUint32 secondDeviceID = (firstDeviceID + 1 ) % m_physicalDeviceCount; in iterate() 436 …const deUint32 allocDeviceMask = m_subsetAllocation ? (1 << firstDeviceID) | (1 << secondDevi… in iterate() 440 deviceIndices[firstDeviceID] = secondDeviceID; in iterate() 441 deviceIndices[secondDeviceID] = firstDeviceID; in iterate() 556 if (m_usePeerFetch && !isPeerFetchAllowed(memoryTypeNdx, firstDeviceID, secondDeviceID)) in iterate() 628 if (m_usePeerFetch && !isPeerFetchAllowed(memoryTypeNdx, firstDeviceID, secondDeviceID)) in iterate() 700 if (m_usePeerFetch && !isPeerFetchAllowed(memoryTypeNdx, firstDeviceID, secondDeviceID)) in iterate() 771 if (m_usePeerFetch && !isPeerFetchAllowed(memoryTypeNdx, firstDeviceID, secondDeviceID)) in iterate() 1191 const deUint32 deviceMask = (1 << firstDeviceID) | (1 << secondDeviceID); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 431 const deUint32 firstDeviceID = physDevID; in iterate() local 432 const deUint32 secondDeviceID = (firstDeviceID + 1 ) % m_physicalDeviceCount; in iterate() 436 …const deUint32 allocDeviceMask = m_subsetAllocation ? (1 << firstDeviceID) | (1 << secondDevi… in iterate() 440 deviceIndices[firstDeviceID] = secondDeviceID; in iterate() 441 deviceIndices[secondDeviceID] = firstDeviceID; in iterate() 556 if (m_usePeerFetch && !isPeerFetchAllowed(memoryTypeNdx, firstDeviceID, secondDeviceID)) in iterate() 628 if (m_usePeerFetch && !isPeerFetchAllowed(memoryTypeNdx, firstDeviceID, secondDeviceID)) in iterate() 700 if (m_usePeerFetch && !isPeerFetchAllowed(memoryTypeNdx, firstDeviceID, secondDeviceID)) in iterate() 771 if (m_usePeerFetch && !isPeerFetchAllowed(memoryTypeNdx, firstDeviceID, secondDeviceID)) in iterate() 1191 const deUint32 deviceMask = (1 << firstDeviceID) | (1 << secondDeviceID); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseBinding.cpp | 134 const deUint32 firstDeviceID = physDevID; in iterate() local 135 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 181 if (firstDeviceID != secondDeviceID) in iterate() 185 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 225 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 329 waitStageBits, 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
D | vktSparseResourcesBufferSparseResidency.cpp | 173 const deUint32 firstDeviceID = physDevID; in iterate() local 174 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 222 if (firstDeviceID != secondDeviceID) in iterate() 226 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 250 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 383 waitStageBits, 0, DE_NULL, usingDeviceGroups(), firstDeviceID); in iterate()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 191 const deUint32 firstDeviceID = physDevID; in iterate() local 192 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 236 if (firstDeviceID != secondDeviceID) in iterate() 240 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 273 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 397 waitStageBits, 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
D | vktSparseResourcesBufferTests.cpp | 847 const deUint32 firstDeviceID = physDevID; in iterate() local 848 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 892 if (firstDeviceID != secondDeviceID) in iterate() 895 …vk.getDeviceGroupPeerMemoryFeatures(getDevice(), sparseAllocation->heapIndex, firstDeviceID, secon… in iterate() 907 …e.queueHandle, *sparseBuffer, *sparseAllocation, usingDeviceGroups(), firstDeviceID, secondDeviceI… in iterate() 912 …Handle, *sparseBufferAliased, *sparseAllocation, usingDeviceGroups(), firstDeviceID, secondDeviceI… in iterate() 948 …eue.queueHandle, *cmdBuffer, 0u, DE_NULL, DE_NULL, 0, DE_NULL, usingDeviceGroups(), firstDeviceID); in iterate() 1036 …TIVE_TOPOLOGY_TRIANGLE_STRIP, *m_descriptorSetLayout, specMap, usingDeviceGroups(), firstDeviceID); in iterate() 1178 const deUint32 firstDeviceID = physDevID; in iterate() local 1179 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() [all …]
|
D | vktSparseResourcesImageSparseBinding.cpp | 170 const deUint32 firstDeviceID = physDevID; in iterate() local 171 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 233 if (firstDeviceID != secondDeviceID) in iterate() 237 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 262 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 415 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 174 const deUint32 firstDeviceID = physDevID; in iterate() local 175 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 241 if (firstDeviceID != secondDeviceID) in iterate() 245 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 356 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 540 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 229 const deUint32 firstDeviceID = physDevID; in iterate() local 230 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 302 if (firstDeviceID != secondDeviceID) in iterate() 306 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 397 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 711 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
D | vktSparseResourcesImageSparseResidency.cpp | 339 const deUint32 firstDeviceID = physDevID; in iterate() local 340 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 342 const VkPhysicalDevice physicalDevice = getPhysicalDevice(firstDeviceID); in iterate() 400 if (firstDeviceID != secondDeviceID) in iterate() 404 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 534 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 744 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseBinding.cpp | 134 const deUint32 firstDeviceID = physDevID; in iterate() local 135 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 181 if (firstDeviceID != secondDeviceID) in iterate() 185 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 225 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 329 waitStageBits, 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
D | vktSparseResourcesBufferSparseResidency.cpp | 173 const deUint32 firstDeviceID = physDevID; in iterate() local 174 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 222 if (firstDeviceID != secondDeviceID) in iterate() 226 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 250 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 383 waitStageBits, 0, DE_NULL, usingDeviceGroups(), firstDeviceID); in iterate()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 191 const deUint32 firstDeviceID = physDevID; in iterate() local 192 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 236 if (firstDeviceID != secondDeviceID) in iterate() 240 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 273 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 397 waitStageBits, 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
D | vktSparseResourcesBufferTests.cpp | 847 const deUint32 firstDeviceID = physDevID; in iterate() local 848 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 892 if (firstDeviceID != secondDeviceID) in iterate() 895 …vk.getDeviceGroupPeerMemoryFeatures(getDevice(), sparseAllocation->heapIndex, firstDeviceID, secon… in iterate() 907 …e.queueHandle, *sparseBuffer, *sparseAllocation, usingDeviceGroups(), firstDeviceID, secondDeviceI… in iterate() 912 …Handle, *sparseBufferAliased, *sparseAllocation, usingDeviceGroups(), firstDeviceID, secondDeviceI… in iterate() 948 …eue.queueHandle, *cmdBuffer, 0u, DE_NULL, DE_NULL, 0, DE_NULL, usingDeviceGroups(), firstDeviceID); in iterate() 1036 …TIVE_TOPOLOGY_TRIANGLE_STRIP, *m_descriptorSetLayout, specMap, usingDeviceGroups(), firstDeviceID); in iterate() 1178 const deUint32 firstDeviceID = physDevID; in iterate() local 1179 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() [all …]
|
D | vktSparseResourcesImageSparseBinding.cpp | 170 const deUint32 firstDeviceID = physDevID; in iterate() local 171 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 233 if (firstDeviceID != secondDeviceID) in iterate() 237 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 262 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 415 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 174 const deUint32 firstDeviceID = physDevID; in iterate() local 175 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 241 if (firstDeviceID != secondDeviceID) in iterate() 245 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 356 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 540 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 229 const deUint32 firstDeviceID = physDevID; in iterate() local 230 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 302 if (firstDeviceID != secondDeviceID) in iterate() 306 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 397 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 711 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
D | vktSparseResourcesImageSparseResidency.cpp | 339 const deUint32 firstDeviceID = physDevID; in iterate() local 340 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() 342 const VkPhysicalDevice physicalDevice = getPhysicalDevice(firstDeviceID); in iterate() 400 if (firstDeviceID != secondDeviceID) in iterate() 404 …deviceInterface.getDeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDevi… in iterate() 534 firstDeviceID, //deUint32 resourceDeviceIndex; in iterate() 744 0, DE_NULL, m_useDeviceGroups, firstDeviceID); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1692 const deUint32 firstDeviceID = 0; in deviceGroupRenderTest() local 1796 (1 << firstDeviceID) in deviceGroupRenderTest() 1815 …renderer.recordDeviceGroupFrame(commandBuffer, firstDeviceID, secondDeviceID, physicalDevicesInGro… in deviceGroupRenderTest() 1818 deUint32 deviceMask = (1 << firstDeviceID); in deviceGroupRenderTest() 1819 std::vector<deUint32> deviceIndices(1, firstDeviceID); in deviceGroupRenderTest() 1851 deviceMask = (1 << firstDeviceID); in deviceGroupRenderTest() 1919 const deUint32 firstDeviceID = 0; in deviceGroupRenderTest2() local 1921 const deUint32 deviceIndices[] = { firstDeviceID, secondDeviceID }; in deviceGroupRenderTest2() 2126 …vkd.getDeviceGroupPeerMemoryFeatures(*groupDevice, 0, firstDeviceID, secondDeviceID, &peerMemoryFe… in deviceGroupRenderTest2() 2179 (1 << firstDeviceID) in deviceGroupRenderTest2() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1692 const deUint32 firstDeviceID = 0; in deviceGroupRenderTest() local 1796 (1 << firstDeviceID) in deviceGroupRenderTest() 1815 …renderer.recordDeviceGroupFrame(commandBuffer, firstDeviceID, secondDeviceID, physicalDevicesInGro… in deviceGroupRenderTest() 1818 deUint32 deviceMask = (1 << firstDeviceID); in deviceGroupRenderTest() 1819 std::vector<deUint32> deviceIndices(1, firstDeviceID); in deviceGroupRenderTest() 1851 deviceMask = (1 << firstDeviceID); in deviceGroupRenderTest() 1919 const deUint32 firstDeviceID = 0; in deviceGroupRenderTest2() local 1921 const deUint32 deviceIndices[] = { firstDeviceID, secondDeviceID }; in deviceGroupRenderTest2() 2126 …vkd.getDeviceGroupPeerMemoryFeatures(*groupDevice, 0, firstDeviceID, secondDeviceID, &peerMemoryFe… in deviceGroupRenderTest2() 2179 (1 << firstDeviceID) in deviceGroupRenderTest2() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkWsiUtil.cpp | 1078 deUint32 firstDeviceID, in recordDeviceGroupFrame() argument 1121 renderAreas[firstDeviceID].extent.width = (deInt32)m_renderSize.x() / 2; in recordDeviceGroupFrame() 1122 renderAreas[firstDeviceID].extent.height = (deInt32)m_renderSize.y(); in recordDeviceGroupFrame() 1123 renderAreas[secondDeviceID] = renderAreas[firstDeviceID]; in recordDeviceGroupFrame()
|
D | vkWsiUtil.hpp | 161 deUint32 firstDeviceID,
|