Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.hpp153 class PlatformInterface class
159 PlatformInterface (void) {} in PlatformInterface() function in vk::PlatformInterface
162 PlatformInterface (const PlatformInterface&);
163 PlatformInterface& operator= (const PlatformInterface&);
DvkPlatform.hpp44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
47 class PlatformDriver : public PlatformInterface
67 InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance);
DvkDeviceUtil.hpp40 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform);
41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
DvkDeviceUtil.cpp39 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance()
79 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform) in createDefaultInstance()
DvkQueryUtil.hpp50 std::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vk…
51 …tensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const …
DvkPlatform.cpp43 InstanceDriver::InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance) in InstanceDriver()
DvkDebugReportUtil.hpp88 bool isDebugReportSupported (const PlatformInterface& vkp);
DvkQueryUtil.cpp172 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties()
189 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties()
DvkDebugReportUtil.cpp162 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported()
DvkRefUtil.inl4 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* …
DvkRef.hpp100 …Deleter (const PlatformInterface& platformIface, VkInstance instance, const VkAllocationCallbacks… in Deleter()
DvkRefUtilImpl.inl147 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn…
DvkNullDriver.cpp987 const PlatformInterface& getPlatformInterface (void) const { return m_driver; } in getPlatformInterface()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp38 class PlatformInterface;
54 const vk::PlatformInterface& platformInterface,
59 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } in getPlatformInterface()
79 const vk::PlatformInterface& m_platformInterface;
DvktTestCase.cpp78 vector<string> getValidationLayers (const PlatformInterface& vkp) in getValidationLayers()
110 Move<VkInstance> createInstance (const PlatformInterface& vkp, const vector<string>& enabledExtensi… in createInstance()
198 DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine);
233 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) in DefaultDevice()
281 const vk::PlatformInterface& platformInterface, in Context()
DvktTestPackage.cpp153 MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, const… in createDebugReportRecorder()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp67 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceTest()
206 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest()
273 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithNullApplicationInfoTest()
305 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithUnsupportedExtensionsTest()
357 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest()
403 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest()
490 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedExtensionsTest()
561 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithVariousQueueCountsTest()
634 Move<VkInstance> createInstanceWithExtension (const PlatformInterface& vkp, const char* extensionNa… in createInstanceWithExtension()
649 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test()
DvktApiFeatureInfo.cpp2182 Move<VkInstance> createInstanceWithExtension (const PlatformInterface& vkp, const char* extensionNa… in createInstanceWithExtension()
2197 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceFeatures2()
2228 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceProperties2()
2268 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceFormatProperties2()
2305 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceQueueFamilyProperties2()
2358 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceMemoryProperties2()
2391 const PlatformInterface& vkp = context.getPlatformInterface(); in imageFormatProperties2()
2465 const PlatformInterface& vkp = context.getPlatformInterface(); in sparseImageFormatProperties2()
/external/deqp/framework/platform/wayland/
DtcuWaylandVulkanPlatform.cpp90 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp96 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/framework/platform/X11/
DtcuX11VulkanPlatform.cpp137 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp199 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp78 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi()
780 const vk::PlatformInterface& m_vkp;
DvktWsiIncrementalPresentTests.cpp78 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi()
905 const vk::PlatformInterface& m_vkp;
DvktWsiDisplayTimingTests.cpp121 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi()
829 const vk::PlatformInterface& m_vkp;

12