Home
last modified time | relevance | path

Searched refs:firstDeviceID (Results 1 – 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp431 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/
DvktDeviceGroupRendering.cpp431 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/
DvktSparseResourcesBufferSparseBinding.cpp134 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()
DvktSparseResourcesBufferSparseResidency.cpp173 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()
DvktSparseResourcesBufferMemoryAliasing.cpp191 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()
DvktSparseResourcesBufferTests.cpp847 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 …]
DvktSparseResourcesImageSparseBinding.cpp170 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()
DvktSparseResourcesMipmapSparseResidency.cpp174 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()
DvktSparseResourcesImageMemoryAliasing.cpp229 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()
DvktSparseResourcesImageSparseResidency.cpp339 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/
DvktSparseResourcesBufferSparseBinding.cpp134 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()
DvktSparseResourcesBufferSparseResidency.cpp173 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()
DvktSparseResourcesBufferMemoryAliasing.cpp191 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()
DvktSparseResourcesBufferTests.cpp847 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 …]
DvktSparseResourcesImageSparseBinding.cpp170 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()
DvktSparseResourcesMipmapSparseResidency.cpp174 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()
DvktSparseResourcesImageMemoryAliasing.cpp229 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()
DvktSparseResourcesImageSparseResidency.cpp339 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/
DvktWsiSwapchainTests.cpp1692 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/
DvktWsiSwapchainTests.cpp1692 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/
DvkWsiUtil.cpp1078 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()
DvkWsiUtil.hpp161 deUint32 firstDeviceID,