Home
last modified time | relevance | path

Searched refs:getPlatformInterface (Results 1 – 25 of 39) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.cpp35 , m_interface (m_context.getPlatformInterface()) in ProtectedContext()
42 , m_deviceDriver (m_context.getPlatformInterface(), *m_instance, *m_device) in ProtectedContext()
54 , m_interface (m_context.getPlatformInterface()) in ProtectedContext()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp84 …m_deviceGroupInstance = createInstanceWithExtensions(m_context.getPlatformInterface(), m_context.… in createDeviceSupportingQueues()
104 InstanceDriver instanceDriver(m_context.getPlatformInterface(), instance); in createDeviceSupportingQueues()
191 …m_logicalDevice = createDevice(m_context.getPlatformInterface(), instance, instanceDriver, physica… in createDeviceSupportingQueues()
192 …m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), inst… in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp68 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceTest()
211 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest()
214 context.getPlatformInterface().enumerateInstanceVersion(&instanceApiVersion); 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()
[all …]
DvktApiExternalMemoryTests.cpp710 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()
1077 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalWaitImport()
1128 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreMultipleExports()
[all …]
DvktApiFeatureInfo.cpp559 m_result = context.getPlatformInterface().enumerateInstanceLayerProperties(&m_count, data); in getResult()
578 …m_result = context.getPlatformInterface().enumerateInstanceExtensionProperties(pLayerName, &m_coun… in getResult()
619 const PlatformInterface& vkp = context.getPlatformInterface(); in enumeratePhysicalDeviceGroups()
805 …VkLayerProperties> properties = enumerateInstanceLayerProperties(context.getPlatformInterface()); in enumerateInstanceLayers()
828 …erties> properties = enumerateInstanceExtensionProperties(context.getPlatformInterface(), DE_NULL); in enumerateInstanceExtensions()
856 …ector<VkLayerProperties> layers = enumerateInstanceLayerProperties(context.getPlatformInterface()); in enumerateInstanceExtensions()
861 …ties> properties = enumerateInstanceExtensionProperties(context.getPlatformInterface(), layer->l… in enumerateInstanceExtensions()
882 const PlatformInterface& vkp = context.getPlatformInterface(); in testNoKhxExtensions()
948 …xtensionProperties = enumerateInstanceExtensionProperties(context.getPlatformInterface(), DE_NULL); in enumerateDeviceExtensions()
1429 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceGroupPeerMemoryFeatures()
[all …]
DvktApiVersionCheck.cpp116 …instance = createDefaultInstance(m_context.getPlatformInterface(), m_context.getUsedApiVersion()… in iterate()
117 …device = createTestDevice(m_context.getPlatformInterface(), m_context.getInstanceInterface(), m… in iterate()
DvktApiBufferTests.cpp221 …Move<VkDevice> device = createDevice(m_context.getPlatformInterface(), m_context.getInsta… in createSparseContext()
223 …return new SparseContext(device, queueIndex, m_context.getPlatformInterface(), m_context.getInstan… in createSparseContext()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp207 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
209 , instance (createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper()
215 , vki (context.getPlatformInterface(), *instance) in InstanceHelper()
219 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
221 , instance (createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper()
227 , vki (context.getPlatformInterface(), *instance) in InstanceHelper()
933 …Move<VkDevice> deviceGroup = createDevice(context.getPlatformInterface(), *instHelper.instance, i… in queryDevGroupSurfacePresentCapabilitiesTest()
934 const DeviceDriver vk (context.getPlatformInterface(), *instHelper.instance, *deviceGroup); in queryDevGroupSurfacePresentCapabilitiesTest()
1042 …Move<VkDevice> deviceGroup = createDevice(context.getPlatformInterface(), *instHelper.instance, i… in queryDevGroupSurfacePresentModesTest()
1043 const DeviceDriver vk (context.getPlatformInterface(), *instHelper.instance, *deviceGroup); in queryDevGroupSurfacePresentModesTest()
DvktWsiColorSpaceTests.cpp215 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
217 , instance (createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper()
222 , vki (context.getPlatformInterface(), *instance) in InstanceHelper()
241 , device (createDeviceWithWsi(context.getPlatformInterface(), in DeviceHelper()
248 , vkd (context.getPlatformInterface(), instance, *device) in DeviceHelper()
DvktWsiSwapchainTests.cpp212 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
214 , instance (createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper()
219 , vki (context.getPlatformInterface(), *instance) in InstanceHelper()
238 , device (createDeviceWithWsi(context.getPlatformInterface(), in DeviceHelper()
245 , vkd (context.getPlatformInterface(), context.getInstance(), *device) in DeviceHelper()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp1044 , m_instanceA (createInstance(context.getPlatformInterface(), context.getUsedApiVersion())) in SharingTestInstance()
1046 …, m_vkiA (context.getPlatformInterface(), *m_instanceA) // \todo [2017-06-13 pyry] Provide cor… in SharingTestInstance()
1051 …, m_deviceA (createDevice(context.getUsedApiVersion(), context.getPlatformInterface(), *m_inst… in SharingTestInstance()
1052 , m_vkdA (context.getPlatformInterface(), *m_instanceA, *m_deviceA) in SharingTestInstance()
1054 , m_instanceB (createInstance(context.getPlatformInterface(), context.getUsedApiVersion())) in SharingTestInstance()
1056 …, m_vkiB (context.getPlatformInterface(), *m_instanceB) // \todo [2017-06-13 pyry] Provide cor… in SharingTestInstance()
1060 …, m_deviceB (createDevice(context.getUsedApiVersion(), context.getPlatformInterface(), *m_inst… in SharingTestInstance()
1061 , m_vkdB (context.getPlatformInterface(), *m_instanceB, *m_deviceB) in SharingTestInstance()
DvktSynchronizationOperationMultiQueueTests.cpp137 …m_logicalDevice = createDevice(context.getPlatformInterface(), context.getInstance(), instance, ph… in MultiQueues()
138 …m_deviceDriver = MovePtr<DeviceDriver>(new DeviceDriver(context.getPlatformInterface(), context.ge… in MultiQueues()
DvktSynchronizationWin32KeyedMutexTests.cpp1442 , m_instance (createInstance(context.getPlatformInterface(), context.getUsedApiVersion())) in Win32KeyedMutexTestInstance()
1444 , m_vki (context.getPlatformInterface(), *m_instance) in Win32KeyedMutexTestInstance()
1448 …, m_device (createDevice(context.getUsedApiVersion(), context.getPlatformInterface(), *m_insta… in Win32KeyedMutexTestInstance()
1449 , m_vkd (context.getPlatformInterface(), *m_instance, *m_device) in Win32KeyedMutexTestInstance()
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp84 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::osx::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp162 …m_deviceGroupInstance = createInstanceWithExtensions(m_context.getPlatformInterface(),… in createDeviceGroup()
181 InstanceDriver instanceDriver (m_context.getPlatformInterface(), instance); in createDeviceGroup()
214 …m_logicalDevice = createDevice(m_context.getPlatformInterface(), instance, instanceDriver, device… in createDeviceGroup()
215 …m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), ins… in createDeviceGroup()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp63 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } in getPlatformInterface() function in vkt::Context
DvktTestPackage.cpp216 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection) in TestCaseExecutor()
218 ? createDebugReportRecorder(m_library->getPlatformInterface(), in TestCaseExecutor()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp94 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::win32::VulkanLibrary
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp190 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::lnx::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp204 …const DeviceDriver vk (m_context.getPlatformInterface(), m_context.getInstance(), *m_dev… in isPeerFetchAllowed()
349 …m_deviceGroup = createDevice(m_context.getPlatformInterface(), m_context.getInstance(), instanceIn… in init()
352 …deviceDriver = de::MovePtr<vk::DeviceDriver>(new vk::DeviceDriver(m_context.getPlatformInterface()… in init()
365 …const DeviceDriver vk (m_context.getPlatformInterface(), m_context.getInstance(), *m_device… in iterate()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp203 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::Android::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1966 : supportedExtensions(enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
1968 , instance(createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper()
1973 , vki(context.getPlatformInterface(), *instance) in InstanceHelper()
1993 , device(createDeviceWithWsi(context.getPlatformInterface(), in DeviceHelper()
2000 , vkd(context.getPlatformInterface(), context.getInstance(), *device) in DeviceHelper()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp258 , m_vkp (context.getPlatformInterface()) in PushDescriptorBufferGraphicsTestInstance()
710 , m_vkp (context.getPlatformInterface()) in PushDescriptorBufferComputeTestInstance()
1061 , m_vkp (context.getPlatformInterface()) in PushDescriptorImageGraphicsTestInstance()
1905 , m_vkp (context.getPlatformInterface()) in PushDescriptorImageComputeTestInstance()
2671 , m_vkp (context.getPlatformInterface()) in PushDescriptorTexelBufferGraphicsTestInstance()
3147 , m_vkp (context.getPlatformInterface()) in PushDescriptorTexelBufferComputeTestInstance()
3520 , m_vkp (context.getPlatformInterface()) in PushDescriptorInputAttachmentGraphicsTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp78 return createDevice(context.getPlatformInterface(), context.getInstance(), in createRobustBufferAccessDevice()

12