Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3331 … auto chained_device_group_struct = lvl_find_in_chain<VkDeviceGroupSubmitInfo>(submit->pNext); in PreCallValidateQueueSubmit() local
3332 if (chained_device_group_struct && chained_device_group_struct->commandBufferCount > 0) { in PreCallValidateQueueSubmit()
3333 for (uint32_t i = 0; i < chained_device_group_struct->commandBufferCount; ++i) { in PreCallValidateQueueSubmit()
3334 …skip |= ValidateDeviceMaskToPhysicalDeviceCount(chained_device_group_struct->pCommandBufferDeviceM… in PreCallValidateQueueSubmit()
6370 …auto chained_device_group_struct = lvl_find_in_chain<VkDeviceGroupCommandBufferBeginInfo>(pBeginIn… in PreCallValidateBeginCommandBuffer() local
6371 if (chained_device_group_struct) { in PreCallValidateBeginCommandBuffer()
6373chained_device_group_struct->deviceMask, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT, HandleToU… in PreCallValidateBeginCommandBuffer()
6376 …ValidateDeviceMaskToZero(chained_device_group_struct->deviceMask, VK_DEBUG_REPORT_OBJECT_TYPE_COMM… in PreCallValidateBeginCommandBuffer()
6421 …auto chained_device_group_struct = lvl_find_in_chain<VkDeviceGroupCommandBufferBeginInfo>(pBeginIn… in PreCallRecordBeginCommandBuffer() local
6422 if (chained_device_group_struct) { in PreCallRecordBeginCommandBuffer()
[all …]