Lines Matching refs:inst
63 InstWrapper inst{env.vulkan_functions};
64 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
65 inst.CheckCreate();
68 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
93 InstWrapper inst{env.vulkan_functions};
94 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
95 inst.CheckCreate();
99 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
106 InstWrapper inst{env.vulkan_functions};
107 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
108 inst.CheckCreate();
111 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(inst.GetPhysDev(), 0));
135 InstWrapper inst{env.vulkan_functions};
136 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
137 inst.CheckCreate();
141 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
149 InstWrapper inst{env.vulkan_functions};
150 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
151 inst.CheckCreate();
155 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
209 InstWrapper inst{env.vulkan_functions};
210 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
211 inst.CheckCreate();
213 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
224 InstWrapper inst{env.vulkan_functions};
225 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
226 inst.CheckCreate();
228 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
258 InstWrapper inst{env.vulkan_functions};
259 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
260 inst.CheckCreate();
262 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
271 InstWrapper inst{env.vulkan_functions};
272 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
273 inst.CheckCreate();
275 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
300 InstWrapper inst{env.vulkan_functions};
301 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
302 inst.CheckCreate();
305 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(inst.GetPhysDev(), 0));
331 InstWrapper inst{env.vulkan_functions};
332 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
333 inst.CheckCreate();
335 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 2);
358 InstWrapper inst{env.vulkan_functions};
359 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
360 inst.CheckCreate();
362 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 2);
388 InstWrapper inst{env.vulkan_functions};
389 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
390 inst.CheckCreate();
392 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 2);
416 InstWrapper inst{env.vulkan_functions};
417 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
418 inst.CheckCreate();
420 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 3);
445 InstWrapper inst{env.vulkan_functions};
446 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
447 inst.create_info.add_layer(explicit_layer_name);
448 ASSERT_NO_FATAL_FAILURE(inst.CheckCreate(VK_ERROR_LAYER_NOT_PRESENT));
474 InstWrapper inst{env.vulkan_functions};
475 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
476 inst.CheckCreate();
478 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(inst.GetPhysDev(), 0));
500 InstWrapper inst{env.vulkan_functions};
501 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
502 inst.create_info.add_layer(explicit_layer_name);
503 inst.CheckCreate();
505 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 2);
609 InstWrapper inst{env.vulkan_functions};
610 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
611 inst.create_info.add_layer(explicit_layer_name1);
612 inst.CheckCreate();
614 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 4);
655 InstWrapper inst{env.vulkan_functions};
656 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
657 inst.CheckCreate();
659 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 2);
692 InstWrapper inst{env.vulkan_functions};
693 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
694 inst.CheckCreate();
696 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
729 InstWrapper inst{env.vulkan_functions};
730 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
731 inst.CheckCreate();
733 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(inst.GetPhysDev(), 0));
809 InstWrapper inst{env.vulkan_functions};
810 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
811 inst.CheckCreate();
813 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 5);
830 InstWrapper inst{env.vulkan_functions};
831 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
832 inst.CheckCreate();
834 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 5);
910 InstWrapper inst{env.vulkan_functions};
911 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
912 inst.CheckCreate();
914 auto active_layers = inst.GetActiveLayers(inst.GetPhysDev(), 4);
952 InstWrapper inst{env.vulkan_functions};
953 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
954 inst.CheckCreate();
956 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
960 InstWrapper inst{env.vulkan_functions};
961 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
962 inst.create_info.add_layer(explicit_layer_name1);
963 inst.CheckCreate();
965 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 2);
983 InstWrapper inst{env.vulkan_functions};
984 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
985 inst.CheckCreate();
987 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 2);
992 InstWrapper inst{env.vulkan_functions};
993 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
994 inst.create_info.add_layer(explicit_layer_name1);
995 inst.CheckCreate();
997 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 3);
1032 InstWrapper inst{env.vulkan_functions};
1033 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1034 inst.CheckCreate();
1036 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1040 InstWrapper inst{env.vulkan_functions};
1041 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1042 inst.create_info.add_layer(explicit_layer_name1);
1043 inst.CheckCreate();
1045 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 2);
1072 InstWrapper inst{env.vulkan_functions};
1073 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1074 inst.CheckCreate();
1076 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 3);
1082 InstWrapper inst{env.vulkan_functions};
1083 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1084 inst.create_info.add_layer(explicit_layer_name1);
1085 inst.CheckCreate();
1087 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 3);
1109 InstWrapper inst{env.vulkan_functions};
1110 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1111 inst.CheckCreate();
1113 auto layer = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1125 InstWrapper inst{env.vulkan_functions};
1126 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1127 inst.CheckCreate();
1129 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(inst.GetPhysDev(), 0));
1135 InstWrapper inst{env.vulkan_functions};
1136 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1137 inst.CheckCreate();
1139 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(inst.GetPhysDev(), 0));
1163 InstWrapper inst{env.vulkan_functions};
1164 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1165 inst.CheckCreate();
1167 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(inst.GetPhysDev(), 0));
1191 InstWrapper inst{env.vulkan_functions};
1192 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1193 inst.CheckCreate();
1195 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(inst.GetPhysDev(), 0));
1222 InstWrapper inst{env.vulkan_functions};
1223 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1224 inst.CheckCreate();
1228 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1259 InstWrapper inst{env.vulkan_functions};
1260 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1261 inst.CheckCreate();
1265 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1394 InstWrapper inst{env.vulkan_functions};
1395 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1396 inst.CheckCreate(VK_SUCCESS);
1399 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1403 ASSERT_NO_FATAL_FAILURE(inst.GetActiveLayers(inst.GetPhysDev(), 0));
1558 InstWrapper inst{env.vulkan_functions};
1559 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1560 inst.CheckCreate();
1566 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1574 InstWrapper inst{env.vulkan_functions};
1575 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1576 inst.CheckCreate();
1582 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1590 InstWrapper inst{env.vulkan_functions};
1591 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1592 inst.CheckCreate();
1598 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1606 InstWrapper inst{env.vulkan_functions};
1607 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1608 inst.CheckCreate();
1614 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1622 InstWrapper inst{env.vulkan_functions};
1623 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1624 inst.CheckCreate();
1630 auto active_layer_props = inst.GetActiveLayers(inst.GetPhysDev(), 1);
1662 InstWrapper inst{env.vulkan_functions};
1663 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1664 inst.CheckCreate();
1668 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 40);
1692 InstWrapper inst{env.vulkan_functions};
1693 FillDebugUtilsCreateDetails(inst.create_info, env.debug_log);
1694 inst.CheckCreate();
1698 auto layers = inst.GetActiveLayers(inst.GetPhysDev(), 40);