Searched refs:vkPlatform (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDeviceUtil.cpp | 45 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance() argument 59 …tensionProperties> availableExtensions = enumerateInstanceExtensionProperties(vkPlatform, DE_NULL); in createDefaultInstance() 136 return createInstance(vkPlatform, &instanceInfo, pAllocator); in createDefaultInstance() 139 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, deUint32 apiVersion, c… in createDefaultInstance() argument 142 …return createDefaultInstance(vkPlatform, apiVersion, vector<string>(), vector<string>(), cmdLine, … in createDefaultInstance() 144 …return createDefaultInstance(vkPlatform, apiVersion, vector<string>(), vector<string>(), cmdLine, … in createDefaultInstance()
|
D | vkDeviceUtil.hpp | 41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, 45 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
|
D | CMakeLists.txt | 108 vkPlatform.cpp 109 vkPlatform.hpp
|
D | BUILD.gn | 50 "//third_party/vk-gl-cts/external/vulkancts/framework/vulkan/vkPlatform.cpp",
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 383 …DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine, de::Sha… 492 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine,… in DefaultDevice() argument 498 , m_availableInstanceVersion (getTargetInstanceVersion(vkPlatform)) in DefaultDevice() 500 , m_deviceVersions (determineDeviceVersions(vkPlatform, m_usedInstanceVersion, cmdLine)) in DefaultDevice() 505 ? createDebugReportRecorder(vkPlatform, cmdLine.printValidationErrors()) in DefaultDevice() 508 …stanceExtensions(filterExtensions(enumerateInstanceExtensionProperties(vkPlatform, DE_NULL)), m_us… in DefaultDevice() 510 …, m_instance (createInstance(vkPlatform, m_usedApiVersion, m_instanceExtensions, cmdLine, m_d… in DefaultDevice() 512 , m_instance (createInstance(vkPlatform, m_usedApiVersion, m_instanceExtensions, cmdLine)) in DefaultDevice() 516 , m_instanceInterface (vkPlatform, *m_instance) in DefaultDevice() 522 , m_instanceInterface (vkPlatform, *m_instance, cmdLine, resourceInterface) in DefaultDevice() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktTestCase.cpp | 383 …DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine, de::Sha… 492 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine,… in DefaultDevice() argument 498 , m_availableInstanceVersion (getTargetInstanceVersion(vkPlatform)) in DefaultDevice() 500 , m_deviceVersions (determineDeviceVersions(vkPlatform, m_usedInstanceVersion, cmdLine)) in DefaultDevice() 505 ? createDebugReportRecorder(vkPlatform, cmdLine.printValidationErrors()) in DefaultDevice() 508 …stanceExtensions(filterExtensions(enumerateInstanceExtensionProperties(vkPlatform, DE_NULL)), m_us… in DefaultDevice() 510 …, m_instance (createInstance(vkPlatform, m_usedApiVersion, m_instanceExtensions, cmdLine, m_d… in DefaultDevice() 512 , m_instance (createInstance(vkPlatform, m_usedApiVersion, m_instanceExtensions, cmdLine)) in DefaultDevice() 516 , m_instanceInterface (vkPlatform, *m_instance) in DefaultDevice() 522 , m_instanceInterface (vkPlatform, *m_instance, cmdLine, resourceInterface) in DefaultDevice() [all …]
|
/third_party/vk-gl-cts/ |
D | AndroidGen.mk | 47 external/vulkancts/framework/vulkan/vkPlatform.cpp \
|