Home
last modified time | relevance | path

Searched refs:vkp (Results 1 – 25 of 39) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp81 vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers() argument
83 return getValidationLayers(enumerateInstanceLayerProperties(vkp)); in getValidationLayers()
228 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions() local
229 …kExtensionProperties> availableExtensions = vk::enumerateInstanceExtensionProperties(vkp, DE_NULL); in createCustomInstanceWithExtensions()
245 …Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, extension… in createCustomInstanceWithExtensions()
261 vector<const char*> addDebugReportExt(const vk::PlatformInterface& vkp, const vk::VkInstanceCreateI… in addDebugReportExt() argument
263 if (!isDebugReportSupported(vkp)) in addDebugReportExt()
290 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo() local
297 enabledLayers = getValidationLayers(vkp); in createCustomInstanceFromInfo()
303 enabledExtensions = addDebugReportExt(vkp, createInfo); in createCustomInstanceFromInfo()
[all …]
DvktTestCase.cpp156 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion() argument
160 if (vkp.enumerateInstanceVersion(&version) != VK_SUCCESS) in getTargetInstanceVersion()
165 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVer… in determineDeviceVersions() argument
167 Move<VkInstance> preinstance = createDefaultInstance(vkp, apiVersion); in determineDeviceVersions()
168 InstanceDriver preinterface (vkp, preinstance.get()); in determineDeviceVersions()
187 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance() argument
200 if (!isDebugReportSupported(vkp)) in createInstance()
203 enabledLayers = vkt::getValidationLayers(vkp); in createInstance()
208 …return createDefaultInstance(vkp, apiVersion, vector<string>(begin(enabledLayers), end(enabledLaye… in createInstance()
224 Move<VkDevice> createDefaultDevice (const PlatformInterface& vkp, in createDefaultDevice() argument
[all …]
DvktCustomInstancesDevices.hpp47 std::vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp);
111 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp236 const vk::PlatformInterface& vkp, in createTestDevice() argument
381 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, in… in createTestDevice()
803 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create() local
812 …const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physica… in testSemaphoreWin32Create()
813 const vk::DeviceDriver vkd (vkp, instance, *device); in testSemaphoreWin32Create()
874 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice() local
883 …const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physicalDe… in testSemaphoreImportTwice()
884 const vk::DeviceDriver vkd (vkp, instance, *device); in testSemaphoreImportTwice()
921 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport() local
930 …const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physicalDe… in testSemaphoreImportReimport()
[all …]
DvktApiDeviceInitializationTests.cpp566 const PlatformInterface& vkp (context.getPlatformInterface()); in enumerateDevicesAllocLeakTest() local
570 …Move<VkInstance> instance (vk::createDefaultInstance(vkp, apiVersion, {}, {}, recorder.getCallb… in enumerateDevicesAllocLeakTest()
571 InstanceDriver vki (vkp, *instance); in enumerateDevicesAllocLeakTest()
996 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test() local
1038 …tomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, phy… in createDeviceFeatures2Test()
1039 const DeviceDriver vkd (vkp, instance, device.get()); in createDeviceFeatures2Test()
1523 const PlatformInterface& vkp = context.getPlatformInterface(); in createInstanceDeviceIntentionalAllocFail() local
1590 result = vkp.createInstance(&instanceCreateInfo, &allocationCallbacks, &instance); in createInstanceDeviceIntentionalAllocFail()
1603 const InstanceDriver instanceDriver (vkp, instance); in createInstanceDeviceIntentionalAllocFail()
1698 DeviceDriver(vkp, instance, device).destroyDevice(device, &allocationCallbacks); in createInstanceDeviceIntentionalAllocFail()
DvktApiToolingInfoTests.cpp74 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstance() local
82 …Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, enabledEx… in createCustomInstance()
DvktApiObjectManagementTests.cpp240 const PlatformInterface& vkp; member
253 : vkp (context.getPlatformInterface()) in Environment()
278 : vkp (vkp_) in Environment()
482 …const vector<VkExtensionProperties> instanceExts = enumerateInstanceExtensionProperties(env.vkp, D… in create()
516 return createInstance(env.vkp, &instanceInfo, env.allocationCallbacks); in create()
544 , vki (env.vkp, *instance.object) in Resources()
611 …return createCustomDevice(env.commandLine.isValidationEnabled(), env.vkp, env.instance, res.vki, r… in create()
645 , vki (env.vkp, *instance.object) in Resources()
724 …return createCustomDevice(env.commandLine.isValidationEnabled(), env.vkp, env.instance, res.vki, r… in create()
2730 , vkd (parent.vkp, parent.instance, *device) in EnvClone()
[all …]
DvktApiBufferMarkerTests.cpp107 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceWithExtension() local
160 …wd.logicalDevice = createCustomDevice(useValidation, vkp, instance, instanceDriver, physicalDevice… in createDeviceWithExtension()
161 wd.deviceDriver = MovePtr<DeviceDriver>(new DeviceDriver(vkp, instance, *wd.logicalDevice)); in createDeviceWithExtension()
DvktApiVersionCheck.cpp334 const PlatformInterface& vkp = context.getPlatformInterface(); in createTestDevice() local
367 return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceInfo); in createTestDevice()
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp348 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties() argument
353 VK_CHECK(vkp.enumerateInstanceLayerProperties(&numLayers, DE_NULL)); in enumerateInstanceLayerProperties()
358 VK_CHECK(vkp.enumerateInstanceLayerProperties(&numLayers, &properties[0])); in enumerateInstanceLayerProperties()
365 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties() argument
370 VK_CHECK(vkp.enumerateInstanceExtensionProperties(layerName, &numExtensions, DE_NULL)); in enumerateInstanceExtensionProperties()
375 VK_CHECK(vkp.enumerateInstanceExtensionProperties(layerName, &numExtensions, &properties[0])); in enumerateInstanceExtensionProperties()
DvkDebugReportUtil.cpp172 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported() argument
174 return isExtensionSupported(enumerateInstanceExtensionProperties(vkp, DE_NULL), in isDebugReportSupported()
DvkDebugReportUtil.hpp104 bool isDebugReportSupported (const PlatformInterface& vkp);
DvkQueryUtil.hpp65 …::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp);
66 …rties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const char* layerN…
DvkRefUtil.inl5 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const Ins…
DvkRefUtilImpl.inl196 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter… argument
200 …return Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, pAllocator…
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp117 const PlatformInterface& vkp; member
138 : vkp (vkp_) in Environment()
165 const PlatformInterface& vkp, in createDeviceWithMemoryReport() argument
212 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createDeviceWithMemoryReport()
231 …return createDeviceWithMemoryReport(env.commandLine.isValidationEnabled(), env.vkp, env.instance, … in create()
1700 , vkd (parent.vkp, parent.instance, *device) in EnvClone()
1701 …, env (parent.vkp, parent.vki, parent.instance, parent.physicalDevice, vkd, *device, parent.queue… in EnvClone()
1744 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocateAndFreeTest() local
1750 …const Unique<VkDevice> device (createDeviceWithMemoryReport(isValidationEnabled, vkp, insta… in vkDeviceMemoryAllocateAndFreeTest()
1751 const DeviceDriver vkd (vkp, instance, *device); in vkDeviceMemoryAllocateAndFreeTest()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp182 const auto& vkp = context.getPlatformInterface(); in DeviceHelper() local
236 …device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp,… in DeviceHelper()
237 vkd = de::MovePtr<DeviceDriver>(new DeviceDriver(vkp, instance, device.get())); in DeviceHelper()
DvktRayTracingPipelineLibraryTests.cpp172 const auto& vkp = context.getPlatformInterface(); in DeviceHelper() local
224 …device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp,… in DeviceHelper()
225 vkd = de::MovePtr<DeviceDriver>(new DeviceDriver(vkp, instance, device.get())); in DeviceHelper()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp55 const PlatformInterface& vkp = context.getPlatformInterface(); in makeProtectedMemInstance() local
56 const Extensions supportedExtensions(vk::enumerateInstanceExtensionProperties(vkp, DE_NULL)); in makeProtectedMemInstance()
136 vk::Move<vk::VkDevice> makeProtectedMemDevice (const vk::PlatformInterface& vkp, in makeProtectedMemDevice() argument
235 …return createCustomDevice(validationEnabled, vkp, instance, vkd, physicalDevice, &deviceParams, DE… in makeProtectedMemDevice()
DvktProtectedMemUtils.hpp67 vk::Move<vk::VkDevice> makeProtectedMemDevice (const vk::PlatformInterface& vkp,
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp104 Move<VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi() argument
151 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
DvktWsiColorSpaceTests.cpp131 Move<VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi() argument
176 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
DvktWsiDisplayControlTests.cpp98 const PlatformInterface& vkp, in createTestDevice() argument
163 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createTestDevice()
DvktWsiSharedPresentableImageTests.cpp111 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi() argument
160 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
DvktWsiIncrementalPresentTests.cpp104 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi() argument
153 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()

12