Home
last modified time | relevance | path

Searched refs:secondDeviceID (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp378 const deUint32 secondDeviceID = (firstDeviceID + 1 ) % m_physicalDeviceCount; in iterate() local
386 deviceIndices[firstDeviceID] = secondDeviceID; in iterate()
387 deviceIndices[secondDeviceID] = firstDeviceID; in iterate()
1128 const deUint32 deviceMask = (1 << firstDeviceID) | (1 << secondDeviceID); in iterate()
1171 …sfrRects[secondDeviceID * m_physicalDeviceCount + secondDeviceID] = sfrRects[firstDeviceID * m_… in iterate()
1361 renderAreas[secondDeviceID] = renderAreas[firstDeviceID]; in iterate()
1362 renderAreas[secondDeviceID].offset.x = (deInt32)renderSize.x() / 2; in iterate()
1393 vk.cmdSetDeviceMask(*cmdBuffer, 1 << secondDeviceID); in iterate()
1432 const deUint32 deviceMask = (1 << firstDeviceID) | (1 << secondDeviceID); in iterate()
1549 vk.cmdSetDeviceMask(*cmdBuffer, 1 << secondDeviceID); in iterate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp135 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() local
176 … memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), bufferMemReq… in iterate()
181 if (firstDeviceID != secondDeviceID) in iterate()
184 … heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
185 …DeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDeviceID, &peerMemoryFe… in iterate()
226 secondDeviceID, //deUint32 memoryDeviceIndex; in iterate()
H A DvktSparseResourcesBufferSparseResidency.cpp174 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() local
217 … memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), bufferMemReq… in iterate()
222 if (firstDeviceID != secondDeviceID) in iterate()
225 … heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
226 …DeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDeviceID, &peerMemoryFe… in iterate()
251 secondDeviceID, //deUint32 memoryDeviceIndex; in iterate()
H A DvktSparseResourcesBufferMemoryAliasing.cpp192 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() local
231 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), bu… in iterate()
236 if (firstDeviceID != secondDeviceID) in iterate()
239 … heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
240 …DeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDeviceID, &peerMemoryFe… in iterate()
274 secondDeviceID, //deUint32 memoryDeviceIndex; in iterate()
H A DvktSparseResourcesImageSparseBinding.cpp160 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() local
209 …ments.size > getPhysicalDeviceProperties(instance, getPhysicalDevice(secondDeviceID)).limits.spars… in iterate()
217 … memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), imageMemoryR… in iterate()
222 if (firstDeviceID != secondDeviceID) in iterate()
225 … heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
226 …DeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDeviceID, &peerMemoryFe… in iterate()
252 secondDeviceID, //deUint32 memoryDeviceIndex; in iterate()
H A DvktSparseResourcesBufferTests.cpp848 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() local
860 ….build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBuff… in iterate()
869 ….build(instance, getPhysicalDevice(secondDeviceID), vk, getDevice(), getAllocator(), referenceBuff… in iterate()
892 if (firstDeviceID != secondDeviceID) in iterate()
895 …oryFeatures(getDevice(), sparseAllocation->heapIndex, firstDeviceID, secondDeviceID, &peerMemoryFe… in iterate()
907 …queueHandle, *sparseBuffer, *sparseAllocation, usingDeviceGroups(), firstDeviceID, secondDeviceID); in iterate()
1177 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() local
1179 createResources(secondDeviceID); in iterate()
1181 if (firstDeviceID != secondDeviceID) in iterate()
1184 …yFeatures(getDevice(), m_sparseAllocation->heapIndex, firstDeviceID, secondDeviceID, &peerMemoryFe… in iterate()
[all …]
H A DvktSparseResourcesMipmapSparseResidency.cpp164 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() local
225 … memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), imageMemoryR… in iterate()
230 if (firstDeviceID != secondDeviceID) in iterate()
233 … heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
234 …DeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDeviceID, &peerMemoryFe… in iterate()
346 secondDeviceID, //deUint32 memoryDeviceIndex; in iterate()
H A DvktSparseResourcesImageMemoryAliasing.cpp215 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() local
277 …ments.size > getPhysicalDeviceProperties(instance, getPhysicalDevice(secondDeviceID)).limits.spars… in iterate()
282 …const deUint32 memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), im… in iterate()
287 if (firstDeviceID != secondDeviceID) in iterate()
290 … heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
291 …DeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDeviceID, &peerMemoryFe… in iterate()
383 secondDeviceID, //deUint32 memoryDeviceIndex; in iterate()
H A DvktSparseResourcesImageSparseResidency.cpp319 const deUint32 secondDeviceID = (firstDeviceID + 1) % m_numPhysicalDevices; in iterate() local
374 … memoryType = findMatchingMemoryType(instance, getPhysicalDevice(secondDeviceID), imageMemoryR… in iterate()
379 if (firstDeviceID != secondDeviceID) in iterate()
382 … heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID), memoryType); in iterate()
383 …DeviceGroupPeerMemoryFeatures(getDevice(), heapIndex, firstDeviceID, secondDeviceID, &peerMemoryFe… in iterate()
514 secondDeviceID, //deUint32 memoryDeviceIndex; in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.hpp156 deUint32 secondDeviceID,
H A DvkWsiUtil.cpp891 deUint32 secondDeviceID, in recordDeviceGroupFrame() argument
930 renderAreas[secondDeviceID] = renderAreas[firstDeviceID]; in recordDeviceGroupFrame()
931 renderAreas[secondDeviceID].offset.x = (deInt32)m_renderSize.x() / 2; in recordDeviceGroupFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp1723 const deUint32 secondDeviceID = 1; in deviceGroupRenderTest() local
1848 …renderer.recordDeviceGroupFrame(commandBuffer, firstDeviceID, secondDeviceID, physicalDevicesInGro… in deviceGroupRenderTest()
1855 deviceMask |= (1 << secondDeviceID); in deviceGroupRenderTest()
1856 deviceIndices.push_back(secondDeviceID); in deviceGroupRenderTest()
1953 const deUint32 secondDeviceID = 1; in deviceGroupRenderTest2() local
1954 const deUint32 deviceIndices[] = { firstDeviceID, secondDeviceID }; in deviceGroupRenderTest2()
2159 …vkd.getDeviceGroupPeerMemoryFeatures(*groupDevice, 0, firstDeviceID, secondDeviceID, &peerMemoryFe… in deviceGroupRenderTest2()
2231 …renderer.recordDeviceGroupFrame(commandBuffer, firstDeviceID, secondDeviceID, physicalDevicesInGro… in deviceGroupRenderTest2()
2234 deUint32 deviceMask = (1 << firstDeviceID) | (1 << secondDeviceID); in deviceGroupRenderTest2()