Home
last modified time | relevance | path

Searched refs:currentStackIndex (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp717 results.check( toValidate.currentStackIndex < nonUpdated.currentStackIndex, in validateDisplayPlaneProperties()
718 …ex must be less than the number of planes reported " + de::toString(nonUpdated.currentStackIndex)); in validateDisplayPlaneProperties()
1031 results.check( planeProps[planeIndex].currentStackIndex < planeCountReported, in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1683 … planeProperties[planeIndex].currentStackIndex, // uint32_t planeStackIndex in testDisplaySurface()
DvktWsiDisplayControlTests.cpp249 planeProperties[planeIndex].currentStackIndex, // uint32_t planeStackIndex in createSurface()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl419 …opertiesKHR makeDisplayPlanePropertiesKHR (VkDisplayKHR currentDisplay, uint32_t currentStackIndex) argument
423 res.currentStackIndex = currentStackIndex;
DvkStructTypes.inl2507 uint32_t currentStackIndex; member
DvkVulkan_c.inl7395 deUint32 currentStackIndex; member
DvkStrUtilImpl.inl7894 s << "\tcurrentStackIndex = " << value.currentStackIndex << '\n';
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DDisplaySurfaceKHR.cpp103 pProperties->currentStackIndex = 0; in GetPhysicalDeviceDisplayPlaneProperties()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c563 prop->currentStackIndex = 0; in wsi_display_fill_in_display_plane_properties()
566 prop->currentStackIndex = 0; in wsi_display_fill_in_display_plane_properties()
/third_party/vulkan-loader/tests/
Dloader_phys_dev_inst_ext_tests.cpp3342 props[i].currentStackIndex = static_cast<uint32_t>((rand() % 0xFFF) + (rand() % 0xFFF) + 1); in FillInRandomDisplayPlanePropData()
3353 equal = equal && props1[i].currentStackIndex == props2[i].currentStackIndex; in CompareDisplayPlanePropData()
4466 …equal = equal && props1[i].currentStackIndex == props2[i].displayPlaneProperties.currentStackIndex; in CompareDisplayPlanePropData()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h3409 uint32_t currentStackIndex; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4890 uint32_t currentStackIndex; member
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h5088 uint32_t currentStackIndex; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h6284 uint32_t currentStackIndex; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h6433 uint32_t currentStackIndex; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h6383 uint32_t currentStackIndex; member
Dvulkan_structs.hpp22523 , currentStackIndex( currentStackIndex_ )
22557 … return ( currentDisplay == rhs.currentDisplay ) && ( currentStackIndex == rhs.currentStackIndex ); in operator ==()
22568 uint32_t currentStackIndex = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h7687 uint32_t currentStackIndex; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h7809 uint32_t currentStackIndex; member
Dvulkan_hash.hpp3706 VULKAN_HPP_HASH_COMBINE( seed, displayPlanePropertiesKHR.currentStackIndex ); in operator ()()
Dvulkan_structs.hpp27199 , currentStackIndex( currentStackIndex_ )
27237 return std::tie( currentDisplay, currentStackIndex ); in reflect()
27249 … return ( currentDisplay == rhs.currentDisplay ) && ( currentStackIndex == rhs.currentStackIndex ); in operator ==()
27261 uint32_t currentStackIndex = {}; member