Home
last modified time | relevance | path

Searched refs:getVulkanPlatform (Results 1 – 25 of 25) 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.cpp210 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/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.cpp227 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in AllocateFreeTestInstance()
500 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in iterate()
DvktMemoryMappingTests.cpp1290 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomMemoryMappingInstance()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp192 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; } in getVulkanPlatform() function in tcu::surfaceless::Platform
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp112 const vk::Platform& platform = m_context.getTestContext().getPlatform().getVulkanPlatform(); in iterate()
DvktApiBufferTests.cpp58 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
DvktApiObjectManagementTests.cpp401 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp276 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()
1126 …<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), in createSurfaceInitialSizeTest()
1170 …<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), in resizeSurfaceTest()
DvktWsiColorSpaceTests.cpp299 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()
DvktWsiSharedPresentableImageTests.cpp744 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in SharedPresentableImageTestInstance()
DvktWsiDisplayTimingTests.cpp697 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in DisplayTimingTestInstance()
DvktWsiIncrementalPresentTests.cpp836 …, m_nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), m_i… in IncrementalPresentTestInstance()
DvktWsiSwapchainTests.cpp296 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()
/external/deqp/external/vulkancts/
DREADME.md334 `getVulkanPlatform()` method in `tcu::Platform` class implementation.
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp164 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedE… in NativeObjects()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp2051 …: display(createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExten… in NativeObjects()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp194 m_context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in scaleDimensionsToMemory()