Home
last modified time | relevance | path

Searched refs:m_instance_layer_names (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp96 assert(0 == strcmp(m_instance_layer_names.back(), "VK_LAYER_LUNARG_device_simulation")); in EnableDeviceProfileLayer()
97 m_instance_layer_names.pop_back(); in EnableDeviceProfileLayer()
98 m_instance_layer_names.push_back("VK_LAYER_LUNARG_device_profile_api"); in EnableDeviceProfileLayer()
100 m_instance_layer_names.push_back("VK_LAYER_LUNARG_device_profile_api"); in EnableDeviceProfileLayer()
270 m_instance_layer_names.push_back("VK_LAYER_LUNARG_device_profile_api"); in InitFramework()
277 for (auto layer = m_instance_layer_names.begin(); layer != m_instance_layer_names.end();) { in InitFramework()
280 layer = m_instance_layer_names.erase(layer); in InitFramework()
302 instInfo.enabledLayerCount = m_instance_layer_names.size(); in InitFramework()
303 instInfo.ppEnabledLayerNames = m_instance_layer_names.data(); in InitFramework()
402 …for (auto layer = m_instance_layer_names.begin(); layer != m_instance_layer_names.end(); ++layer) { in InitState()
Dvkrenderframework.h157 std::vector<const char *> m_instance_layer_names; variable
Dlayer_validation_tests.cpp464 m_instance_layer_names.clear(); in SetUp()
473 m_instance_layer_names.push_back("VK_LAYER_GOOGLE_threading"); in SetUp()
474 m_instance_layer_names.push_back("VK_LAYER_LUNARG_parameter_validation"); in SetUp()
475 m_instance_layer_names.push_back("VK_LAYER_LUNARG_object_tracker"); in SetUp()
476 m_instance_layer_names.push_back("VK_LAYER_LUNARG_core_validation"); in SetUp()
477 m_instance_layer_names.push_back("VK_LAYER_GOOGLE_unique_objects"); in SetUp()
480 m_instance_layer_names.push_back("VK_LAYER_LUNARG_device_simulation"); in SetUp()