Searched refs:getPlatformInterface (Results 1 - 24 of 24) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemContext.cpp35 , m_interface (m_context.getPlatformInterface())
54 , m_interface (m_context.getPlatformInterface())
H A DvktProtectedMemWsiSwapchainTests.cpp482 std::vector<vk::VkExtensionProperties> supportedExtensions (enumerateInstanceExtensionProperties(baseCtx.getPlatformInterface(), DE_NULL));
1085 std::vector<vk::VkExtensionProperties> supportedExtensions (enumerateInstanceExtensionProperties(baseCtx.getPlatformInterface(), DE_NULL));
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPlatform.hpp44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
H A DvkNullDriver.cpp1386 const PlatformInterface& getPlatformInterface (void) const { return m_driver; } function in class:vk::__anon4228::NullDriverLibrary
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp67 const PlatformInterface& platformInterface = context.getPlatformInterface();
210 const PlatformInterface& platformInterface = context.getPlatformInterface();
213 context.getPlatformInterface().enumerateInstanceVersion(&instanceApiVersion);
303 const PlatformInterface& platformInterface = context.getPlatformInterface();
335 const PlatformInterface& platformInterface = context.getPlatformInterface();
388 const PlatformInterface& platformInterface = context.getPlatformInterface();
433 const PlatformInterface& platformInterface = context.getPlatformInterface();
518 const PlatformInterface& platformInterface = context.getPlatformInterface();
589 const PlatformInterface& platformInterface = context.getPlatformInterface();
681 const PlatformInterface& vkp = context.getPlatformInterface();
[all...]
H A DvktApiExternalMemoryTests.cpp720 const vk::PlatformInterface& vkp (context.getPlatformInterface());
769 const vk::PlatformInterface& vkp (context.getPlatformInterface());
840 const vk::PlatformInterface& vkp (context.getPlatformInterface());
887 const vk::PlatformInterface& vkp (context.getPlatformInterface());
933 const vk::PlatformInterface& vkp (context.getPlatformInterface());
967 const vk::PlatformInterface& vkp (context.getPlatformInterface());
1004 const vk::PlatformInterface& vkp (context.getPlatformInterface());
1039 const vk::PlatformInterface& vkp (context.getPlatformInterface());
1087 const vk::PlatformInterface& vkp (context.getPlatformInterface());
1138 const vk::PlatformInterface& vkp (context.getPlatformInterface());
[all...]
H A DvktApiFeatureInfo.cpp551 m_result = context.getPlatformInterface().enumerateInstanceLayerProperties(&m_count, data);
570 m_result = context.getPlatformInterface().enumerateInstanceExtensionProperties(pLayerName, &m_count, data);
627 const PlatformInterface& vkp = context.getPlatformInterface();
768 const vector<VkLayerProperties> properties = enumerateInstanceLayerProperties(context.getPlatformInterface());
791 const vector<VkExtensionProperties> properties = enumerateInstanceExtensionProperties(context.getPlatformInterface(), DE_NULL);
806 const vector<VkLayerProperties> layers = enumerateInstanceLayerProperties(context.getPlatformInterface());
811 const vector<VkExtensionProperties> properties = enumerateInstanceExtensionProperties(context.getPlatformInterface(), layer->layerName);
1319 const PlatformInterface& vkp = context.getPlatformInterface();
2634 const PlatformInterface& vkp = context.getPlatformInterface();
2839 const PlatformInterface& vkp = context.getPlatformInterface();
[all...]
H A DvktApiObjectManagementTests.cpp242 : vkp (context.getPlatformInterface())
344 const Environment env (context.getPlatformInterface(),
2549 const Environment rootEnv (context.getPlatformInterface(),
2600 const Environment rootEnv (context.getPlatformInterface(),
2711 const Environment objEnv (context.getPlatformInterface(),
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.hpp59 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } function in class:vkt::Context
H A DvktTestPackage.cpp209 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection)
211 ? createDebugReportRecorder(m_library->getPlatformInterface(),
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBase.cpp83 m_deviceGroupInstance = createInstanceWithExtensions(m_context.getPlatformInterface(), m_context.getUsedApiVersion(), requiredExtensions);
102 InstanceDriver instance(m_context.getPlatformInterface(), m_useDeviceGroups ? m_deviceGroupInstance.get() : m_context.getInstance());
/external/deqp/framework/platform/win32/
H A DtcuWin32VulkanPlatform.cpp96 const vk::PlatformInterface& getPlatformInterface (void) const function in class:tcu::win32::VulkanLibrary
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp199 const vk::PlatformInterface& getPlatformInterface (void) const function in class:tcu::Android::VulkanLibrary
/external/deqp/framework/platform/lnx/
H A DtcuLnxVulkanPlatform.cpp188 const vk::PlatformInterface& getPlatformInterface (void) const function in class:tcu::lnx::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp207 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(),
209 , instance (createInstanceWithWsi(context.getPlatformInterface(),
215 , vki (context.getPlatformInterface(), *instance)
219 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(),
221 , instance (createInstanceWithWsi(context.getPlatformInterface(),
227 , vki (context.getPlatformInterface(), *instance)
H A DvktWsiSwapchainTests.cpp208 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(),
210 , instance (createInstanceWithWsi(context.getPlatformInterface(),
215 , vki (context.getPlatformInterface(), *instance)
H A DvktWsiSharedPresentableImageTests.cpp928 , m_vkp (context.getPlatformInterface())
H A DvktWsiDisplayTimingTests.cpp932 , m_vkp (context.getPlatformInterface())
H A DvktWsiIncrementalPresentTests.cpp1053 , m_vkp (context.getPlatformInterface())
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp1033 , m_instanceA (createInstance(context.getPlatformInterface(), context.getUsedApiVersion()))
1035 , m_vkiA (context.getPlatformInterface(), *m_instanceA) // \todo [2017-06-13 pyry] Provide correct extension list
1043 , m_instanceB (createInstance(context.getPlatformInterface(), context.getUsedApiVersion()))
1045 , m_vkiB (context.getPlatformInterface(), *m_instanceB) // \todo [2017-06-13 pyry] Provide correct extension list
H A DvktSynchronizationWin32KeyedMutexTests.cpp1439 , m_instance (createInstance(context.getPlatformInterface(), context.getUsedApiVersion()))
1441 , m_vki (context.getPlatformInterface(), *m_instance)
/external/deqp/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp97 const vk::PlatformInterface& getPlatformInterface (void) const function in class:tcu::surfaceless::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp163 m_deviceGroupInstance = createInstanceWithExtensions(m_context.getPlatformInterface(), m_context.getUsedApiVersion(), requiredExtensions);
181 InstanceDriver instance (m_context.getPlatformInterface(), m_useDeviceGroups ? m_deviceGroupInstance.get() : m_context.getInstance());
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp2407 m_deviceGroupInstance = createInstanceWithExtensions(m_context.getPlatformInterface(), m_context.getUsedApiVersion(), requiredExtensions);
2422 InstanceDriver instance (m_context.getPlatformInterface(), m_deviceGroupInstance.get());

Completed in 662 milliseconds