/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPlatform.hpp | 44 virtual const PlatformInterface& getPlatformInterface (void) const = 0; 48 class PlatformDriver : public PlatformInterface 68 InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance); 74 void loadFunctions (const PlatformInterface& platformInterface, VkInstance instance); 87 DeviceDriver (const PlatformInterface& platformInterface, VkInstance instance, VkDevice device);
|
D | vkDeviceUtil.hpp | 40 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, 43 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, 49 Move<VkInstance> createInstanceWithExtensions (const PlatformInterface& vkp, 53 Move<VkInstance> createInstanceWithExtension (const PlatformInterface& vkp,
|
D | vkDefs.hpp | 177 class PlatformInterface class 183 PlatformInterface (void) {} in PlatformInterface() function in vk::PlatformInterface 186 PlatformInterface (const PlatformInterface&); 187 PlatformInterface& operator= (const PlatformInterface&);
|
D | vkPlatform.cpp | 43 InstanceDriver::InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance) in InstanceDriver() 48 void InstanceDriver::loadFunctions (const PlatformInterface& platformInterface, VkInstance instance) in loadFunctions() 59 DeviceDriver::DeviceDriver(const PlatformInterface& platformInterface, VkInstance instance, VkDevic… in DeviceDriver()
|
D | vkDeviceUtil.cpp | 39 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance() 79 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, deUint32 apiVersion) in createDefaultInstance() 84 Move<VkInstance> createInstanceWithExtensions (const PlatformInterface& vkp, in createInstanceWithExtensions() 102 Move<VkInstance> createInstanceWithExtension (const PlatformInterface& vkp, in createInstanceWithExtension()
|
D | vkDebugReportUtil.hpp | 88 bool isDebugReportSupported (const PlatformInterface& vkp);
|
D | vkRef.hpp | 100 …Deleter (const PlatformInterface& platformIface, VkInstance instance, const VkAllocationCallbacks… in Deleter() 120 …Deleter (const PlatformInterface& platformIface, VkInstance instance, VkDevice device, const VkAl… in Deleter()
|
D | vkQueryUtil.hpp | 61 std::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vk… 62 …tensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const …
|
D | vkRefUtil.inl | 4 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* p… 5 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const Inst…
|
D | vkDebugReportUtil.cpp | 165 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported()
|
D | vkQueryUtil.cpp | 276 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties() 293 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.hpp | 44 class PlatformInterface; 58 const vk::PlatformInterface& platformInterface, 63 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } in getPlatformInterface() 116 const vk::PlatformInterface& m_platformInterface;
|
D | vktTestCase.cpp | 92 vector<string> getValidationLayers (const PlatformInterface& vkp) in getValidationLayers() 165 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion() 174 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVer… in determineDeviceVersions() 196 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance() 233 Move<VkDevice> createDefaultDevice (const PlatformInterface& vkp, in createDefaultDevice() 462 … DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine); 527 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) in DefaultDevice() 596 const vk::PlatformInterface& platformInterface, in Context()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 68 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceTest() 211 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest() 304 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithNullApplicationInfoTest() 336 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithUnsupportedExtensionsTest() 389 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest() 437 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest() 523 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedExtensionsTest() 594 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithVariousQueueCountsTest() 668 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test() 733 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedFeaturesTest() [all …]
|
D | vktApiExternalMemoryTests.cpp | 214 vk::Move<vk::VkInstance> createInstance (const vk::PlatformInterface& vkp, in createInstance() 234 const vk::PlatformInterface& vkp, in createDevice() 710 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreQueries() 759 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create() 830 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice() 877 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport() 923 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalExportImportWait() 957 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportSignalImportWait() 994 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportImportSignalWait() 1029 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalImport() [all …]
|
D | vktApiFeatureInfo.cpp | 619 const PlatformInterface& vkp = context.getPlatformInterface(); in enumeratePhysicalDeviceGroups() 882 const PlatformInterface& vkp = context.getPlatformInterface(); in testNoKhxExtensions() 1429 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceGroupPeerMemoryFeatures() 2852 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceFeatures2() 3099 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceProperties2() 3359 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceFormatProperties2() 3404 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceQueueFamilyProperties2() 3456 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceMemoryProperties2() 3492 const PlatformInterface& vkp = context.getPlatformInterface(); in imageFormatProperties2() 3563 const PlatformInterface& vkp = context.getPlatformInterface(); in sparseImageFormatProperties2()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.hpp | 58 vk::Move<vk::VkInstance> makeProtectedMemInstance (const vk::PlatformInterface& vkp, 65 vk::Move<vk::VkDevice> makeProtectedMemDevice (const vk::PlatformInterface& vkp,
|
D | vktProtectedMemContext.hpp | 82 const vk::PlatformInterface& m_interface;
|
D | vktProtectedMemUtils.cpp | 52 std::vector<std::string> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers() 83 vk::Move<vk::VkInstance> makeProtectedMemInstance (const vk::PlatformInterface& vkp, const vkt::Con… in makeProtectedMemInstance() 149 vk::Move<vk::VkDevice> makeProtectedMemDevice (const vk::PlatformInterface& vkp, in makeProtectedMemDevice()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXVulkanPlatform.cpp | 84 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 94 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 84 Move<VkInstance> createInstanceWithGetPhysicalDeviceProperties2 (const PlatformInterface& vkp, in createInstanceWithGetPhysicalDeviceProperties2() 98 Move<VkDevice> createDeviceWithPushDescriptor (const PlatformInterface& vkp, in createDeviceWithPushDescriptor() 223 const PlatformInterface& m_vkp; 683 const PlatformInterface& m_vkp; 1022 const PlatformInterface& m_vkp; 1873 const PlatformInterface& m_vkp; 2634 const PlatformInterface& m_vkp; 3119 const PlatformInterface& m_vkp; 3483 const PlatformInterface& m_vkp;
|
/external/deqp/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 190 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 81 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi() 142 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi() 568 const vk::PlatformInterface& m_vkp;
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 203 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|