Searched refs:vkPlatform (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceUtil.cpp | 41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance() argument 53 if (!isDebugReportSupported(vkPlatform)) in createDefaultInstance() 91 return createInstance(vkPlatform, &instanceInfo, pAllocator); in createDefaultInstance() 94 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, deUint32 apiVersion) in createDefaultInstance() argument 96 return createDefaultInstance(vkPlatform, apiVersion, vector<string>(), vector<string>(), DE_NULL); in createDefaultInstance()
|
D | vkDeviceUtil.hpp | 40 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, 43 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
|
D | CMakeLists.txt | 30 vkPlatform.cpp 31 vkPlatform.hpp
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 299 … DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine); 387 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) in DefaultDevice() argument 389 , m_availableInstanceVersion (getTargetInstanceVersion(vkPlatform)) in DefaultDevice() 391 , m_deviceVersions (determineDeviceVersions(vkPlatform, m_usedInstanceVersion, cmdLine)) in DefaultDevice() 394 …stanceExtensions(filterExtensions(enumerateInstanceExtensionProperties(vkPlatform, DE_NULL)), m_us… in DefaultDevice() 395 , m_instance (createInstance(vkPlatform, m_usedApiVersion, m_instanceExtensions, cmdLine)) in DefaultDevice() 397 , m_instanceInterface (vkPlatform, *m_instance) in DefaultDevice() 399 ? createDebugReportRecorder(vkPlatform, in DefaultDevice() 412 …, m_device (createDefaultDevice(vkPlatform, *m_instance, m_instanceInterface, m_physicalDevi… in DefaultDevice() 413 , m_deviceInterface (vkPlatform, *m_instance, *m_device) in DefaultDevice()
|
/external/deqp/ |
D | AndroidGen.bp | 48 "external/vulkancts/framework/vulkan/vkPlatform.cpp",
|