/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 252 const vk::PlatformInterface& vkp, in createTestDevice() argument 407 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, in… in createTestDevice() 1039 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create() local 1048 …const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physica… in testSemaphoreWin32Create() 1049 const vk::DeviceDriver vkd (vkp, instance, *device); in testSemaphoreWin32Create() 1110 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice() local 1119 …const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physicalDe… in testSemaphoreImportTwice() 1120 const vk::DeviceDriver vkd (vkp, instance, *device); in testSemaphoreImportTwice() 1162 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport() local 1171 …const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physicalDe… in testSemaphoreImportReimport() [all …]
|
D | vktApiDeviceInitializationTests.cpp | 1314 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test() local 1367 …tomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, phy… in createDeviceFeatures2Test() 1368 const DeviceDriver vkd (vkp, instance, device.get()); in createDeviceFeatures2Test() 1388 void checkFeatures (const PlatformInterface& vkp, in checkFeatures() argument 1579 DeviceDriver deviceDriver(vkp, instance, device); in checkFeatures() 1601 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceWithUnsupportedFeaturesTest() local 1731 DeviceDriver deviceDriver(vkp, instance, device); in createDeviceWithUnsupportedFeaturesTest() 2550 const PlatformInterface& vkp = context.getPlatformInterface(); in createInstanceDeviceIntentionalAllocFail() local 2617 result = vkp.createInstance(&instanceCreateInfo, &allocationCallbacks, &instance); in createInstanceDeviceIntentionalAllocFail() 2630 const InstanceDriver instanceDriver (vkp, instance); in createInstanceDeviceIntentionalAllocFail() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 252 const vk::PlatformInterface& vkp, in createTestDevice() argument 407 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, in… in createTestDevice() 1039 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create() local 1048 …const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physica… in testSemaphoreWin32Create() 1049 const vk::DeviceDriver vkd (vkp, instance, *device); in testSemaphoreWin32Create() 1110 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice() local 1119 …const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physicalDe… in testSemaphoreImportTwice() 1120 const vk::DeviceDriver vkd (vkp, instance, *device); in testSemaphoreImportTwice() 1162 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport() local 1171 …const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physicalDe… in testSemaphoreImportReimport() [all …]
|
D | vktApiDeviceInitializationTests.cpp | 1314 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test() local 1367 …tomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, phy… in createDeviceFeatures2Test() 1368 const DeviceDriver vkd (vkp, instance, device.get()); in createDeviceFeatures2Test() 1388 void checkFeatures (const PlatformInterface& vkp, in checkFeatures() argument 1579 DeviceDriver deviceDriver(vkp, instance, device); in checkFeatures() 1601 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceWithUnsupportedFeaturesTest() local 1731 DeviceDriver deviceDriver(vkp, instance, device); in createDeviceWithUnsupportedFeaturesTest() 2550 const PlatformInterface& vkp = context.getPlatformInterface(); in createInstanceDeviceIntentionalAllocFail() local 2617 result = vkp.createInstance(&instanceCreateInfo, &allocationCallbacks, &instance); in createInstanceDeviceIntentionalAllocFail() 2630 const InstanceDriver instanceDriver (vkp, instance); in createInstanceDeviceIntentionalAllocFail() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.cpp | 91 vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers() argument 93 return getValidationLayers(enumerateInstanceLayerProperties(vkp)); in getValidationLayers() 291 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions() local 292 …xtensionProperties> availableExtensions = vk::enumerateInstanceExtensionProperties(vkp, DE_NULL); in createCustomInstanceWithExtensions() 327 …Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, usedExten… in createCustomInstanceWithExtensions() 330 …Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, usedExten… in createCustomInstanceWithExtensions() 347 vector<const char*> addDebugReportExt(const vk::PlatformInterface& vkp, const vk::VkInstanceCreateI… in addDebugReportExt() argument 349 if (!isDebugReportSupported(vkp)) in addDebugReportExt() 378 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo() local 389 enabledLayers = getValidationLayers(vkp); in createCustomInstanceFromInfo() [all …]
|
D | vktTestCase.cpp | 167 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion() argument 171 if (vkp.enumerateInstanceVersion(&version) != VK_SUCCESS) in getTargetInstanceVersion() 180 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVer… in determineDeviceVersions() argument 182 Move<VkInstance> preinstance = createDefaultInstance(vkp, apiVersion, cmdLine); in determineDeviceVersions() 183 InstanceDriver preinterface (vkp, preinstance.get()); in determineDeviceVersions() 202 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance() argument 204 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance() 222 if (!isDebugReportSupported(vkp)) in createInstance() 225 enabledLayers = vkt::getValidationLayers(vkp); in createInstance() 231 …return createDefaultInstance(vkp, apiVersion, vector<string>(begin(enabledLayers), end(enabledLaye… in createInstance() [all …]
|
D | vktCustomInstancesDevices.hpp | 47 std::vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp); 133 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp…
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktCustomInstancesDevices.cpp | 91 vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers() argument 93 return getValidationLayers(enumerateInstanceLayerProperties(vkp)); in getValidationLayers() 291 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions() local 292 …xtensionProperties> availableExtensions = vk::enumerateInstanceExtensionProperties(vkp, DE_NULL); in createCustomInstanceWithExtensions() 327 …Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, usedExten… in createCustomInstanceWithExtensions() 330 …Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, usedExten… in createCustomInstanceWithExtensions() 347 vector<const char*> addDebugReportExt(const vk::PlatformInterface& vkp, const vk::VkInstanceCreateI… in addDebugReportExt() argument 349 if (!isDebugReportSupported(vkp)) in addDebugReportExt() 378 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo() local 389 enabledLayers = getValidationLayers(vkp); in createCustomInstanceFromInfo() [all …]
|
D | vktTestCase.cpp | 167 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion() argument 171 if (vkp.enumerateInstanceVersion(&version) != VK_SUCCESS) in getTargetInstanceVersion() 180 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVer… in determineDeviceVersions() argument 182 Move<VkInstance> preinstance = createDefaultInstance(vkp, apiVersion, cmdLine); in determineDeviceVersions() 183 InstanceDriver preinterface (vkp, preinstance.get()); in determineDeviceVersions() 202 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance() argument 204 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance() 222 if (!isDebugReportSupported(vkp)) in createInstance() 225 enabledLayers = vkt::getValidationLayers(vkp); in createInstance() 231 …return createDefaultInstance(vkp, apiVersion, vector<string>(begin(enabledLayers), end(enabledLaye… in createInstance() [all …]
|
D | vktCustomInstancesDevices.hpp | 47 std::vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp); 133 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp…
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceFeatureTest.inl | 10 const PlatformInterface& vkp = context.getPlatformInterface(); local 45 …checkFeatures(vkp, instance, instanceDriver, physicalDevice, 1, features, supportedFeatures, queue… 57 const PlatformInterface& vkp = context.getPlatformInterface(); local 92 …checkFeatures(vkp, instance, instanceDriver, physicalDevice, 1, features, supportedFeatures, queue… 104 const PlatformInterface& vkp = context.getPlatformInterface(); local 140 …checkFeatures(vkp, instance, instanceDriver, physicalDevice, 2, features, supportedFeatures, queue… 152 const PlatformInterface& vkp = context.getPlatformInterface(); local 189 …checkFeatures(vkp, instance, instanceDriver, physicalDevice, 3, features, supportedFeatures, queue… 201 const PlatformInterface& vkp = context.getPlatformInterface(); local 236 …checkFeatures(vkp, instance, instanceDriver, physicalDevice, 1, features, supportedFeatures, queue… [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.cpp | 179 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported() argument 182 return isExtensionStructSupported(enumerateInstanceExtensionProperties(vkp, DE_NULL), in isDebugReportSupported() 185 DE_UNREF(vkp); in isDebugReportSupported()
|
D | vkQueryUtil.cpp | 374 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties() argument 379 VK_CHECK(vkp.enumerateInstanceLayerProperties(&numLayers, DE_NULL)); in enumerateInstanceLayerProperties() 384 VK_CHECK(vkp.enumerateInstanceLayerProperties(&numLayers, &properties[0])); in enumerateInstanceLayerProperties() 391 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties() argument 396 VK_CHECK(vkp.enumerateInstanceExtensionProperties(layerName, &numExtensions, DE_NULL)); in enumerateInstanceExtensionProperties() 401 VK_CHECK(vkp.enumerateInstanceExtensionProperties(layerName, &numExtensions, &properties[0])); in enumerateInstanceExtensionProperties()
|
D | vkDebugReportUtil.hpp | 110 bool isDebugReportSupported (const PlatformInterface& vkp);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 118 const PlatformInterface& vkp; member 139 : vkp (vkp_) in Environment() 166 const PlatformInterface& vkp, in createDeviceWithMemoryReport() argument 213 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createDeviceWithMemoryReport() 232 …return createDeviceWithMemoryReport(env.commandLine.isValidationEnabled(), env.vkp, env.instance, … in create() 1708 , vkd (parent.vkp, parent.instance, *device) in EnvClone() 1709 …, env (parent.vkp, parent.vki, parent.instance, parent.physicalDevice, vkd, *device, parent.queue… in EnvClone() 1752 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocateAndFreeTest() local 1758 …const Unique<VkDevice> device (createDeviceWithMemoryReport(isValidationEnabled, vkp, insta… in vkDeviceMemoryAllocateAndFreeTest() 1759 const DeviceDriver vkd (vkp, instance, *device); in vkDeviceMemoryAllocateAndFreeTest() [all …]
|
D | vktMemoryAddressBindingTests.cpp | 113 const PlatformInterface& vkp; member 134 : vkp (vkp_) in Environment() 161 const PlatformInterface& vkp, in createDeviceWithAdressBindingReport() argument 201 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createDeviceWithAdressBindingReport() 221 …return createDeviceWithAdressBindingReport(env.commandLine.isValidationEnabled(), env.vkp, env.ins… in create() 1674 , vkd (parent.vkp, parent.instance, *device) in EnvClone() 1675 …, env (parent.vkp, parent.vki, parent.instance, parent.physicalDevice, vkd, *device, parent.queue… in EnvClone()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 118 const PlatformInterface& vkp; member 139 : vkp (vkp_) in Environment() 166 const PlatformInterface& vkp, in createDeviceWithMemoryReport() argument 213 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createDeviceWithMemoryReport() 232 …return createDeviceWithMemoryReport(env.commandLine.isValidationEnabled(), env.vkp, env.instance, … in create() 1708 , vkd (parent.vkp, parent.instance, *device) in EnvClone() 1709 …, env (parent.vkp, parent.vki, parent.instance, parent.physicalDevice, vkd, *device, parent.queue… in EnvClone() 1752 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocateAndFreeTest() local 1758 …const Unique<VkDevice> device (createDeviceWithMemoryReport(isValidationEnabled, vkp, insta… in vkDeviceMemoryAllocateAndFreeTest() 1759 const DeviceDriver vkd (vkp, instance, *device); in vkDeviceMemoryAllocateAndFreeTest() [all …]
|
D | vktMemoryAddressBindingTests.cpp | 113 const PlatformInterface& vkp; member 134 : vkp (vkp_) in Environment() 161 const PlatformInterface& vkp, in createDeviceWithAdressBindingReport() argument 201 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createDeviceWithAdressBindingReport() 221 …return createDeviceWithAdressBindingReport(env.commandLine.isValidationEnabled(), env.vkp, env.ins… in create() 1674 , vkd (parent.vkp, parent.instance, *device) in EnvClone() 1675 …, env (parent.vkp, parent.vki, parent.instance, parent.physicalDevice, vkd, *device, parent.queue… in EnvClone()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
D | vktPipelineCacheSCTests.cpp | 108 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createPipelineCacheTest() local 348 …device = Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, DE_… in createPipelineCacheTest() 352 …GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcA… in createPipelineCacheTest()
|
D | vktPipelineIdentifierTests.cpp | 131 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in testGraphicsPipelineIdentifier() local 285 …GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProc… in testGraphicsPipelineIdentifier() 365 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in testComputePipelineIdentifier() local 472 …GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAdd… in testComputePipelineIdentifier()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktPipelineCacheSCTests.cpp | 108 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createPipelineCacheTest() local 348 …device = Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, DE_… in createPipelineCacheTest() 352 …GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcA… in createPipelineCacheTest()
|
D | vktPipelineIdentifierTests.cpp | 131 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in testGraphicsPipelineIdentifier() local 285 …GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProc… in testGraphicsPipelineIdentifier() 365 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in testComputePipelineIdentifier() local 472 …GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAdd… in testComputePipelineIdentifier()
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
D | vksServices.cpp | 46 const vk::PlatformInterface& vkp; member 121 vkscServer->vkp, in CreateVulkanSCCache()
|
D | vksCacheBuilder.hpp | 43 const vk::PlatformInterface& vkp,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingNullASTests.cpp | 182 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()
|