/external/deqp/external/vulkancts/modules/vulkan/postmortem/ |
D | vktPostmortemUtil.cpp | 80 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createPostmortemDevice()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.hpp | 111 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp…
|
D | vktCustomInstancesDevices.cpp | 346 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp… in createCustomDevice() function
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 648 …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()
|
D | vktApiVersionCheck.cpp | 367 return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceInfo); in createTestDevice()
|
D | vktApiBufferMarkerTests.cpp | 160 …wd.logicalDevice = createCustomDevice(useValidation, vkp, instance, instanceDriver, physicalDevice… in createDeviceWithExtension()
|
D | vktApiObjectManagementTests.cpp | 611 …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/ |
D | vktSparseResourcesBase.cpp | 192 …m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabl… in createDeviceSupportingQueues()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawConcurrentTests.cpp | 161 …computeDevice = createCustomDevice(validation, m_context.getPlatformInterface(), m_context.getInst… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 111 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createRobustBufferAccessDevice()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 215 …m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnab… in createTestDevice() 279 …m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnab… in createDeviceGroup()
|
D | vktMemoryDeviceMemoryReportTests.cpp | 212 …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/ |
D | vktRayTracingNullASTests.cpp | 236 …device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp,… in DeviceHelper()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiFullScreenExclusiveTests.cpp | 151 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
|
D | vktWsiSurfaceTests.cpp | 988 …Move<VkDevice> deviceGroup = createCustomDevice(context.getTestContext().getCommandLine().isValid… in queryDevGroupSurfacePresentCapabilitiesTest() 1098 …Move<VkDevice> deviceGroup = createCustomDevice(context.getTestContext().getCommandLine().isValid… in queryDevGroupSurfacePresentModesTest()
|
D | vktWsiColorSpaceTests.cpp | 176 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
|
D | vktWsiSwapchainTests.cpp | 205 …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()
|
D | vktWsiDisplayControlTests.cpp | 163 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createTestDevice()
|
D | vktWsiSharedPresentableImageTests.cpp | 160 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 426 …logicalDevice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled()… in basicMultiQueueCase()
|
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 263 …queues.setDevice(createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(… in createQueues()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 175 …m_logicalDevice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled… in MultiQueues()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/ |
D | vktFragmentShaderInterlockBasic.cpp | 138 …Move<VkDevice> device = createCustomDevice(context.getTestContext().getCommandLine().isValidationE… in getDevice()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 235 …return createCustomDevice(validationEnabled, vkp, instance, vkd, physicalDevice, &deviceParams, DE… in makeProtectedMemDevice()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 145 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createImageRobustnessDevice()
|