| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| D | vktWsiDisplayTests.cpp | 717 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()
|
| D | vktWsiDisplayControlTests.cpp | 249 planeProperties[planeIndex].currentStackIndex, // uint32_t planeStackIndex in createSurface()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkTypeUtil.inl | 419 …opertiesKHR makeDisplayPlanePropertiesKHR (VkDisplayKHR currentDisplay, uint32_t currentStackIndex) argument 423 res.currentStackIndex = currentStackIndex;
|
| D | vkStructTypes.inl | 2507 uint32_t currentStackIndex; member
|
| D | vkVulkan_c.inl | 7395 deUint32 currentStackIndex; member
|
| D | vkStrUtilImpl.inl | 7894 s << "\tcurrentStackIndex = " << value.currentStackIndex << '\n';
|
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| D | DisplaySurfaceKHR.cpp | 103 pProperties->currentStackIndex = 0; in GetPhysicalDeviceDisplayPlaneProperties()
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| D | wsi_common_display.c | 563 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/ |
| D | loader_phys_dev_inst_ext_tests.cpp | 3342 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/ |
| D | vulkan.h | 3409 uint32_t currentStackIndex; member
|
| /third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 4890 uint32_t currentStackIndex; member
|
| /third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 5088 uint32_t currentStackIndex; member
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 6284 uint32_t currentStackIndex; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 6433 uint32_t currentStackIndex; member
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 6383 uint32_t currentStackIndex; member
|
| D | vulkan_structs.hpp | 22523 , currentStackIndex( currentStackIndex_ ) 22557 … return ( currentDisplay == rhs.currentDisplay ) && ( currentStackIndex == rhs.currentStackIndex ); in operator ==() 22568 uint32_t currentStackIndex = {}; member
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 7687 uint32_t currentStackIndex; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_core.h | 7809 uint32_t currentStackIndex; member
|
| D | vulkan_hash.hpp | 3706 VULKAN_HPP_HASH_COMBINE( seed, displayPlanePropertiesKHR.currentStackIndex ); in operator ()()
|
| D | vulkan_structs.hpp | 27199 , 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
|