Home
last modified time | relevance | path

Searched refs:isValidationEnabled (Results 1 – 25 of 67) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUtil.cpp80 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createPostmortemDevice()
DvktPostmortemDeviceFaultTests.cpp127 …const bool useValidation = context.getTestContext().getCommandLine().isValidationEnabled(); in CustomDevice()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp229 const bool isValidationEnabled = (recorder != nullptr); in createInstance() local
231 const bool isValidationEnabled = false; in createInstance()
241 if (isValidationEnabled) in createInstance()
293 if (cmdLine.isValidationEnabled()) in createDefaultDevice()
525 , m_debugReportRecorder (cmdLine.isValidationEnabled() in DefaultDevice()
539 , m_debugReportCallback (cmdLine.isValidationEnabled() in DefaultDevice()
DvktCustomInstancesDevices.cpp277 const bool validationRequested = (cmdLine.isValidationEnabled() && allowLayers); in createCustomInstanceWithExtensions()
375 const bool validationEnabled = cmdLine.isValidationEnabled(); in createCustomInstanceFromInfo()
421 const bool validationEnabled = cmdLine.isValidationEnabled(); in createUncheckedInstance()
709 … validationEnabled = m_context.getTestContext().getCommandLine().isValidationEnabled(); in createDeviceSupportingQueue()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp165 static Move<VkDevice> createDeviceWithMemoryReport (deBool isValidationEnabled, 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()
1790 …const deBool isValidationEnabled = context.getTestContext().getCommandLine().isValidationEna… in vkDeviceMemoryAllocateAndFreeTest() local
1791 …const Unique<VkDevice> device (createDeviceWithMemoryReport(isValidationEnabled, vkp, insta… in vkDeviceMemoryAllocateAndFreeTest()
1920 static Move<VkDevice> createExternalMemoryDevice (deBool isValidationEnabled, in createExternalMemoryDevice() argument
2014 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createExternalMemoryDevice()
2054 …ice (createExternalMemoryDevice(context.getTestContext().getCommandLine().isValidationEnabled(), in testImportAndUnimportExternalMemory()
DvktMemoryAddressBindingTests.cpp192 static Move<VkDevice> createDeviceWithAdressBindingReport ( deBool isValidationEnabled, in createDeviceWithAdressBindingReport() argument
240 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createDeviceWithAdressBindingReport()
260 …return createDeviceWithAdressBindingReport(env.commandLine.isValidationEnabled(), env.vkp, env.ins… in create()
1811 context.getTestContext().getCommandLine().isValidationEnabled(), in createDestroyObjectTest()
DvktMemoryAllocationTests.cpp275 … = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_contex… in createTestDevice()
343 … = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_contex… in createDeviceGroup()
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberDepthTests.cpp112 const bool validation = ctx.getTestContext().getCommandLine().isValidationEnabled(); in createInstance()
/external/deqp/framework/common/
DtcuCommandLine.hpp230 bool isValidationEnabled (void) const;
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp689 … (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platform… in createDeviceTest()
761 … = createUncheckedDevice(context.getTestContext().getCommandLine().isValidationEnabled(), instance… in createMultipleDevicesTest()
858 … = createUncheckedDevice(context.getTestContext().getCommandLine().isValidationEnabled(), instance… in createDeviceWithUnsupportedExtensionsTest()
949 …e (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platform… in createDeviceWithVariousQueueCountsTest()
1089 …e (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platform… in createDeviceWithGlobalPriorityTest()
1274 …e (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platform… in createDeviceWithQueriedGlobalPriorityTest()
1369 …ice (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, ins… in createDeviceFeatures2Test()
1819 … (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platform… in createDeviceQueue2Test()
1941 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platfor… in createProtectedDeviceWithQueueConfig()
2723 …result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vk… in createInstanceDeviceIntentionalAllocFail()
DvktApiVersionCheck.cpp406 const bool validationEnabled = (cmdLine.isValidationEnabled() && allowLayers); in createTestDevice()
DvktApiImageCompressionControlTests.cpp600 context.getTestContext().getCommandLine().isValidationEnabled(), pAllocator)) in DeviceHelper()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp211 …e = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_contex… in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktFaultHandlingTests.cpp229 …ice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.… in testCreateDeviceWithFaultCallbackInfo()
DvktPipelineCacheSCTests.cpp328 …ateInfo.enabledLayerCount == 0u && context.getTestContext().getCommandLine().isValidationEnabled()) in createPipelineCacheTest()
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/robustness/
DvktRobustnessUtil.cpp158 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createRobustBufferAccessDevice()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp117 const auto validation = m_context.getTestContext().getCommandLine().isValidationEnabled(); 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.cpp199 context.getTestContext().getCommandLine().isValidationEnabled())) in DeviceHelper()
DvktWsiSwapchainTests.cpp278 context.getTestContext().getCommandLine().isValidationEnabled(), in DeviceHelper()
321 context.getTestContext().getCommandLine().isValidationEnabled(), in MultiQueueDeviceHelper()
1727 … = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.… in deviceGroupRenderTest()
1958 …e = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.… in deviceGroupRenderTest2()
DvktWsiColorSpaceTests.cpp221 context.getTestContext().getCommandLine().isValidationEnabled())) in DeviceHelper()
DvktWsiSurfaceTests.cpp1341 …oup = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.… in queryDevGroupSurfacePresentCapabilitiesTest()
1451 …oup = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.… in queryDevGroupSurfacePresentModesTest()

123