Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUtil.cpp80 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createPostmortemDevice()
DvktPostmortemDeviceFaultTests.cpp175 …m_logicalDevice = createCustomDevice(useValidation, platformInterface, instance, instanceInterface… in CustomDevice()
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberDepthTests.cpp113 …Move<VkDevice> device = createCustomDevice(validation, ctx.getPlatformInterface(), ctx.getInstanc… in createInstance()
/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.hpp133 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp…
DvktCustomInstancesDevices.cpp466 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp… in createCustomDevice() function
874 …m_logicalDevice = createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &dev… in createDeviceSupportingQueue()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp211 …m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabl… in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktFaultHandlingTests.cpp229 …Move<VkDevice> resultingDevice = createCustomDevice(context.getTestContext().getCommandLine().isVa… in testCreateDeviceWithFaultCallbackInfo()
DvktDeviceObjectReservationTests.cpp915 …return createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_con… in createTestDevice()
958 …return createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_con… in createTestDevice()
1044 …return createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_con… in createTestDevice()
1393 …return createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_con… in createTestDevice()
1825 …return createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_con… in createTestDevice()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp87 vk::Move<vk::VkDevice> createCustomDevice (Context& context, in createCustomDevice() function
195 return vkt::createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), in createCustomDevice()
385 m_customDevice = createCustomDevice(m_context, in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp689 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().… in createDeviceTest()
949 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().i… in createDeviceWithVariousQueueCountsTest()
1089 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().is… in createDeviceWithGlobalPriorityTest()
1274 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().is… in createDeviceWithQueriedGlobalPriorityTest()
1369 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isVal… in createDeviceFeatures2Test()
1819 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine()… in createDeviceQueue2Test()
1941 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platfor… in createProtectedDeviceWithQueueConfig()
DvktApiVersionCheck.cpp407 return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceInfo); in createTestDevice()
DvktApiImageCompressionControlTests.cpp581 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp275 …m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnab… in createTestDevice()
343 …m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnab… in createDeviceGroup()
DvktMemoryDeviceMemoryReportTests.cpp213 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createDeviceWithMemoryReport()
2014 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createExternalMemoryDevice()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp158 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createRobustBufferAccessDevice()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp206 …computeDevice = createCustomDevice(validation, m_context.getPlatformInterface(), instance, instanc… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp236 …device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp,… in DeviceHelper()
DvktRayTracingProceduralGeometryTests.cpp134 …device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp,… in DeviceHelper()
DvktRayTracingPipelineLibraryTests.cpp224 …device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp,… in DeviceHelper()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp155 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
DvktWsiColorSpaceTests.cpp179 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
DvktWsiSwapchainTests.cpp208 …return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceParams, pA… in createDeviceWithWsi()
1727 …Move<VkDevice> groupDevice = createCustomDevice(context.getTestContext().getCommandLine().… in deviceGroupRenderTest()
1958 …Move<VkDevice> groupDevice = createCustomDevice(context.getTestContext().getCommandLine().i… in deviceGroupRenderTest2()
DvktWsiSurfaceTests.cpp1341 …Move<VkDevice> deviceGroup = createCustomDevice(context.getTestContext().getCommandLine().isValid… in queryDevGroupSurfacePresentCapabilitiesTest()
1451 …Move<VkDevice> deviceGroup = createCustomDevice(context.getTestContext().getCommandLine().isValid… in queryDevGroupSurfacePresentModesTest()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp146 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createImageRobustnessDevice()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp612 …logicalDevice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled()… in basicMultiQueueCase()

123