Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp13076 … if (physical_device_state->vkGetPhysicalDeviceDisplayPlanePropertiesKHRState < QUERY_COUNT) { in RecordGetPhysicalDeviceDisplayPlanePropertiesState()
13077 physical_device_state->vkGetPhysicalDeviceDisplayPlanePropertiesKHRState = QUERY_COUNT; in RecordGetPhysicalDeviceDisplayPlanePropertiesState()
13082 … if (physical_device_state->vkGetPhysicalDeviceDisplayPlanePropertiesKHRState < QUERY_DETAILS) { in RecordGetPhysicalDeviceDisplayPlanePropertiesState()
13083 … physical_device_state->vkGetPhysicalDeviceDisplayPlanePropertiesKHRState = QUERY_DETAILS; in RecordGetPhysicalDeviceDisplayPlanePropertiesState()
13110 if (physical_device_state->vkGetPhysicalDeviceDisplayPlanePropertiesKHRState == UNCALLED) { in ValidateGetPhysicalDeviceDisplayPlanePropertiesKHRQuery()
Dcore_validation.h103 CALL_STATE vkGetPhysicalDeviceDisplayPlanePropertiesKHRState = UNCALLED; member