/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDefs.hpp | 153 class PlatformInterface class 159 PlatformInterface (void) {} in PlatformInterface() function in vk::PlatformInterface 162 PlatformInterface (const PlatformInterface&); 163 PlatformInterface& operator= (const PlatformInterface&);
|
D | vkPlatform.hpp | 44 virtual const PlatformInterface& getPlatformInterface (void) const = 0; 47 class PlatformDriver : public PlatformInterface 67 InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance);
|
D | vkDeviceUtil.hpp | 40 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform); 41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
|
D | vkDeviceUtil.cpp | 39 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance() 79 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform) in createDefaultInstance()
|
D | vkQueryUtil.hpp | 50 std::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vk… 51 …tensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const …
|
D | vkPlatform.cpp | 43 InstanceDriver::InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance) in InstanceDriver()
|
D | vkDebugReportUtil.hpp | 88 bool isDebugReportSupported (const PlatformInterface& vkp);
|
D | vkQueryUtil.cpp | 172 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties() 189 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties()
|
D | vkDebugReportUtil.cpp | 162 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported()
|
D | vkRefUtil.inl | 4 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* …
|
D | vkRef.hpp | 100 …Deleter (const PlatformInterface& platformIface, VkInstance instance, const VkAllocationCallbacks… in Deleter()
|
D | vkRefUtilImpl.inl | 147 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn…
|
D | vkNullDriver.cpp | 987 const PlatformInterface& getPlatformInterface (void) const { return m_driver; } in getPlatformInterface()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.hpp | 38 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;
|
D | vktTestCase.cpp | 78 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()
|
D | vktTestPackage.cpp | 153 MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, const… in createDebugReportRecorder()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 67 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()
|
D | vktApiFeatureInfo.cpp | 2182 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/ |
D | tcuWaylandVulkanPlatform.cpp | 90 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 96 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11VulkanPlatform.cpp | 137 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 199 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 78 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi() 780 const vk::PlatformInterface& m_vkp;
|
D | vktWsiIncrementalPresentTests.cpp | 78 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi() 905 const vk::PlatformInterface& m_vkp;
|
D | vktWsiDisplayTimingTests.cpp | 121 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi() 829 const vk::PlatformInterface& m_vkp;
|