Home
last modified time | relevance | path

Searched refs:createCustomDevice (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUtil.cpp80 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createPostmortemDevice()
/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.hpp111 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp…
DvktCustomInstancesDevices.cpp346 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp… in createCustomDevice() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp648 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().… in createDeviceTest()
867 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().i… in createDeviceWithVariousQueueCountsTest()
947 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().is… in createDeviceWithGlobalPriorityTest()
1038 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isVal… in createDeviceFeatures2Test()
1248 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine()… in createDeviceQueue2Test()
1339 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().i… in createDeviceQueue2UnmatchedFlagsTest()
DvktApiVersionCheck.cpp367 return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceInfo); in createTestDevice()
DvktApiBufferMarkerTests.cpp160 …wd.logicalDevice = createCustomDevice(useValidation, vkp, instance, instanceDriver, physicalDevice… in createDeviceWithExtension()
DvktApiObjectManagementTests.cpp611 …return createCustomDevice(env.commandLine.isValidationEnabled(), env.vkp, env.instance, res.vki, r… in create()
724 …return createCustomDevice(env.commandLine.isValidationEnabled(), env.vkp, env.instance, res.vki, r… in create()
2416 …Move<VkDevice> device = createCustomDevice(context.getTestContext().getCommandLine().isValidationE… in createPrivateDataDevice()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp192 …m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabl… in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp161 …computeDevice = createCustomDevice(validation, m_context.getPlatformInterface(), m_context.getInst… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp111 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createRobustBufferAccessDevice()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp215 …m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnab… in createTestDevice()
279 …m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnab… in createDeviceGroup()
DvktMemoryDeviceMemoryReportTests.cpp212 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createDeviceWithMemoryReport()
2039 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createExternalMemoryDevice()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp236 …device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp,… in DeviceHelper()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp151 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
DvktWsiSurfaceTests.cpp988 …Move<VkDevice> deviceGroup = createCustomDevice(context.getTestContext().getCommandLine().isValid… in queryDevGroupSurfacePresentCapabilitiesTest()
1098 …Move<VkDevice> deviceGroup = createCustomDevice(context.getTestContext().getCommandLine().isValid… in queryDevGroupSurfacePresentModesTest()
DvktWsiColorSpaceTests.cpp176 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
DvktWsiSwapchainTests.cpp205 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
1780 …Move<VkDevice> groupDevice = createCustomDevice(context.getTestContext().getCommandLine().… in deviceGroupRenderTest()
2011 …Move<VkDevice> groupDevice = createCustomDevice(context.getTestContext().getCommandLine().i… in deviceGroupRenderTest2()
DvktWsiDisplayControlTests.cpp163 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createTestDevice()
DvktWsiSharedPresentableImageTests.cpp160 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp426 …logicalDevice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled()… in basicMultiQueueCase()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp263 …queues.setDevice(createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(… in createQueues()
DvktSynchronizationOperationMultiQueueTests.cpp175 …m_logicalDevice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled… in MultiQueues()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp138 …Move<VkDevice> device = createCustomDevice(context.getTestContext().getCommandLine().isValidationE… in getDevice()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp235 …return createCustomDevice(validationEnabled, vkp, instance, vkd, physicalDevice, &deviceParams, DE… in makeProtectedMemDevice()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp145 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createImageRobustnessDevice()

12