Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp236 const vk::PlatformInterface& vkp, in createTestDevice()
803 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create() local
874 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice() local
921 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport() local
967 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalExportImportWait() local
1001 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportSignalImportWait() local
1038 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportImportSignalWait() local
1073 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalImport() local
1121 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalWaitImport() local
1170 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportSyncFdSignaled() local
[all …]
DvktApiToolingInfoTests.cpp74 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstance() local
DvktApiDeviceInitializationTests.cpp566 const PlatformInterface& vkp (context.getPlatformInterface()); in enumerateDevicesAllocLeakTest() local
996 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test() local
1523 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
/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp81 vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers()
228 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions() local
261 vector<const char*> addDebugReportExt(const vk::PlatformInterface& vkp, const vk::VkInstanceCreateI… in addDebugReportExt()
290 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo() local
319 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createUncheckedInstance() local
346 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()
377 de::MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, c… in createDebugReportRecorder()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp172 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()
DvkRefUtilImpl.inl196 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter…
/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp117 const PlatformInterface& vkp; member
165 const PlatformInterface& vkp, in createDeviceWithMemoryReport()
1744 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocateAndFreeTest() local
1825 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocationFailedTest() local
1946 const PlatformInterface& vkp, in createExternalMemoryDevice()
2074 const PlatformInterface& vkp (context.getPlatformInterface()); in testImportAndUnimportExternalMemory() local
/external/deqp/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.cpp931 const PlatformInterface& vkp = m_context.getPlatformInterface(); in runTest() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp104 Move<VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
DvktWsiColorSpaceTests.cpp131 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.cpp133 Move<VkDevice> createDeviceWithWsi (const PlatformInterface& vkp, in createDeviceWithWsi()
208 Move<VkDevice> createDeviceWithWsi (const PlatformInterface& vkp, in createDeviceWithWsi()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp328 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

12