Home
last modified time | relevance | path

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

12

/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/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp149 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()
222 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
DvktTestPackage.cpp215 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary()); in createLibrary()
/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/nullws/
DtcuNullWSPlatform.hpp70 …virtual const vk::Platform& getVulkanPlatform() const { return static_cast<const vk::Platform&>(… in getVulkanPlatform() function in tcu::nullws::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/framework/platform/osx/
DtcuOSXPlatform.cpp107 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; } in getVulkanPlatform() function in tcu::OSXPlatform
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp292 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in AllocateFreeTestInstance()
586 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in iterate()
DvktMemoryMappingTests.cpp1372 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomMemoryMappingInstance()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp269 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()
1183 …<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), in createSurfaceInitialSizeTest()
1227 …<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), in resizeSurfaceTest()
DvktWsiFullScreenExclusiveTests.cpp248 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExt… in NativeObjects()
DvktWsiColorSpaceTests.cpp270 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()
DvktWsiDisplayControlTests.cpp718 …, m_device (createTestDevice(context.getTestContext().getPlatform().getVulkanPlatform(), m_vkp… in SwapchainCounterTestInstance()
DvktWsiSharedPresentableImageTests.cpp717 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in SharedPresentableImageTestInstance()
DvktWsiDisplayTimingTests.cpp694 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in DisplayTimingTestInstance()
DvktWsiIncrementalPresentTests.cpp805 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in IncrementalPresentTestInstance()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp200 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; } in getVulkanPlatform() function in tcu::surfaceless::Platform
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp136 const vk::Platform& platform = m_context.getTestContext().getPlatform().getVulkanPlatform(); in iterate()
DvktApiBufferTests.cpp59 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp164 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedE… in NativeObjects()
/external/deqp/external/vulkancts/
DREADME.md346 `getVulkanPlatform()` method in `tcu::Platform` class implementation.
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp903 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in testWithSizeReduction()

12