Searched refs:getVulkanPlatform (Results 1 – 14 of 14) sorted by relevance
114 virtual const vk::Platform& getVulkanPlatform (void) const;
52 const vk::Platform& Platform::getVulkanPlatform (void) const in getVulkanPlatform() function in tcu::Platform
148 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); in logPlatformInfo()221 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(limits); in logPlatformMemoryLimits()
180 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary()); in createLibrary()
50 const vk::Platform& getVulkanPlatform (void) const { return m_vulkanPlatform; } in getVulkanPlatform() function in tcu::win32::Platform
45 …virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platfor… in getVulkanPlatform() function in tcu::null::Platform
49 …virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platfor… in getVulkanPlatform() function in tcu::Android::Platform
118 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; } in getVulkanPlatform() function in tcu::x11::X11Platform
181 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()508 …<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), in createSurfaceInitialSizeTest()552 …<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), in resizeSurfaceTest()
281 …: display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExte… in NativeObjects()
316 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomAllocFreeTestInstance()
909 , m_memoryLimits (getMemoryLimits(context.getTestContext().getPlatform().getVulkanPlatform())) in RandomMemoryMappingInstance()
291 `getVulkanPlatform()` method in `tcu::Platform` class implementation.
381 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits); in getPlatformMemoryLimits()