Home
last modified time | relevance | path

Searched defs:vkp (Results 1 – 25 of 31) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp236 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 …]
DvktApiDeviceInitializationTests.cpp1145 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
DvktApiVersionCheck.cpp334 const PlatformInterface& vkp = context.getPlatformInterface(); in createTestDevice() local
DvktApiBufferMarkerTests.cpp107 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceWithExtension() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp86 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()
DvktTestCase.cpp156 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/
DvkDebugReportUtil.cpp175 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported()
DvkQueryUtil.cpp348 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/
DvktProtectedMemUtils.cpp55 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/
DvktMemoryDeviceMemoryReportTests.cpp118 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/
DvktRayTracingNullASTests.cpp182 const auto& vkp = context.getPlatformInterface(); in DeviceHelper() local
DvktRayTracingPipelineLibraryTests.cpp172 const auto& vkp = context.getPlatformInterface(); in DeviceHelper() local
DvktRayTracingCaptureReplayTests.cpp930 const PlatformInterface& vkp = m_context.getPlatformInterface(); in runTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp106 Move<VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
DvktWsiColorSpaceTests.cpp132 Move<VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
DvktWsiSharedPresentableImageTests.cpp111 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
DvktWsiDisplayControlTests.cpp98 const PlatformInterface& vkp, in createTestDevice()
DvktWsiDisplayTimingTests.cpp102 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
DvktWsiIncrementalPresentTests.cpp104 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
DvktWsiSwapchainTests.cpp134 Move<VkDevice> createDeviceWithWsi (const PlatformInterface& vkp, in createDeviceWithWsi()
209 Move<VkDevice> createDeviceWithWsi (const PlatformInterface& vkp, in createDeviceWithWsi()
DvktWsiPresentIdWaitTests.cpp163 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp337 const vk::PlatformInterface& vkp, in createTestDevice()
DvktSynchronizationSmokeTests.cpp106 const PlatformInterface& vkp = context.getPlatformInterface(); in createTestDevice() local
DvktSynchronizationWin32KeyedMutexTests.cpp165 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createTestDevice() local
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkRefUtilImpl.inl214 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter…

12