Searched refs:surface_formats (Results 1 – 2 of 2) sorted by relevance
11696 for (auto const &format : physical_device_state->surface_formats) { in ValidateCreateSwapchain()12648 auto prev_format_count = (uint32_t)physical_device_state->surface_formats.size(); in PreCallValidateGetPhysicalDeviceSurfaceFormatsKHR()12673 if (*pSurfaceFormatCount > physical_device_state->surface_formats.size()) in PostCallRecordGetPhysicalDeviceSurfaceFormatsKHR()12674 physical_device_state->surface_formats.resize(*pSurfaceFormatCount); in PostCallRecordGetPhysicalDeviceSurfaceFormatsKHR()12679 physical_device_state->surface_formats[i] = pSurfaceFormats[i]; in PostCallRecordGetPhysicalDeviceSurfaceFormatsKHR()12695 if (*pSurfaceFormatCount > physicalDeviceState->surface_formats.size()) in PostCallRecordGetPhysicalDeviceSurfaceFormats2KHR()12696 physicalDeviceState->surface_formats.resize(*pSurfaceFormatCount); in PostCallRecordGetPhysicalDeviceSurfaceFormats2KHR()12703 physicalDeviceState->surface_formats[i] = pSurfaceFormats[i].surfaceFormat; in PostCallRecordGetPhysicalDeviceSurfaceFormats2KHR()
110 std::vector<VkSurfaceFormatKHR> surface_formats; member