Searched refs:vkPlatform (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDeviceUtil.cpp | 41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance() argument 54 if (!isDebugReportSupported(vkPlatform)) in createDefaultInstance() 97 return createInstance(vkPlatform, &instanceInfo, pAllocator); in createDefaultInstance() 100 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, deUint32 apiVersion) in createDefaultInstance() argument 102 …return createDefaultInstance(vkPlatform, apiVersion, vector<string>(), vector<string>(), nullptr, … in createDefaultInstance()
|
D | vkDeviceUtil.hpp | 41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, 44 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
|
D | CMakeLists.txt | 100 vkPlatform.cpp 101 vkPlatform.hpp
|
D | BUILD.gn | 44 "//third_party/vk-gl-cts/external/vulkancts/framework/vulkan/vkPlatform.cpp",
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 299 … DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine); 389 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) in DefaultDevice() argument 391 , m_availableInstanceVersion (getTargetInstanceVersion(vkPlatform)) in DefaultDevice() 393 , m_deviceVersions (determineDeviceVersions(vkPlatform, m_usedInstanceVersion, cmdLine)) in DefaultDevice() 397 ? createDebugReportRecorder(vkPlatform, cmdLine.printValidationErrors()) in DefaultDevice() 399 …stanceExtensions(filterExtensions(enumerateInstanceExtensionProperties(vkPlatform, DE_NULL)), m_us… in DefaultDevice() 400 …, m_instance (createInstance(vkPlatform, m_usedApiVersion, m_instanceExtensions, m_debugRepor… in DefaultDevice() 402 , m_instanceInterface (vkPlatform, *m_instance) in DefaultDevice() 414 …, m_device (createDefaultDevice(vkPlatform, *m_instance, m_instanceInterface, m_physicalDevi… in DefaultDevice() 415 , m_deviceInterface (vkPlatform, *m_instance, *m_device) in DefaultDevice()
|
/third_party/vk-gl-cts/ |
D | AndroidGen.mk | 45 external/vulkancts/framework/vulkan/vkPlatform.cpp \
|