Searched refs:dCi (Results 1 – 1 of 1) sorted by relevance
1080 VkDeviceCreateInfo dCi = {}; in createGlobalVkEmulation() local1081 dCi.sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO; in createGlobalVkEmulation()1082 dCi.queueCreateInfoCount = 1; in createGlobalVkEmulation()1083 dCi.pQueueCreateInfos = &dqCi; in createGlobalVkEmulation()1084 dCi.enabledExtensionCount = static_cast<uint32_t>(selectedDeviceExtensionNames.size()); in createGlobalVkEmulation()1085 dCi.ppEnabledExtensionNames = selectedDeviceExtensionNames.data(); in createGlobalVkEmulation()1088 auto deviceCiChain = vk_make_chain_iterator(&dCi); in createGlobalVkEmulation()1121 ivk->vkCreateDevice(sVkEmulation->physdev, &dCi, nullptr, &sVkEmulation->device); in createGlobalVkEmulation()