Home
last modified time | relevance | path

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

123456

/third_party/vk-gl-cts/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()
1757 …const deBool isValidationEnabled = context.getTestContext().getCommandLine().isValidationEna… in vkDeviceMemoryAllocateAndFreeTest() local
1758 …const Unique<VkDevice> device (createDeviceWithMemoryReport(isValidationEnabled, vkp, insta… in vkDeviceMemoryAllocateAndFreeTest()
1838 …const deBool isValidationEnabled = context.getTestContext().getCommandLine().isValidationEna… in vkDeviceMemoryAllocationFailedTest() local
1839 …const Unique<VkDevice> device (createDeviceWithMemoryReport(isValidationEnabled, vkp, insta… in vkDeviceMemoryAllocationFailedTest()
1967 static Move<VkDevice> createExternalMemoryDevice (deBool isValidationEnabled, in createExternalMemoryDevice() argument
2061 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createExternalMemoryDevice()
2101 …ice (createExternalMemoryDevice(context.getTestContext().getCommandLine().isValidationEnabled(), in testImportAndUnimportExternalMemory()
DvktMemoryAddressBindingTests.cpp160 static Move<VkDevice> createDeviceWithAdressBindingReport ( deBool isValidationEnabled, in createDeviceWithAdressBindingReport() argument
201 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createDeviceWithAdressBindingReport()
221 …return createDeviceWithAdressBindingReport(env.commandLine.isValidationEnabled(), env.vkp, env.ins… in create()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
1757 …const deBool isValidationEnabled = context.getTestContext().getCommandLine().isValidationEna… in vkDeviceMemoryAllocateAndFreeTest() local
1758 …const Unique<VkDevice> device (createDeviceWithMemoryReport(isValidationEnabled, vkp, insta… in vkDeviceMemoryAllocateAndFreeTest()
1838 …const deBool isValidationEnabled = context.getTestContext().getCommandLine().isValidationEna… in vkDeviceMemoryAllocationFailedTest() local
1839 …const Unique<VkDevice> device (createDeviceWithMemoryReport(isValidationEnabled, vkp, insta… in vkDeviceMemoryAllocationFailedTest()
1967 static Move<VkDevice> createExternalMemoryDevice (deBool isValidationEnabled, in createExternalMemoryDevice() argument
2061 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createExternalMemoryDevice()
2101 …ice (createExternalMemoryDevice(context.getTestContext().getCommandLine().isValidationEnabled(), in testImportAndUnimportExternalMemory()
DvktMemoryAddressBindingTests.cpp160 static Move<VkDevice> createDeviceWithAdressBindingReport ( deBool isValidationEnabled, in createDeviceWithAdressBindingReport() argument
201 …return createCustomDevice(isValidationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateIn… in createDeviceWithAdressBindingReport()
221 …return createDeviceWithAdressBindingReport(env.commandLine.isValidationEnabled(), env.vkp, env.ins… in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp208 const bool isValidationEnabled = (recorder != nullptr); in createInstance() local
210 const bool isValidationEnabled = false; in createInstance()
220 if (isValidationEnabled) in createInstance()
272 if (cmdLine.isValidationEnabled()) in createDefaultDevice()
504 , m_debugReportRecorder (cmdLine.isValidationEnabled() in DefaultDevice()
518 , m_debugReportCallback (cmdLine.isValidationEnabled() in DefaultDevice()
DvktCustomInstancesDevices.cpp276 const bool validationRequested = (cmdLine.isValidationEnabled() && allowLayers); in createCustomInstanceWithExtensions()
374 const bool validationEnabled = cmdLine.isValidationEnabled(); in createCustomInstanceFromInfo()
420 const bool validationEnabled = cmdLine.isValidationEnabled(); in createUncheckedInstance()
710 … validationEnabled = m_context.getTestContext().getCommandLine().isValidationEnabled(); in createDeviceSupportingQueue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestCase.cpp208 const bool isValidationEnabled = (recorder != nullptr); in createInstance() local
210 const bool isValidationEnabled = false; in createInstance()
220 if (isValidationEnabled) in createInstance()
272 if (cmdLine.isValidationEnabled()) in createDefaultDevice()
504 , m_debugReportRecorder (cmdLine.isValidationEnabled() in DefaultDevice()
518 , m_debugReportCallback (cmdLine.isValidationEnabled() in DefaultDevice()
DvktCustomInstancesDevices.cpp276 const bool validationRequested = (cmdLine.isValidationEnabled() && allowLayers); in createCustomInstanceWithExtensions()
374 const bool validationEnabled = cmdLine.isValidationEnabled(); in createCustomInstanceFromInfo()
420 const bool validationEnabled = cmdLine.isValidationEnabled(); in createUncheckedInstance()
710 … validationEnabled = m_context.getTestContext().getCommandLine().isValidationEnabled(); in createDeviceSupportingQueue()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
DvktPostmortemUtil.cpp80 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createPostmortemDevice()
DvktPostmortemDeviceFaultTests.cpp127 …const bool useValidation = context.getTestContext().getCommandLine().isValidationEnabled(); in CustomDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
1087 …e (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platform… in createDeviceWithGlobalPriorityTest()
1272 …e (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platform… in createDeviceWithQueriedGlobalPriorityTest()
1367 …ice (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, ins… in createDeviceFeatures2Test()
1817 … (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platform… in createDeviceQueue2Test()
1939 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platfor… in createProtectedDeviceWithQueueConfig()
2721 …result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vk… in createInstanceDeviceIntentionalAllocFail()
/third_party/vk-gl-cts/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()
1087 …e (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platform… in createDeviceWithGlobalPriorityTest()
1272 …e (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platform… in createDeviceWithQueriedGlobalPriorityTest()
1367 …ice (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, ins… in createDeviceFeatures2Test()
1817 … (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platform… in createDeviceQueue2Test()
1939 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platfor… in createProtectedDeviceWithQueueConfig()
2721 …result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vk… in createInstanceDeviceIntentionalAllocFail()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
DvktAmberDepthTests.cpp108 … device = createCustomDevice(ctx.getTestContext().getCommandLine().isValidationEnabled(), ctx.getP… in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberDepthTests.cpp108 … device = createCustomDevice(ctx.getTestContext().getCommandLine().isValidationEnabled(), ctx.getP… in createInstance()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp230 bool isValidationEnabled (void) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp207 …e = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_contex… in createDeviceSupportingQueues()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp207 …e = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_contex… in createDeviceSupportingQueues()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktFaultHandlingTests.cpp229 …ice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.… 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()
DvktPipelineCacheSCTests.cpp328 …ateInfo.enabledLayerCount == 0u && context.getTestContext().getCommandLine().isValidationEnabled()) in createPipelineCacheTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktFaultHandlingTests.cpp229 …ice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.… 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()
DvktPipelineCacheSCTests.cpp328 …ateInfo.enabledLayerCount == 0u && context.getTestContext().getCommandLine().isValidationEnabled()) in createPipelineCacheTest()

123456