Home
last modified time | relevance | path

Searched refs:surface_formats (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11696 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()
Dcore_validation.h110 std::vector<VkSurfaceFormatKHR> surface_formats; member