Home
last modified time | relevance | path

Searched refs:allFormats (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp1406 std::vector<VkSurfaceFormatKHR> allFormats = { in GetPhysicalDeviceSurfaceFormatsKHR() local
1418 allFormats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
1420 allFormats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
1422 allFormats.emplace_back(VkSurfaceFormatKHR{ in GetPhysicalDeviceSurfaceFormatsKHR()
1427 uint32_t transferCount = allFormats.size(); in GetPhysicalDeviceSurfaceFormatsKHR()
1432 std::copy(allFormats.begin(), allFormats.begin() + transferCount, formats); in GetPhysicalDeviceSurfaceFormatsKHR()
1435 *count = allFormats.size(); in GetPhysicalDeviceSurfaceFormatsKHR()

Completed in 4 milliseconds