HomeSort by relevance Sort by last modified time
    Searched refs:vkp (Results 1 - 18 of 18) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiExternalMemoryTests.cpp 178 vk::Move<vk::VkInstance> createInstance (const vk::PlatformInterface& vkp,
198 return vk::createDefaultInstance(vkp, std::vector<std::string>(), instanceExtensions);
545 const vk::PlatformInterface& vkp (context.getPlatformInterface());
546 const vk::Unique<vk::VkInstance> instance (createInstance(vkp, externalType, 0u, 0u));
547 const vk::InstanceDriver vki (vkp, *instance);
594 const vk::PlatformInterface& vkp (context.getPlatformInterface());
595 const vk::Unique<vk::VkInstance> instance (createInstance(vkp, config.externalType, 0u, 0u));
596 const vk::InstanceDriver vki (vkp, *instance);
665 const vk::PlatformInterface& vkp (context.getPlatformInterface());
666 const vk::Unique<vk::VkInstance> instance (createInstance(vkp, config.externalType, 0u, 0u))
    [all...]
vktApiDeviceInitializationTests.cpp 630 Move<VkInstance> createInstanceWithExtension (const PlatformInterface& vkp, const char* extensionName)
632 const vector<VkExtensionProperties> instanceExts = enumerateInstanceExtensionProperties(vkp, DE_NULL);
640 return createDefaultInstance(vkp, vector<string>() /* layers */, enabledExts);
645 const PlatformInterface& vkp = context.getPlatformInterface(); local
646 const Unique<VkInstance> instance (createInstanceWithExtension(vkp, "VK_KHR_get_physical_device_properties2"));
647 const InstanceDriver vki (vkp, instance.get());
vktApiFeatureInfo.cpp 2392 const PlatformInterface& vkp = context.getPlatformInterface(); local
2423 const PlatformInterface& vkp = context.getPlatformInterface(); local
2463 const PlatformInterface& vkp = context.getPlatformInterface(); local
2500 const PlatformInterface& vkp = context.getPlatformInterface(); local
2553 const PlatformInterface& vkp = context.getPlatformInterface(); local
2586 const PlatformInterface& vkp = context.getPlatformInterface(); local
2660 const PlatformInterface& vkp = context.getPlatformInterface(); local
    [all...]
vktApiObjectManagementTests.cpp 232 const PlatformInterface& vkp; member in struct:vkt::api::__anon16506::Environment
241 : vkp (context.getPlatformInterface())
258 : vkp (vkp_)
469 return createInstance(env.vkp, &instanceInfo, env.allocationCallbacks);
497 , vki (env.vkp, *instance.object)
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.cpp 199 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp)
204 VK_CHECK(vkp.enumerateInstanceLayerProperties(&numLayers, DE_NULL));
209 VK_CHECK(vkp.enumerateInstanceLayerProperties(&numLayers, &properties[0]));
216 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const char* layerName)
221 VK_CHECK(vkp.enumerateInstanceExtensionProperties(layerName, &numExtensions, DE_NULL));
226 VK_CHECK(vkp.enumerateInstanceExtensionProperties(layerName, &numExtensions, &properties[0]));
vkDebugReportUtil.cpp 165 bool isDebugReportSupported (const PlatformInterface& vkp)
167 return isExtensionSupported(enumerateInstanceExtensionProperties(vkp, DE_NULL),
vkDebugReportUtil.hpp 88 bool isDebugReportSupported (const PlatformInterface& vkp);
vkQueryUtil.hpp 51 std::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp);
52 std::vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const char* layerName);
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 82 vector<string> getValidationLayers (const PlatformInterface& vkp)
84 return getValidationLayers(enumerateInstanceLayerProperties(vkp));
114 Move<VkInstance> createInstance (const PlatformInterface& vkp, const vector<string>& enabledExtensions, const tcu::CommandLine& cmdLine)
121 if (!isDebugReportSupported(vkp))
124 enabledLayers = getValidationLayers(vkp);
129 return createDefaultInstance(vkp, enabledLayers, enabledExtensions);
vktTestPackage.cpp 154 MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, const vk::InstanceInterface& vki, vk::VkInstance instance)
156 if (isDebugReportSupported(vkp))
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 175 Move<VkInstance> createInstanceWithWsi (const PlatformInterface& vkp,
188 return createDefaultInstance(vkp, vector<string>(), extensions, pAllocator);
    [all...]
vktWsiSharedPresentableImageTests.cpp 79 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp,
94 return vk::createDefaultInstance(vkp, vector<string>(), extensions);
    [all...]
vktWsiDisplayTimingTests.cpp 76 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp,
87 return vk::createDefaultInstance(vkp, vector<string>(), extensions);
    [all...]
vktWsiIncrementalPresentTests.cpp 79 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp,
90 return vk::createDefaultInstance(vkp, vector<string>(), extensions);
    [all...]
vktWsiSwapchainTests.cpp 89 Move<VkInstance> createInstanceWithWsi (const PlatformInterface& vkp,
114 return createDefaultInstance(vkp, vector<string>(), extensions, pAllocator);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationCrossInstanceSharingTests.cpp 175 vk::Move<vk::VkInstance> createInstance (const vk::PlatformInterface& vkp)
186 return vk::createDefaultInstance(vkp, std::vector<std::string>(), extensions);
    [all...]
vktSynchronizationWin32KeyedMutexTests.cpp 142 vk::Move<vk::VkInstance> createInstance (const vk::PlatformInterface& vkp)
152 return vk::createDefaultInstance(vkp, std::vector<std::string>(), extensions);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 2356 milliseconds