Home
last modified time | relevance | path

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

/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/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp148 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()
221 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
DvktTestPackage.cpp191 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary()); in createLibrary()
/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.cpp60 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; } in getVulkanPlatform() function in tcu::lnx::LinuxPlatform
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp264 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()
758 …<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), in createSurfaceInitialSizeTest()
802 …<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), in resizeSurfaceTest()
DvktWsiSharedPresentableImageTests.cpp930 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in SharedPresentableImageTestInstance()
DvktWsiDisplayTimingTests.cpp936 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in DisplayTimingTestInstance()
DvktWsiIncrementalPresentTests.cpp1057 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in IncrementalPresentTestInstance()
DvktWsiSwapchainTests.cpp287 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp51 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
DvktApiObjectManagementTests.cpp388 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp316 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomAllocFreeTestInstance()
DvktMemoryMappingTests.cpp1302 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomMemoryMappingInstance()
/external/deqp/external/vulkancts/
DREADME.md297 `getVulkanPlatform()` method in `tcu::Platform` class implementation.