Lines Matching refs:validationEnabled
288 const bool validationEnabled = !enabledLayers.empty();
309 if (validationEnabled)
321 if (validationEnabled)
375 const bool validationEnabled = cmdLine.isValidationEnabled();
385 if (validationEnabled && allowLayers)
421 const bool validationEnabled = cmdLine.isValidationEnabled();
426 const bool addLayers = (validationEnabled && allowLayers);
466 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkDeviceCreateInfo* pCreateInfo, const vk::VkAllocationCallbacks* pAllocator)
471 if (createInfo.enabledLayerCount == 0u && validationEnabled)
500 vk::VkResult createUncheckedDevice (bool validationEnabled, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice, const vk::VkDeviceCreateInfo* pCreateInfo, const vk::VkAllocationCallbacks* pAllocator, vk::VkDevice* pDevice)
505 if (createInfo.enabledLayerCount == 0u && validationEnabled)
747 const bool validationEnabled = m_context.getTestContext().getCommandLine().isValidationEnabled();
912 m_logicalDevice = createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &deviceCreateInfo);