Searched refs:BUILDER_VALUE (Results 1 – 6 of 6) sorted by relevance
/third_party/vulkan-loader/tests/framework/layer/ |
D | test_layer.h | 95 BUILDER_VALUE(TestLayer, bool, is_meta_layer, false) 97 BUILDER_VALUE(TestLayer, uint32_t, api_version, VK_API_VERSION_1_0) 98 BUILDER_VALUE(TestLayer, uint32_t, reported_layer_props, 1) 99 BUILDER_VALUE(TestLayer, uint32_t, reported_extension_props, 0) 100 BUILDER_VALUE(TestLayer, uint32_t, reported_instance_version, VK_API_VERSION_1_0) 101 BUILDER_VALUE(TestLayer, uint32_t, implementation_version, 2) 102 BUILDER_VALUE(TestLayer, uint32_t, min_implementation_version, 0) 103 BUILDER_VALUE(TestLayer, std::string, description, {}) 110 BUILDER_VALUE(TestLayer, std::string, enable_environment, {}); 111 BUILDER_VALUE(TestLayer, std::string, disable_environment, {}); [all …]
|
D | layer_util.h | 33 BUILDER_VALUE(LayerDefinition, std::string, layerName, {}) 34 BUILDER_VALUE(LayerDefinition, uint32_t, specVersion, VK_API_VERSION_1_0) in BUILDER_VALUE() function 35 BUILDER_VALUE(LayerDefinition, uint32_t, implementationVersion, VK_API_VERSION_1_0) in BUILDER_VALUE() 36 BUILDER_VALUE(LayerDefinition, std::string, description, {}) in BUILDER_VALUE()
|
/third_party/vulkan-loader/tests/framework/icd/ |
D | physical_device.h | 40 BUILDER_VALUE(PhysicalDevice, std::string, deviceName, "") 41 BUILDER_VALUE(PhysicalDevice, VkPhysicalDeviceProperties, properties, {}) 42 BUILDER_VALUE(PhysicalDevice, VkPhysicalDeviceFeatures, features, {}) 43 BUILDER_VALUE(PhysicalDevice, VkPhysicalDeviceMemoryProperties, memory_properties, {}) 44 BUILDER_VALUE(PhysicalDevice, VkImageFormatProperties, image_format_properties, {}) 45 BUILDER_VALUE(PhysicalDevice, VkExternalMemoryProperties, external_memory_properties, {}) 46 BUILDER_VALUE(PhysicalDevice, VkExternalSemaphoreProperties, external_semaphore_properties, {}) 47 BUILDER_VALUE(PhysicalDevice, VkExternalFenceProperties, external_fence_properties, {}) 48 BUILDER_VALUE(PhysicalDevice, uint32_t, pci_bus, {}) 56 BUILDER_VALUE(PhysicalDevice, VkSurfaceCapabilitiesKHR, surface_capabilities, {}) [all …]
|
D | test_icd.h | 59 BUILDER_VALUE(TestICD, uint32_t, min_icd_interface_version, 0) 60 BUILDER_VALUE(TestICD, uint32_t, max_icd_interface_version, 6) 65 BUILDER_VALUE(TestICD, bool, enable_icd_wsi, false); 68 BUILDER_VALUE(TestICD, uint32_t, icd_api_version, VK_API_VERSION_1_0) 90 BUILDER_VALUE(TestICD, bool, supports_tooling_info_ext, false); 91 BUILDER_VALUE(TestICD, bool, supports_tooling_info_core, false); 114 BUILDER_VALUE(TestICD, LUID, adapterLUID, {})
|
/third_party/vulkan-loader/tests/framework/ |
D | test_util.h | 509 #define BUILDER_VALUE(class_name, type, name, default_value) \ macro 540 BUILDER_VALUE(ManifestVersion, uint32_t, major, 1) 541 BUILDER_VALUE(ManifestVersion, uint32_t, minor, 0) 542 BUILDER_VALUE(ManifestVersion, uint32_t, patch, 0) 554 BUILDER_VALUE(ManifestICD, ManifestVersion, file_format_version, ManifestVersion()) 555 BUILDER_VALUE(ManifestICD, uint32_t, api_version, 0) 556 BUILDER_VALUE(ManifestICD, std::string, lib_path, {}) 557 BUILDER_VALUE(ManifestICD, bool, is_portability_driver, false) 558 BUILDER_VALUE(ManifestICD, std::string, library_arch, "") 575 BUILDER_VALUE(FunctionOverride, std::string, vk_func, {}) [all …]
|
D | test_environment.h | 320 BUILDER_VALUE(TestICDDetails, ManifestICD, icd_manifest, {}); 321 BUILDER_VALUE(TestICDDetails, std::string, json_name, "test_icd"); 322 …BUILDER_VALUE(TestICDDetails, ManifestDiscoveryType, discovery_type, ManifestDiscoveryType::generi… 323 BUILDER_VALUE(TestICDDetails, bool, is_fake, false); 329 BUILDER_VALUE(TestLayerDetails, ManifestLayer, layer_manifest, {}); 330 BUILDER_VALUE(TestLayerDetails, std::string, json_name, "test_layer"); 331 …BUILDER_VALUE(TestLayerDetails, ManifestDiscoveryType, discovery_type, ManifestDiscoveryType::gene… 332 BUILDER_VALUE(TestLayerDetails, bool, is_fake, false);
|