Searched refs:deviceLayerCount (Results 1 – 1 of 1) sorted by relevance
1442 uint32_t deviceLayerCount = 0; in initializeDevice() local1444 vkEnumerateDeviceLayerProperties(mPhysicalDevice, &deviceLayerCount, nullptr)); in initializeDevice()1446 std::vector<VkLayerProperties> deviceLayerProps(deviceLayerCount); in initializeDevice()1447 if (deviceLayerCount > 0) in initializeDevice()1449 ANGLE_VK_TRY(displayVk, vkEnumerateDeviceLayerProperties(mPhysicalDevice, &deviceLayerCount, in initializeDevice()