Lines Matching refs:std
103 BUILDER_VALUE(TestLayer, std::string, description, {})
108 BUILDER_VECTOR(TestLayer, std::string, alternative_function_names, alternative_function_name)
111 std::vector<Extension> enabled_instance_extensions;
115 BUILDER_VALUE(TestLayer, std::string, enable_environment, {});
116 BUILDER_VALUE(TestLayer, std::string, disable_environment, {});
128 BUILDER_VALUE(TestLayer, std::function<VkResult(TestLayer& layer)>, create_instance_callback, {})
130 BUILDER_VALUE(TestLayer, std::function<VkResult(TestLayer& layer)>, create_device_callback, {})
150 std::unordered_map<std::string, PFN_vkVoidFunction> custom_dispatch_functions;
151 std::vector<VulkanFunction> custom_physical_device_interception_functions;
152 TestLayer& add_custom_physical_device_intercept_function(std::string func_name, PFN_vkVoidFunction function) {
157 std::vector<VulkanFunction> custom_device_interception_functions;
158 TestLayer& add_custom_device_interception_function(std::string func_name, PFN_vkVoidFunction function) {
171 BUILDER_VALUE(TestLayer, std::string, make_spurious_log_in_create_instance, "")
179 std::vector<DeviceMemAlloc> spurious_device_memory_allocations;
208 std::vector<Extension> enabled_extensions;
210 std::vector<Device> created_devices;
215 std::vector<VkPhysicalDevice> queried_physical_devices;