Searched refs:BUILDER_VECTOR (Results 1 – 5 of 5) sorted by relevance
/third_party/vulkan-loader/tests/framework/icd/ |
D | physical_device.h | 50 …BUILDER_VECTOR(PhysicalDevice, MockQueueFamilyProperties, queue_family_properties, queue_family_pr… 51 BUILDER_VECTOR(PhysicalDevice, VkFormatProperties, format_properties, format_properties) 52 …BUILDER_VECTOR(PhysicalDevice, VkSparseImageFormatProperties, sparse_image_format_properties, spar… 54 BUILDER_VECTOR(PhysicalDevice, Extension, extensions, extension) 57 BUILDER_VECTOR(PhysicalDevice, VkSurfaceFormatKHR, surface_formats, surface_format) 58 BUILDER_VECTOR(PhysicalDevice, VkPresentModeKHR, surface_present_modes, surface_present_mode) 60 BUILDER_VECTOR(PhysicalDevice, VkDisplayPropertiesKHR, display_properties, display_properties) 61 …BUILDER_VECTOR(PhysicalDevice, VkDisplayPlanePropertiesKHR, display_plane_properties, display_plan… 62 BUILDER_VECTOR(PhysicalDevice, VkDisplayKHR, displays, displays) 63 …BUILDER_VECTOR(PhysicalDevice, VkDisplayModePropertiesKHR, display_mode_properties, display_mode_p… [all …]
|
D | test_icd.h | 69 BUILDER_VECTOR(TestICD, LayerDefinition, instance_layers, instance_layer) 70 BUILDER_VECTOR(TestICD, Extension, instance_extensions, instance_extension) 71 BUILDER_VECTOR(TestICD, Extension, enabled_instance_extensions, enabled_instance_extension) 75 BUILDER_VECTOR(TestICD, PhysicalDeviceGroup, physical_device_groups, physical_device_group); 86 BUILDER_VECTOR(TestICD, VulkanFunction, custom_instance_functions, custom_instance_function)
|
/third_party/vulkan-loader/tests/framework/layer/ |
D | test_layer.h | 105 BUILDER_VECTOR(TestLayer, std::string, alternative_function_names, alternative_function_name) 107 BUILDER_VECTOR(TestLayer, Extension, instance_extensions, instance_extension) 108 BUILDER_VECTOR(TestLayer, Extension, device_extensions, device_extension) 113 BUILDER_VECTOR(TestLayer, LayerDefinition, meta_component_layers, meta_component_layer); 127 BUILDER_VECTOR(TestLayer, VkPhysicalDevice, complete_physical_devices, complete_physical_device) 128 BUILDER_VECTOR(TestLayer, VkPhysicalDevice, removed_physical_devices, removed_physical_device) 129 BUILDER_VECTOR(TestLayer, VkPhysicalDevice, added_physical_devices, added_physical_device) 130 …BUILDER_VECTOR(TestLayer, VkPhysicalDeviceGroupProperties, complete_physical_device_groups, comple… 131 …BUILDER_VECTOR(TestLayer, VkPhysicalDeviceGroupProperties, removed_physical_device_groups, removed… 132 …BUILDER_VECTOR(TestLayer, VkPhysicalDeviceGroupProperties, added_physical_device_groups, added_phy… [all …]
|
D | layer_util.h | 37 BUILDER_VECTOR(LayerDefinition, Extension, extensions, extension)
|
/third_party/vulkan-loader/tests/framework/ |
D | test_util.h | 521 #define BUILDER_VECTOR(class_name, type, name, singular_name) \ macro 595 BUILDER_VECTOR(LayerDescription, FunctionOverride, functions, function) 596 BUILDER_VECTOR(LayerDescription, Extension, instance_extensions, instance_extension) 597 BUILDER_VECTOR(LayerDescription, Extension, device_extensions, device_extension) 600 BUILDER_VECTOR(LayerDescription, std::string, component_layers, component_layer) 601 BUILDER_VECTOR(LayerDescription, std::string, blacklisted_layers, blacklisted_layer) 602 BUILDER_VECTOR(LayerDescription, std::string, override_paths, override_path) 603 … BUILDER_VECTOR(LayerDescription, FunctionOverride, pre_instance_functions, pre_instance_function) 604 BUILDER_VECTOR(LayerDescription, std::string, app_keys, app_key) 611 BUILDER_VECTOR(ManifestLayer, LayerDescription, layers, layer) [all …]
|