/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 236 const vk::PlatformInterface& vkp, in createTestDevice() 831 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create() local 902 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice() local 949 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport() local 995 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalExportImportWait() local 1029 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportSignalImportWait() local 1066 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportImportSignalWait() local 1101 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalImport() local 1149 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalWaitImport() local 1198 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportSyncFdSignaled() local [all …]
|
D | vktApiDeviceInitializationTests.cpp | 1145 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test() local 1208 void checkFeatures (const PlatformInterface& vkp, const VkInstance& instance, const InstanceDriver&… in checkFeatures() 1385 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceWithUnsupportedFeaturesTest() local 1872 const PlatformInterface& vkp = context.getPlatformInterface(); in createInstanceDeviceIntentionalAllocFail() local
|
D | vktApiVersionCheck.cpp | 334 const PlatformInterface& vkp = context.getPlatformInterface(); in createTestDevice() local
|
D | vktApiBufferMarkerTests.cpp | 107 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceWithExtension() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.cpp | 86 vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers() 241 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions() local 290 vector<const char*> addDebugReportExt(const vk::PlatformInterface& vkp, const vk::VkInstanceCreateI… in addDebugReportExt() 319 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo() local 355 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createUncheckedInstance() local 390 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() 379 de::MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, b… in createDebugReportRecorder()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.cpp | 175 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported()
|
D | vkQueryUtil.cpp | 348 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties() 365 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 55 const PlatformInterface& vkp = context.getPlatformInterface(); in makeProtectedMemInstance() local 136 vk::Move<vk::VkDevice> makeProtectedMemDevice (const vk::PlatformInterface& vkp, in makeProtectedMemDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 118 const PlatformInterface& vkp; member 166 const PlatformInterface& vkp, in createDeviceWithMemoryReport() 1745 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocateAndFreeTest() local 1826 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocationFailedTest() local 1947 const PlatformInterface& vkp, in createExternalMemoryDevice() 2075 const PlatformInterface& vkp (context.getPlatformInterface()); in testImportAndUnimportExternalMemory() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingNullASTests.cpp | 182 const auto& vkp = context.getPlatformInterface(); in DeviceHelper() local
|
D | vktRayTracingPipelineLibraryTests.cpp | 172 const auto& vkp = context.getPlatformInterface(); in DeviceHelper() local
|
D | vktRayTracingCaptureReplayTests.cpp | 930 const PlatformInterface& vkp = m_context.getPlatformInterface(); in runTest() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiFullScreenExclusiveTests.cpp | 106 Move<VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
|
D | vktWsiColorSpaceTests.cpp | 132 Move<VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
|
D | vktWsiSharedPresentableImageTests.cpp | 111 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
|
D | vktWsiDisplayControlTests.cpp | 98 const PlatformInterface& vkp, in createTestDevice()
|
D | vktWsiDisplayTimingTests.cpp | 102 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
|
D | vktWsiIncrementalPresentTests.cpp | 104 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
|
D | vktWsiSwapchainTests.cpp | 134 Move<VkDevice> createDeviceWithWsi (const PlatformInterface& vkp, in createDeviceWithWsi() 209 Move<VkDevice> createDeviceWithWsi (const PlatformInterface& vkp, in createDeviceWithWsi()
|
D | vktWsiPresentIdWaitTests.cpp | 163 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 337 const vk::PlatformInterface& vkp, in createTestDevice()
|
D | vktSynchronizationSmokeTests.cpp | 106 const PlatformInterface& vkp = context.getPlatformInterface(); in createTestDevice() local
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 165 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createTestDevice() local
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkRefUtilImpl.inl | 214 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter…
|