Searched refs:instance_layer_names (Results 1 – 3 of 3) sorted by relevance
90 std::vector<const char *> instance_layer_names; in InitFramework() local101 InitFramework(instance_layer_names, instance_extension_names, device_extension_names); in InitFramework()104 void VkRenderFramework::InitFramework(std::vector<const char *> instance_layer_names, in InitFramework() argument118 instInfo.enabledLayerCount = instance_layer_names.size(); in InitFramework()119 instInfo.ppEnabledLayerNames = instance_layer_names.data(); in InitFramework()
73 …void InitFramework(std::vector<const char *> instance_layer_names, std::vector<const char *> insta…
315 std::vector<const char *> instance_layer_names; in SetUp() local327 instance_layer_names.push_back("VK_LAYER_GOOGLE_threading"); in SetUp()328 instance_layer_names.push_back("VK_LAYER_LUNARG_parameter_validation"); in SetUp()329 instance_layer_names.push_back("VK_LAYER_LUNARG_object_tracker"); in SetUp()330 instance_layer_names.push_back("VK_LAYER_LUNARG_core_validation"); in SetUp()331 instance_layer_names.push_back("VK_LAYER_LUNARG_image"); in SetUp()332 instance_layer_names.push_back("VK_LAYER_LUNARG_swapchain"); in SetUp()333 instance_layer_names.push_back("VK_LAYER_GOOGLE_unique_objects"); in SetUp()368 …InitFramework(instance_layer_names, instance_extension_names, device_extension_names, myDbgFunc, m… in SetUp()