Home
last modified time | relevance | path

Searched defs:wsiType (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp173 CustomInstance createInstanceWithWsi(Context &context, Type wsiType, const vector<string> extraExte… in createInstanceWithWsi()
219 tcu::TestStatus createSurfaceTest(Context &context, Type wsiType) in createSurfaceTest()
229 tcu::TestStatus querySurfaceCounterTest(Context &context, Type wsiType) in querySurfaceCounterTest()
268 tcu::TestStatus createSurfaceCustomAllocatorTest(Context &context, Type wsiType) in createSurfaceCustomAllocatorTest()
294 tcu::TestStatus createSurfaceSimulateOOMTest(Context &context, Type wsiType) in createSurfaceSimulateOOMTest()
358 tcu::TestStatus querySurfaceSupportTest(Context &context, Type wsiType) in querySurfaceSupportTest()
393 tcu::TestStatus queryPresentationSupportTest(Context &context, Type wsiType) in queryPresentationSupportTest()
490 tcu::TestStatus querySurfaceCapabilitiesTest(Context &context, Type wsiType) in querySurfaceCapabilitiesTest()
518 tcu::TestStatus querySurfaceCapabilities2Test(Context &context, Type wsiType) in querySurfaceCapabilities2Test()
571 tcu::TestStatus querySurfaceProtectedCapabilitiesTest(Context &context, Type wsiType) in querySurfaceProtectedCapabilitiesTest()
[all …]
H A DvktWsiPresentIdWaitTests.cpp95 …PresentIdWaitInstance(Context &context, vk::wsi::Type wsiType) : TestInstance(context), m_wsiType(… in PresentIdWaitInstance()
121 vector<const char *> getRequiredInstanceExtensions(vk::wsi::Type wsiType) in getRequiredInstanceExtensions()
131 CustomInstance createInstanceWithWsi(Context &context, vk::wsi::Type wsiType, in createInstanceWithWsi()
248 vk::VkSwapchainCreateInfoKHR getBasicSwapchainParameters(vk::wsi::Type wsiType, const vk::InstanceI… in getBasicSwapchainParameters()
442 …PresentIdWaitSimpleInstance(Context &context, vk::wsi::Type wsiType, const vector<PresentAndWaitOp… in PresentIdWaitSimpleInstance()
608 …PresentIdInstance(Context &context, vk::wsi::Type wsiType, const vector<PresentAndWaitOps> &sequen… in PresentIdInstance()
634 …PresentWaitInstance(Context &context, vk::wsi::Type wsiType, const vector<PresentAndWaitOps> &sequ… in PresentWaitInstance()
662 …PresentIdZeroInstance(Context &context, vk::wsi::Type wsiType) : PresentIdInstance(context, wsiTyp… in PresentIdZeroInstance()
685 …PresentIdIncreasingInstance(Context &context, vk::wsi::Type wsiType) : PresentIdInstance(context, … in PresentIdIncreasingInstance()
709 PresentIdInterleavedInstance(Context &context, vk::wsi::Type wsiType) in PresentIdInterleavedInstance()
[all …]
H A DvktWsiSwapchainTests.cpp102 …stance createInstanceWithWsi(Context &context, const Extensions &supportedExtensions, Type wsiType, in createInstanceWithWsi()
335 Type wsiType; member
348 … VkPhysicalDevice physicalDevice, Type wsiType, in generateSwapchainParameterCases()
565 vector<VkSwapchainCreateInfoKHR> generateSwapchainParameterCases(Type wsiType, TestDimension dimens… in generateSwapchainParameterCases()
932 tcu::TestStatus testImageSwapchainCreateInfo(Context &context, Type wsiType) in testImageSwapchainCreateInfo()
1049 Type wsiType; member
1087 VkSwapchainCreateInfoKHR getBasicSwapchainParameters(Type wsiType, const InstanceInterface &vki, in getBasicSwapchainParameters()
1231 tcu::TestStatus basicRenderTest(Context &context, Type wsiType) in basicRenderTest()
1395 Type wsiType; member
1602 tcu::TestStatus deviceGroupRenderTest(Context &context, Type wsiType) in deviceGroupRenderTest()
[all …]
H A DvktWsiColorSpaceTests.cpp96 …stance createInstanceWithWsi(Context &context, const Extensions &supportedExtensions, Type wsiType, in createInstanceWithWsi()
218 Type wsiType; member
234 Type wsiType; member
246 VkSwapchainCreateInfoKHR getBasicSwapchainParameters(Type wsiType, const InstanceInterface &vki, in getBasicSwapchainParameters()
381 tcu::TestStatus basicExtensionTest(Context &context, Type wsiType) in basicExtensionTest()
416 Type wsiType; member
561 tcu::TestStatus surfaceFormatRenderTest(Context &context, Type wsiType, const InstanceHelper &instH… in surfaceFormatRenderTest()
693 tcu::TestStatus surfaceFormatRenderTests(Context &context, Type wsiType) in surfaceFormatRenderTests()
716 tcu::TestStatus surfaceFormatRenderWithHdrTests(Context &context, Type wsiType) in surfaceFormatRenderWithHdrTests()
752 void createColorSpaceTests(tcu::TestCaseGroup *testGroup, vk::wsi::Type wsiType) in createColorSpaceTests()
[all …]
H A DvktWsiMaintenance1Tests.cpp82 …stance createInstanceWithWsi(Context &context, const Extensions &supportedExtensions, Type wsiType, in createInstanceWithWsi()
204 …y> createDisplay(const vk::Platform &platform, const Extensions &supportedExtensions, Type wsiType) in createDisplay()
508 vk::wsi::Type wsiType; member
516 bool canDoMultiSwapchainPresent(vk::wsi::Type wsiType) in canDoMultiSwapchainPresent()
999 void populatePresentFenceGroup(tcu::TestCaseGroup *testGroup, Type wsiType) in populatePresentFenceGroup()
1052 vk::wsi::Type wsiType; member
1217 void populatePresentModesGroup(tcu::TestCaseGroup *testGroup, Type wsiType) in populatePresentModesGroup()
1336 vk::wsi::Type wsiType; member
1342 vk::wsi::Type wsiType; member
1709 void populateScalingTests(tcu::TestCaseGroup *testGroup, Type wsiType, bool resizeWindow) in populateScalingTests()
[all …]
H A DvktWsiFullScreenExclusiveTests.cpp65 vk::wsi::Type wsiType; member
79 …stance createInstanceWithWsi(Context &context, const Extensions &supportedExtensions, Type wsiType, in createInstanceWithWsi()
175 …y> createDisplay(const vk::Platform &platform, const Extensions &supportedExtensions, Type wsiType) in createDisplay()
224 VkSwapchainCreateInfoKHR getBasicSwapchainParameters(Type wsiType, const InstanceInterface &vki, in getBasicSwapchainParameters()
616 void createFullScreenExclusiveTests(tcu::TestCaseGroup *testGroup, vk::wsi::Type wsiType) in createFullScreenExclusiveTests()
H A DvktWsiSharedPresentableImageTests.cpp82 …eateInstanceWithWsi(Context &context, const Extensions &supportedExtensions, vk::wsi::Type wsiType) in createInstanceWithWsi()
144 vk::wsi::Type wsiType) in createDisplay()
178 bool wsiTypeSupportsScaling(vk::wsi::Type wsiType) in wsiTypeSupportsScaling()
400 vk::wsi::Type wsiType; member
957 void createSharedPresentableImageTests(tcu::TestCaseGroup *testGroup, vk::wsi::Type wsiType) in createSharedPresentableImageTests()
H A DvktWsiTests.cpp49 void createTypeSpecificTests(tcu::TestCaseGroup *testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests()
77 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createWsiTests() local
H A DvktNativeObjectsUtil.cpp40 vk::wsi::Type wsiType) in createDisplay()
76 …ects::NativeObjects(Context &context, const Extensions &supportedExtensions, vk::wsi::Type wsiType, in NativeObjects()
H A DvktWsiDisplayTimingTests.cpp80 …eateInstanceWithWsi(Context &context, const Extensions &supportedExtensions, vk::wsi::Type wsiType) in createInstanceWithWsi()
135 vk::wsi::Type wsiType) in createDisplay()
415 vk::wsi::Type wsiType; member
1081 void createDisplayTimingTests(tcu::TestCaseGroup *testGroup, vk::wsi::Type wsiType) in createDisplayTimingTests()
H A DvktWsiIncrementalPresentTests.cpp82 …eateInstanceWithWsi(Context &context, const Extensions &supportedExtensions, vk::wsi::Type wsiType) in createInstanceWithWsi()
137 vk::wsi::Type wsiType) in createDisplay()
469 vk::wsi::Type wsiType; member
1009 void createIncrementalPresentTests(tcu::TestCaseGroup *testGroup, vk::wsi::Type wsiType) in createIncrementalPresentTests()
H A DvktWsiDisplayControlTests.cpp133 vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createTestDevice() local
870 vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in getDisplays() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp82 …std::string> getRequiredWsiExtensions(const Extensions &supportedExtensions, vk::wsi::Type wsiType) in getRequiredWsiExtensions()
121 vk::wsi::Type wsiType) in createDisplay()
195 vk::wsi::Type wsiType; member
233 tcu::TestStatus executeSwapchainParameterCases(vk::wsi::Type wsiType, TestDimension dimension, in executeSwapchainParameterCases()
862 tcu::TestStatus executeSwapchainParameterCases(vk::wsi::Type wsiType, TestDimension dimension, in executeSwapchainParameterCases()
940 vk::wsi::Type wsiType; member
968 vk::VkSwapchainCreateInfoKHR getBasicSwapchainParameters(vk::wsi::Type wsiType, const vk::InstanceI… in getBasicSwapchainParameters()
1283 tcu::TestStatus basicRenderTest(Context &baseCtx, vk::wsi::Type wsiType) in basicRenderTest()
1437 void populateRenderGroup(tcu::TestCaseGroup *testGroup, vk::wsi::Type wsiType) in populateRenderGroup()
1442 void createSwapchainTests(tcu::TestCaseGroup *testGroup, vk::wsi::Type wsiType) in createSwapchainTests()
[all …]
H A DvktProtectedMemContext.cpp52 ProtectedContext::ProtectedContext(Context &ctx, vk::wsi::Type wsiType, vk::wsi::Display &display, in ProtectedContext()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp65 const char *getName(Type wsiType) in getName()
73 const char *getExtensionName(Type wsiType) in getExtensionName()
82 const PlatformProperties &getPlatformProperties(Type wsiType) in getPlatformProperties()
222 VkResult createSurface(const InstanceInterface &vki, VkInstance instance, Type wsiType, const Displ… in createSurface()
329 Move<VkSurfaceKHR> createSurface(const InstanceInterface &vki, VkInstance instance, Type wsiType, in createSurface()
349 … uint32_t queueFamilyIndex, Type wsiType, const Display &nativeDisplay) in getPhysicalDevicePresentationSupport()
577 tcu::UVec2 getFullScreenSize(const vk::wsi::Type wsiType, const vk::wsi::Display &display, in getFullScreenSize()
650 VkBool32 isDisplaySurface(Type wsiType) in isDisplaySurface()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFrameBoundaryTests.cpp85 void checkWsiSupport(Context &context, vk::wsi::Type wsiType) in checkWsiSupport()
303 wsi::Type wsiType) in createDisplay()
397 tcu::TestStatus testCaseWsi(Context &context, vk::wsi::Type wsiType) in testCaseWsi()
487 for (uint32_t wsiType = 0; wsiType < wsi::TYPE_LAST; wsiType++) in createWsiTestCases() local
H A DvktApiImageCompressionControlTests.cpp77 Type wsiType; member
462 CustomInstance createInstanceWithWsi(Context &context, Type wsiType, const vector<string> extraExte… in createInstanceWithWsi()
786 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createImageCompressionControlTests() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp118 Type wsiType; member
1764 …stance createInstanceWithWsi(Context &context, const Extensions &supportedExtensions, Type wsiType, in createInstanceWithWsi()
1908 …y> createDisplay(const vk::Platform &platform, const Extensions &supportedExtensions, Type wsiType) in createDisplay()
1956 …inKHR> makeSwapchain(const DeviceInterface &vk, const VkDevice device, const vk::wsi::Type wsiType, in makeSwapchain()
2008 const Type wsiType(caseDef.wsiType); in testSwapchainMutable() local
2129 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createSwapchainImageMutableTests() local