Home
last modified time | relevance | path

Searched refs:deviceGroupSubmitInfo (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkCmdUtil.cpp330 VkDeviceGroupSubmitInfo deviceGroupSubmitInfo = in submitCommandsAndWait() local
345 useDeviceGroups ? &deviceGroupSubmitInfo : DE_NULL, // const void* pNext; in submitCommandsAndWait()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp268 VkDeviceGroupSubmitInfo deviceGroupSubmitInfo = in iterate() local
283 useDeviceGroups ? &deviceGroupSubmitInfo : DE_NULL, // const void* pNext; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp393 VkDeviceGroupSubmitInfo deviceGroupSubmitInfo = in submitCommandsAndWait() local
407 useDeviceGroups ? &deviceGroupSubmitInfo : DE_NULL, // const void* pNext; in submitCommandsAndWait()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1814 const VkDeviceGroupSubmitInfo deviceGroupSubmitInfo = in deviceGroupRenderTest() local
1828 &deviceGroupSubmitInfo, // pNext in deviceGroupRenderTest()
2191 const VkDeviceGroupSubmitInfo deviceGroupSubmitInfo = in deviceGroupRenderTest2() local
2205 &deviceGroupSubmitInfo, // pNext in deviceGroupRenderTest2()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_hash.hpp3514 …t operator()( VULKAN_HPP_NAMESPACE::DeviceGroupSubmitInfo const & deviceGroupSubmitInfo ) const VU… in operator ()()
3517 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.sType ); in operator ()()
3518 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pNext ); in operator ()()
3519 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.waitSemaphoreCount ); in operator ()()
3520 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pWaitSemaphoreDeviceIndices ); in operator ()()
3521 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.commandBufferCount ); in operator ()()
3522 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pCommandBufferDeviceMasks ); in operator ()()
3523 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.signalSemaphoreCount ); in operator ()()
3524 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pSignalSemaphoreDeviceIndices ); in operator ()()