Searched refs:chained_device_group_struct (Results 1 – 1 of 1) sorted by relevance
3331 … auto chained_device_group_struct = lvl_find_in_chain<VkDeviceGroupSubmitInfo>(submit->pNext); in PreCallValidateQueueSubmit() local3332 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() local6371 if (chained_device_group_struct) { in PreCallValidateBeginCommandBuffer()6373 …chained_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() local6422 if (chained_device_group_struct) { in PreCallRecordBeginCommandBuffer()[all …]