/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPlatform.hpp | 44 virtual const PlatformInterface& getPlatformInterface (void) const = 0; 48 class PlatformDriver : public PlatformInterface 72 InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance); 78 void loadFunctions (const PlatformInterface& platformInterface, VkInstance instance); 91 DeviceDriver (const PlatformInterface& platformInterface, VkInstance instance, VkDevice device);
|
D | vkDefs.hpp | 193 class PlatformInterface class 201 PlatformInterface (void) {} in PlatformInterface() function in vk::PlatformInterface 204 PlatformInterface (const PlatformInterface&); 205 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.hpp | 40 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, 43 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
|
D | vkDeviceUtil.cpp | 41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance() 94 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, deUint32 apiVersion) in createDefaultInstance()
|
D | vkDebugReportUtil.hpp | 104 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 | vkDebugReportUtil.cpp | 172 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported()
|
D | vkQueryUtil.hpp | 65 std::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vk… 66 …tensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const …
|
D | vkRefUtil.inl | 4 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* … 5 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const Ins…
|
D | vkQueryUtil.cpp | 348 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties() 365 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.hpp | 45 class PlatformInterface; 59 const vk::PlatformInterface& platformInterface, 64 …const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface;… in getPlatformInterface() 118 const vk::PlatformInterface& m_platformInterface;
|
D | vktCustomInstancesDevices.hpp | 35 class PlatformInterface; 47 std::vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp); 111 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp…
|
D | vktCustomInstancesDevices.cpp | 81 vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers() 228 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions() 261 vector<const char*> addDebugReportExt(const vk::PlatformInterface& vkp, const vk::VkInstanceCreateI… in addDebugReportExt() 290 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo() 319 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createUncheckedInstance() 346 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp… in createCustomDevice()
|
D | vktTestCase.cpp | 156 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion() 165 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVer… in determineDeviceVersions() 187 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance() 224 Move<VkDevice> createDefaultDevice (const PlatformInterface& vkp, in createDefaultDevice() 299 … DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine); 377 de::MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, c… in createDebugReportRecorder() 387 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) in DefaultDevice() 452 const vk::PlatformInterface& platformInterface, in Context()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 212 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest() 502 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithLayerNameAbuseTest() 566 const PlatformInterface& vkp (context.getPlatformInterface()); in enumerateDevicesAllocLeakTest() 613 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest() 662 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest() 750 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedExtensionsTest() 822 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithVariousQueueCountsTest() 903 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithGlobalPriorityTest() 996 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test() 1190 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceQueue2Test() [all …]
|
D | vktApiExternalMemoryTests.cpp | 236 const vk::PlatformInterface& vkp, in createTestDevice() 803 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create() 874 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice() 921 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport() 967 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalExportImportWait() 1001 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportSignalImportWait() 1038 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportImportSignalWait() 1073 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalImport() 1121 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalWaitImport() 1170 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportSyncFdSignaled() [all …]
|
/external/deqp/framework/platform/nullws/ |
D | tcuNullWSPlatform.hpp | 48 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXVulkanPlatform.cpp | 88 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemContext.hpp | 83 const vk::PlatformInterface& m_interface;
|
D | vktProtectedMemUtils.hpp | 67 vk::Move<vk::VkDevice> makeProtectedMemDevice (const vk::PlatformInterface& vkp,
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 104 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 117 const PlatformInterface& vkp; 128 Environment (const PlatformInterface& vkp_, in Environment() 165 const PlatformInterface& vkp, in createDeviceWithMemoryReport() 1744 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocateAndFreeTest() 1825 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocationFailedTest() 1946 const PlatformInterface& vkp, in createExternalMemoryDevice() 2074 const PlatformInterface& vkp (context.getPlatformInterface()); in testImportAndUnimportExternalMemory()
|
/external/deqp/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 230 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 203 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|