/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 91 vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers() argument 93 return getValidationLayers(enumerateInstanceLayerProperties(vkp)); in getValidationLayers() 292 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions() local 293 const vector<vk::VkExtensionProperties> availableExtensions = vk::enumerateInstanceExtensionProperties(vkp, DE_NULL); in createCustomInstanceWithExtensions() 328 Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, usedExtensionsVec, cmdLine, debugReportRecorder.get(), pAllocator); in createCustomInstanceWithExtensions() 331 Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, usedExtensionsVec, cmdLine, pAllocator); in createCustomInstanceWithExtensions() 348 vector<const char*> addDebugReportExt(const vk::PlatformInterface& vkp, const vk::VkInstanceCreateInfo& createInfo) in addDebugReportExt() argument 350 if (!isDebugReportSupported(vkp)) in addDebugReportExt() 379 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo() local 390 enabledLayers = getValidationLayers(vkp); in createCustomInstanceFromInfo() 425 const vk::PlatformInterface& vkp = context.getPlatformInterface(); createUncheckedInstance() local 466 createCustomDevice(bool validationEnabled, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkDeviceCreateInfo* pCreateInfo, const vk::VkAllocationCallbacks* pAllocator) createCustomDevice() argument 742 const vk::PlatformInterface& vkp = m_context.getPlatformInterface(); createDeviceSupportingQueue() local [all...] |
H A D | vktTestCase.cpp | 180 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion() argument 184 if (vkp.enumerateInstanceVersion(&version) != VK_SUCCESS) in getTargetInstanceVersion() 193 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVersion, const tcu::CommandLine& cmdLine) in determineDeviceVersions() argument 195 Move<VkInstance> preinstance = createDefaultInstance(vkp, apiVersion, cmdLine); in determineDeviceVersions() 196 InstanceDriver preinterface (vkp, preinstance.get()); in determineDeviceVersions() 230 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<string>& enabledExtensions, const tcu::CommandLine& cmdLine, DebugReportRecorder* recorder) in createInstance() argument 232 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<string>& enabledExtensions, const tcu::CommandLine& cmdLine) in createInstance() 250 if (!isDebugReportSupported(vkp)) in createInstance() 253 enabledLayers = vkt::getValidationLayers(vkp); in createInstance() 259 return createDefaultInstance(vkp, apiVersio in createInstance() 265 createDefaultDevice(const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, deUint32 queueIndex, deUint32 sparseQueueIndex, const VkPhysicalDeviceFeatures2& enabledFeatures, const vector<const char*>& usedExtensions, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface) createDefaultDevice() argument 516 createDebugReportRecorder(const vk::PlatformInterface& vkp, bool printValidationErrors) createDebugReportRecorder() argument [all...] |
H A 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, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkDeviceCreateInfo* pCreateInfo, const vk::VkAllocationCallbacks* pAllocator = DE_NULL);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A 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 const vector<vk::VkExtensionProperties> availableExtensions = vk::enumerateInstanceExtensionProperties(vkp, DE_NULL); in createCustomInstanceWithExtensions() 327 Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, usedExtensionsVec, cmdLine, debugReportRecorder.get(), pAllocator); in createCustomInstanceWithExtensions() 330 Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, usedExtensionsVec, cmdLine, pAllocator); in createCustomInstanceWithExtensions() 347 vector<const char*> addDebugReportExt(const vk::PlatformInterface& vkp, const vk::VkInstanceCreateInfo& createInfo) 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() 424 const vk::PlatformInterface& vkp = context.getPlatformInterface(); createUncheckedInstance() local 467 createCustomDevice(bool validationEnabled, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkDeviceCreateInfo* pCreateInfo, const vk::VkAllocationCallbacks* pAllocator) createCustomDevice() argument 705 const vk::PlatformInterface& vkp = m_context.getPlatformInterface(); createDeviceSupportingQueue() local [all...] |
H A 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 apiVersion, const tcu::CommandLine& cmdLine) 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<string>& enabledExtensions, const tcu::CommandLine& cmdLine, DebugReportRecorder* recorder) in createInstance() argument 204 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<string>& enabledExtensions, const tcu::CommandLine& cmdLine) in createInstance() 222 if (!isDebugReportSupported(vkp)) in createInstance() 225 enabledLayers = vkt::getValidationLayers(vkp); in createInstance() 231 return createDefaultInstance(vkp, apiVersio in createInstance() 250 createDefaultDevice(const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const deUint32 apiVersion, deUint32 queueIndex, deUint32 sparseQueueIndex, const VkPhysicalDeviceFeatures2& enabledFeatures, const vector<string>& enabledExtensions, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface) createDefaultDevice() argument 482 createDebugReportRecorder(const vk::PlatformInterface& vkp, bool printValidationErrors) createDebugReportRecorder() argument [all...] |
H A 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, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkDeviceCreateInfo* pCreateInfo, const vk::VkAllocationCallbacks* pAllocator = DE_NULL);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 252 const vk::PlatformInterface& vkp, in createTestDevice() 418 return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &deviceCreateInfo); in createTestDevice() 1051 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create() 1060 const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physicalDevice, config.externalType, 0u, 0u, queueFamilyIndex)); in testSemaphoreWin32Create() 1061 const vk::DeviceDriver vkd (vkp, instance, *device, context.getUsedApiVersion()); in testSemaphoreWin32Create() 1122 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice() 1131 const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physicalDevice, config.externalType, 0u, 0u, queueFamilyIndex)); in testSemaphoreImportTwice() 1132 const vk::DeviceDriver vkd (vkp, instance, *device, context.getUsedApiVersion()); in testSemaphoreImportTwice() 1174 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport() 1183 const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instanc in testSemaphoreImportReimport() 251 createTestDevice(const Context& context, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkExternalSemaphoreHandleTypeFlags externalSemaphoreTypes, const vk::VkExternalMemoryHandleTypeFlags externalMemoryTypes, const vk::VkExternalFenceHandleTypeFlags externalFenceTypes, deUint32 queueFamilyIndex, bool useDedicatedAllocs = false, void * protectedFeatures = DE_NULL) createTestDevice() argument [all...] |
H A D | vktApiVersionCheck.cpp | 340 const PlatformInterface& vkp = context.getPlatformInterface(); in createTestDevice() local 411 return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceInfo); in createTestDevice() 566 const vk::PlatformInterface& vkp = m_context.getPlatformInterface(); in iterate() local 602 Move<VkInstance> customInstance (vk::createInstance(vkp, &instanceCreateInfo, DE_NULL)); in iterate() 603 std::unique_ptr<vk::InstanceDriver> instanceDriver (new InstanceDriver(vkp, *customInstance)); in iterate() 628 const Unique<VkDevice> device (createCustomDevice(false, vkp, *customInstance, *instanceDriver, physicalDevice, &deviceCreateInfo)); in iterate() 629 const DeviceDriver deviceDriver (vkp, *customInstance, *device, supportedApiVersion); in iterate()
|
H A D | vktApiDeviceInitializationTests.cpp | 1316 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test() local 1369 const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &deviceCreateInfo)); in createDeviceFeatures2Test() 1370 const DeviceDriver vkd (vkp, instance, device.get(), context.getUsedApiVersion()); in createDeviceFeatures2Test() 1390 void checkFeatures (const PlatformInterface& vkp, in checkFeatures() argument 1582 DeviceDriver deviceDriver(vkp, instance, device, usedApiVersion); in checkFeatures() 1590 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceWithUnsupportedFeaturesTest() local 1720 DeviceDriver deviceDriver(vkp, instance, device, context.getUsedApiVersion()); in createDeviceWithUnsupportedFeaturesTest() 2539 const PlatformInterface& vkp = context.getPlatformInterface(); in createInstanceDeviceIntentionalAllocFail() local 2606 result = vkp.createInstance(&instanceCreateInfo, &allocationCallbacks, &instance); in createInstanceDeviceIntentionalAllocFail() 2619 const InstanceDriver instanceDriver (vkp, instanc in createInstanceDeviceIntentionalAllocFail() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 252 const vk::PlatformInterface& vkp, in createTestDevice() 407 return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &deviceCreateInfo); in createTestDevice() 1039 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create() 1048 const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physicalDevice, config.externalType, 0u, 0u, queueFamilyIndex)); in testSemaphoreWin32Create() 1049 const vk::DeviceDriver vkd (vkp, instance, *device); in testSemaphoreWin32Create() 1110 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice() 1119 const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instance, vki, physicalDevice, config.externalType, 0u, 0u, queueFamilyIndex)); in testSemaphoreImportTwice() 1120 const vk::DeviceDriver vkd (vkp, instance, *device); in testSemaphoreImportTwice() 1162 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport() 1171 const vk::Unique<vk::VkDevice> device (createTestDevice(context, vkp, instanc in testSemaphoreImportReimport() 251 createTestDevice(const Context& context, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkExternalSemaphoreHandleTypeFlags externalSemaphoreTypes, const vk::VkExternalMemoryHandleTypeFlags externalMemoryTypes, const vk::VkExternalFenceHandleTypeFlags externalFenceTypes, deUint32 queueFamilyIndex, bool useDedicatedAllocs = false, void * protectedFeatures = DE_NULL) createTestDevice() argument [all...] |
H A D | vktApiDeviceInitializationTests.cpp | 1314 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test() local 1367 const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &deviceCreateInfo)); 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, instanc in createInstanceDeviceIntentionalAllocFail() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A 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()
|
H A D | vkQueryUtil.cpp | 411 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties() argument 416 VK_CHECK(vkp.enumerateInstanceLayerProperties(&numLayers, DE_NULL)); in enumerateInstanceLayerProperties() 421 VK_CHECK(vkp.enumerateInstanceLayerProperties(&numLayers, &properties[0])); in enumerateInstanceLayerProperties() 428 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const char* layerName) in enumerateInstanceExtensionProperties() argument 433 VK_CHECK(vkp.enumerateInstanceExtensionProperties(layerName, &numExtensions, DE_NULL)); in enumerateInstanceExtensionProperties() 438 VK_CHECK(vkp.enumerateInstanceExtensionProperties(layerName, &numExtensions, &properties[0])); in enumerateInstanceExtensionProperties()
|
H A D | vkDebugReportUtil.hpp | 110 bool isDebugReportSupported (const PlatformInterface& vkp);
|
H A D | vkResourceInterface.hpp | 142 virtual void importPipelineCacheData (const PlatformInterface& vkp, 301 void importPipelineCacheData (const PlatformInterface& vkp, 342 void importPipelineCacheData (const PlatformInterface& vkp,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectApiTests.cpp | 63 const vk::PlatformInterface& vkp = m_context.getPlatformInterface(); in iterate() local 101 const auto device = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &deviceInfo); in iterate() 103 de::MovePtr<vk::DeviceDriver> vkd (new vk::DeviceDriver(vkp, instance, device.get(), m_context.getUsedApiVersion())); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 118 const PlatformInterface& vkp; member 139 : vkp (vkp_) in Environment() 166 const PlatformInterface& vkp, in createDeviceWithMemoryReport() 213 return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateInfo); in createDeviceWithMemoryReport() 232 return createDeviceWithMemoryReport(env.commandLine.isValidationEnabled(), env.vkp, env.instance, env.vki, env.physicalDevice, env.queueFamilyIndex, env.recorder); in create() 1708 , vkd (parent.vkp, parent.instance, *device) in EnvClone() 1709 , env (parent.vkp, parent.vki, parent.instance, parent.physicalDevice, vkd, *device, parent.queueFamilyIndex, parent.programBinaries, parent.commandLine, nullptr) in EnvClone() 1752 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocateAndFreeTest() local 1758 const Unique<VkDevice> device (createDeviceWithMemoryReport(isValidationEnabled, vkp, instance, vki, physicalDevice, queueFamilyIndex, &recorder)); in vkDeviceMemoryAllocateAndFreeTest() 1759 const DeviceDriver vkd (vkp, instanc in vkDeviceMemoryAllocateAndFreeTest() 165 createDeviceWithMemoryReport(deBool isValidationEnabled, const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, const CallbackRecorder* recorder) createDeviceWithMemoryReport() argument 1833 const PlatformInterface& vkp = context.getPlatformInterface(); vkDeviceMemoryAllocationFailedTest() local 1967 createExternalMemoryDevice(deBool isValidationEnabled, const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, deUint32 apiVersion, deUint32 queueFamilyIndex, VkExternalMemoryHandleTypeFlagBits externalMemoryType, const CallbackRecorder* recorder) createExternalMemoryDevice() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A 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_NULL)); in createPipelineCacheTest() 352 GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "vkGetDeviceProcAddr"); in createPipelineCacheTest()
|
H A D | vktPipelineIdentifierTests.cpp | 131 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in testGraphicsPipelineIdentifier() local 285 GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "vkGetDeviceProcAddr"); in testGraphicsPipelineIdentifier() 365 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in testComputePipelineIdentifier() local 472 GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "vkGetDeviceProcAddr"); in testComputePipelineIdentifier()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A 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_NULL)); in createPipelineCacheTest() 352 GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "vkGetDeviceProcAddr"); in createPipelineCacheTest()
|
H A D | vktPipelineIdentifierTests.cpp | 131 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in testGraphicsPipelineIdentifier() local 285 GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "vkGetDeviceProcAddr"); in testGraphicsPipelineIdentifier() 365 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in testComputePipelineIdentifier() local 472 GetDeviceProcAddrFunc getDeviceProcAddrFunc = (GetDeviceProcAddrFunc)vkp.getInstanceProcAddr(instance, "vkGetDeviceProcAddr"); in testComputePipelineIdentifier()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 118 const PlatformInterface& vkp; member 141 : vkp (vkp_) in Environment() 169 const PlatformInterface& vkp, in createDeviceWithMemoryReport() 219 return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateInfo); in createDeviceWithMemoryReport() 238 return createDeviceWithMemoryReport(env.commandLine.isValidationEnabled(), env.vkp, env.instance, env.vki, env.physicalDevice, env.queueFamilyIndex, env.recorder); in create() 1755 , vkd (parent.vkp, parent.instance, *device, parent.usedApiVersion) in EnvClone() 1756 , env (parent.vkp, parent.vki, parent.instance, parent.physicalDevice, vkd, *device, parent.queueFamilyIndex, parent.programBinaries, parent.commandLine, nullptr, parent.usedApiVersion) in EnvClone() 1800 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocateAndFreeTest() local 1806 const Unique<VkDevice> device (createDeviceWithMemoryReport(isValidationEnabled, vkp, instance, vki, physicalDevice, queueFamilyIndex, &recorder)); in vkDeviceMemoryAllocateAndFreeTest() 1807 const DeviceDriver vkd (vkp, instanc in vkDeviceMemoryAllocateAndFreeTest() 168 createDeviceWithMemoryReport(deBool isValidationEnabled, const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, const CallbackRecorder* recorder) createDeviceWithMemoryReport() argument 1935 createExternalMemoryDevice(deBool isValidationEnabled, const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, deUint32 apiVersion, deUint32 queueFamilyIndex, VkExternalMemoryHandleTypeFlagBits externalMemoryType, const CallbackRecorder* recorder) createExternalMemoryDevice() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksServices.cpp | 46 const vk::PlatformInterface& vkp; member 121 vkscServer->vkp, in CreateVulkanSCCache()
|
H A D | vksCacheBuilder.hpp | 43 const vk::PlatformInterface& vkp,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingNullASTests.cpp | 182 const auto& vkp = context.getPlatformInterface(); in DeviceHelper() local 236 device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &createInfo); in DeviceHelper() 237 vkd = de::MovePtr<DeviceDriver>(new DeviceDriver(vkp, instance, device.get(), context.getUsedApiVersion())); in DeviceHelper()
|