Home
last modified time | relevance | path

Searched refs:supportedSurfaceCounters (Results 1 - 19 of 19) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dextension_manual.c142 pSurfaceCapabilities->supportedSurfaceCounters = 0; in terminator_GetPhysicalDeviceSurfaceCapabilities2EXT()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp1718 for (deUint32 i = 0; i < sizeof(capsExt.supportedSurfaceCounters) * 8; ++i) in testDisplaySurface()
1721 if (capsExt.supportedSurfaceCounters & mask) in testDisplaySurface()
1726 msg << "Invalid bit set in supportedSurfaceCounters: 0x" << std::hex << mask; in testDisplaySurface()
H A DvktWsiSurfaceTests.cpp262 if (!isDisplay && capsExt.supportedSurfaceCounters != 0) in querySurfaceCounterTest()
264 return tcu::TestStatus::fail("supportedSurfaceCounters nonzero (" + de::toString(capsExt.supportedSurfaceCounters) + ") for non-display surface"); in querySurfaceCounterTest()
H A DvktWsiDisplayControlTests.cpp581 if ((properties.supportedSurfaceCounters & VK_SURFACE_COUNTER_VBLANK_EXT) == 0) in createSwapchainConfig()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTests.cpp1718 for (deUint32 i = 0; i < sizeof(capsExt.supportedSurfaceCounters) * 8; ++i) in testDisplaySurface()
1721 if (capsExt.supportedSurfaceCounters & mask) in testDisplaySurface()
1726 msg << "Invalid bit set in supportedSurfaceCounters: 0x" << std::hex << mask; in testDisplaySurface()
H A DvktWsiSurfaceTests.cpp256 if (!isDisplay && capsExt.supportedSurfaceCounters != 0) in querySurfaceCounterTest()
258 return tcu::TestStatus::fail("supportedSurfaceCounters nonzero (" + de::toString(capsExt.supportedSurfaceCounters) + ") for non-display surface"); in querySurfaceCounterTest()
H A DvktWsiDisplayControlTests.cpp581 if ((properties.supportedSurfaceCounters & VK_SURFACE_COUNTER_VBLANK_EXT) == 0) in createSwapchainConfig()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c692 ext_caps->supportedSurfaceCounters = counters.supported_surface_counters; in wsi_GetPhysicalDeviceSurfaceCapabilities2EXT()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h6537 VkSurfaceCounterFlagsEXT supportedSurfaceCounters; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h8947 VkSurfaceCounterFlagsEXT supportedSurfaceCounters; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp71039 , supportedSurfaceCounters( supportedSurfaceCounters_ ) supportedSurfaceCounters() function
71102 VULKAN_HPP_NAMESPACE::SurfaceCounterFlagsEXT supportedSurfaceCounters = {}; global() member
[all...]
H A Dvulkan_core.h9333 VkSurfaceCounterFlagsEXT supportedSurfaceCounters; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h10468 VkSurfaceCounterFlagsEXT supportedSurfaceCounters; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h9493 VkSurfaceCounterFlagsEXT supportedSurfaceCounters; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp[all...]
H A Dvulkan_json_parser.hpp11840 parse_VkSurfaceCounterFlagsEXT("supportedSurfaceCounters", obj["supportedSurfaceCounters"], (o.supportedSurfaceCounters)); in parse_VkSurfaceCapabilities2EXT()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h12295 VkSurfaceCounterFlagsEXT supportedSurfaceCounters; member
H A Dvulkan_hash.hpp14717 VULKAN_HPP_HASH_COMBINE( seed, surfaceCapabilities2EXT.supportedSurfaceCounters );
H A Dvulkan_structs.hpp[all...]

Completed in 442 milliseconds