Searched refs:surfaceFormats (Results 1 – 4 of 4) sorted by relevance
166 VkSurfaceFormatKHR* surfaceFormats = (VkSurfaceFormatKHR*)surfaceFormatAlloc.get(); in createSwapchain() local168 surfaceFormats); in createSwapchain()233 VkFormat localFormat = surfaceFormats[i].format; in createSwapchain()236 colorSpace = surfaceFormats[i].colorSpace; in createSwapchain()
2142 const vector<VkSurfaceFormatKHR> surfaceFormats = getPhysicalDeviceSurfaceFormats(vki, in testSwapchainMutable() local2149 for (vector<VkSurfaceFormatKHR>::size_type i = 0; i < surfaceFormats.size(); i++) in testSwapchainMutable()2151 if (surfaceFormats[i].format == caseDef.imageFormat) in testSwapchainMutable()2152 surfaceFormat = &surfaceFormats[i]; in testSwapchainMutable()2154 if (surfaceFormats[i].format == caseDef.viewFormat) in testSwapchainMutable()2155 viewFormat = &surfaceFormats[i].format; in testSwapchainMutable()
53979 std::vector<SurfaceFormat2KHR,Allocator> surfaceFormats; in getSurfaceFormats2KHR() local53987 surfaceFormats.resize( surfaceFormatCount ); in getSurfaceFormats2KHR()53988 …ceInfo ), &surfaceFormatCount, reinterpret_cast<VkSurfaceFormat2KHR*>( surfaceFormats.data() ) ) ); in getSurfaceFormats2KHR()53993 VULKAN_HPP_ASSERT( surfaceFormatCount <= surfaceFormats.size() ); in getSurfaceFormats2KHR()53994 surfaceFormats.resize( surfaceFormatCount ); in getSurfaceFormats2KHR()53996 …return createResultValue( result, surfaceFormats, VULKAN_HPP_NAMESPACE_STRING"::PhysicalDevice::ge… in getSurfaceFormats2KHR()54001 std::vector<SurfaceFormat2KHR,Allocator> surfaceFormats( vectorAllocator ); in getSurfaceFormats2KHR() local54009 surfaceFormats.resize( surfaceFormatCount ); in getSurfaceFormats2KHR()54010 …ceInfo ), &surfaceFormatCount, reinterpret_cast<VkSurfaceFormat2KHR*>( surfaceFormats.data() ) ) ); in getSurfaceFormats2KHR()54015 VULKAN_HPP_ASSERT( surfaceFormatCount <= surfaceFormats.size() ); in getSurfaceFormats2KHR()[all …]