Searched refs:vkPlatform (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceUtil.cpp | 39 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance() argument 76 return createInstance(vkPlatform, &instanceInfo, pAllocator); in createDefaultInstance() 79 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, deUint32 apiVersion) in createDefaultInstance() argument 81 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 | 20 vkPlatform.cpp 21 vkPlatform.hpp
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 462 … DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine); 527 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) in DefaultDevice() argument 528 : m_availableInstanceVersion (getTargetInstanceVersion(vkPlatform)) in DefaultDevice() 529 , m_deviceVersions (determineDeviceVersions(vkPlatform, m_availableInstanceVersion, cmdLine)) in DefaultDevice() 532 …stanceExtensions(filterExtensions(enumerateInstanceExtensionProperties(vkPlatform, DE_NULL)), m_us… in DefaultDevice() 533 , m_instance (createInstance(vkPlatform, m_usedApiVersion, m_instanceExtensions, cmdLine)) in DefaultDevice() 535 , m_instanceInterface (vkPlatform, *m_instance) in DefaultDevice() 544 …, m_device (createDefaultDevice(vkPlatform, *m_instance, m_instanceInterface, m_physicalDevic… in DefaultDevice() 545 , m_deviceInterface (vkPlatform, *m_instance, *m_device) in DefaultDevice()
|
/external/deqp/ |
D | AndroidGen.bp | 47 "external/vulkancts/framework/vulkan/vkPlatform.cpp",
|