Home
last modified time | relevance | path

Searched refs:getVulkanPlatform (Results 1 – 21 of 21) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp148 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()
221 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
DvktTestPackage.cpp203 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary()); in createLibrary()
/external/deqp/framework/common/
DtcuPlatform.hpp114 virtual const vk::Platform& getVulkanPlatform (void) const;
DtcuPlatform.cpp52 const vk::Platform& Platform::getVulkanPlatform (void) const in getVulkanPlatform() function in tcu::Platform
/external/deqp/framework/platform/win32/
DtcuWin32Platform.hpp50 const vk::Platform& getVulkanPlatform (void) const { return m_vulkanPlatform; } in getVulkanPlatform() function in tcu::win32::Platform
/external/deqp/framework/platform/null/
DtcuNullPlatform.hpp45 …virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platfor… in getVulkanPlatform() function in tcu::null::Platform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp49 …virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platfor… in getVulkanPlatform() function in tcu::Android::Platform
/external/deqp/framework/platform/lnx/
DtcuLnxPlatform.cpp64 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; } in getVulkanPlatform() function in tcu::lnx::LinuxPlatform
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp109 const vk::Platform& platform = m_context.getTestContext().getPlatform().getVulkanPlatform(); in iterate()
DvktApiBufferTests.cpp58 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
DvktApiObjectManagementTests.cpp393 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp275 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()
1020 …<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), in createSurfaceInitialSizeTest()
1064 …<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), in resizeSurfaceTest()
DvktWsiSharedPresentableImageTests.cpp933 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in SharedPresentableImageTestInstance()
DvktWsiDisplayTimingTests.cpp937 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in DisplayTimingTestInstance()
DvktWsiIncrementalPresentTests.cpp1058 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in IncrementalPresentTestInstance()
DvktWsiSwapchainTests.cpp289 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp189 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; } in getVulkanPlatform() function in tcu::surfaceless::Platform
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp470 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in iterate()
DvktMemoryMappingTests.cpp1310 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomMemoryMappingInstance()
/external/deqp/external/vulkancts/
DREADME.md318 `getVulkanPlatform()` method in `tcu::Platform` class implementation.
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp150 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedE… in NativeObjects()