/third_party/skia/third_party/externals/dawn/generator/ |
H A D | opengl_loader_generator.py | 114 def compute_params(root, supported_extensions): 180 for extension in supported_extensions: 252 supported_extensions = [] 253 with open(args.supported_extensions) as f: 255 supported_extensions = supported_extensions_json[ 256 'supported_extensions'] 259 etree.parse(args.gl_xml).getroot(), supported_extensions) 277 os.path.abspath(args.supported_extensions)
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_physical_device.c | 32 const struct vk_device_extension_table *supported_extensions, in vk_physical_device_init() 39 if (supported_extensions != NULL) in vk_physical_device_init() 40 pdevice->supported_extensions = *supported_extensions; in vk_physical_device_init() 84 if (!pdevice->supported_extensions.extensions[i]) in vk_common_EnumerateDeviceExtensionProperties() 30 vk_physical_device_init(struct vk_physical_device *pdevice, struct vk_instance *instance, const struct vk_device_extension_table *supported_extensions, const struct vk_physical_device_dispatch_table *dispatch_table) vk_physical_device_init() argument
|
H A D | vk_physical_device.h | 49 * This table is initialized from the `supported_extensions` parameter 57 struct vk_device_extension_table supported_extensions; member 99 * @param[in] supported_extensions Table of all device extensions supported 106 const struct vk_device_extension_table *supported_extensions,
|
H A D | vk_instance.h | 119 * @param[in] supported_extensions Table of all instance extensions supported 129 const struct vk_instance_extension_table *supported_extensions, 144 const struct vk_instance_extension_table *supported_extensions,
|
H A D | vk_instance.c | 40 const struct vk_instance_extension_table *supported_extensions, in vk_instance_init() 146 if (!supported_extensions->extensions[idx]) in vk_instance_init() 214 const struct vk_instance_extension_table *supported_extensions, in vk_enumerate_instance_extension_properties() 221 if (!supported_extensions->extensions[i]) in vk_enumerate_instance_extension_properties() 39 vk_instance_init(struct vk_instance *instance, const struct vk_instance_extension_table *supported_extensions, const struct vk_instance_dispatch_table *dispatch_table, const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc) vk_instance_init() argument 213 vk_enumerate_instance_extension_properties( const struct vk_instance_extension_table *supported_extensions, uint32_t *pPropertyCount, VkExtensionProperties *pProperties) vk_enumerate_instance_extension_properties() argument
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | registry_xml.py | 266 supported_extensions = sorted(angle_extensions + gles1_extensions + gles_extensions) variable 268 assert len(supported_extensions) == len(set(supported_extensions)), 'Duplicates in extension list' 497 def AddExtensionCommands(self, supported_extensions, apis): 506 if not extension_name in supported_extensions:
|
H A D | gen_gl_enum_utils.py | 172 for extension in registry_xml.supported_extensions:
|
H A D | gen_proc_table.py | 148 glesxml.AddExtensionCommands(registry_xml.supported_extensions, ['gles2', 'gles1'])
|
H A D | generate_loader.py | 154 xml.AddExtensionCommands(registry_xml.supported_extensions, ['gles2', 'gles1'])
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_common.h | 267 const struct vk_instance_extension_table *supported_extensions, in vn_instance_base_init() 272 VkResult result = vk_instance_init(&instance->base, supported_extensions, in vn_instance_base_init() 288 const struct vk_device_extension_table *supported_extensions, in vn_physical_device_base_init() 293 supported_extensions, dispatch_table); in vn_physical_device_base_init() 265 vn_instance_base_init( struct vn_instance_base *instance, const struct vk_instance_extension_table *supported_extensions, const struct vk_instance_dispatch_table *dispatch_table, const VkInstanceCreateInfo *info, const VkAllocationCallbacks *alloc) vn_instance_base_init() argument 285 vn_physical_device_base_init( struct vn_physical_device_base *physical_dev, struct vn_instance_base *instance, const struct vk_device_extension_table *supported_extensions, const struct vk_physical_device_dispatch_table *dispatch_table) vn_physical_device_base_init() argument
|
H A D | vn_wsi.c | 88 if (physical_dev->base.base.supported_extensions in vn_wsi_init()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | platform.cpp | 49 platform::supported_extensions() const { in supported_extensions() function in platform 63 const auto extension_list = supported_extensions(); in supported_extensions_as_string()
|
H A D | platform.hpp | 44 std::vector<cl_name_version> supported_extensions() const;
|
H A D | device.cpp | 59 [extensions = dev.supported_extensions()](const char *extension_name){ in get_highest_supported_version() 475 device::supported_extensions() const { in supported_extensions() function in device 507 const auto extension_list = supported_extensions(); in supported_extensions_as_string()
|
H A D | device.hpp | 100 std::vector<cl_name_version> supported_extensions() const;
|
/third_party/mesa3d/src/gallium/frontends/clover/spirv/ |
H A D | invocation.hpp | 67 std::unordered_set<std::string> supported_extensions();
|
H A D | invocation.cpp | 622 const auto spirv_extensions = spirv::supported_extensions(); in check_extensions() 934 clover::spirv::supported_extensions() { in supported_extensions() function in clover::spirv 1000 clover::spirv::supported_extensions() {
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | platform.cpp | 98 buf.as_vector<cl_name_version>() = platform.supported_extensions(); in GetPlatformInfo()
|
H A D | device.cpp | 440 buf.as_vector<cl_name_version>() = dev.supported_extensions(); in clGetDeviceInfo()
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | gen_spirv_builder_and_parser.py | 184 self.supported_extensions = set([]) 254 return any([ext not in self.supported_extensions for ext in extensions])
|
/third_party/spirv-tools/source/opt/ |
H A D | trim_capabilities_pass.cpp | 570 const auto supported_extensions = in TrimUnrequiredExtensions() local 574 for (auto extension : supported_extensions) { in TrimUnrequiredExtensions()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 291 struct vk_device_extension_table supported_extensions; in panvk_physical_device_init() local 292 panvk_get_device_extensions(device, &supported_extensions); in panvk_physical_device_init() 303 &supported_extensions, in panvk_physical_device_init()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 285 struct vk_device_extension_table supported_extensions; in tu_physical_device_init() local 286 get_device_extensions(device, &supported_extensions); in tu_physical_device_init() 295 &supported_extensions, in tu_physical_device_init() 1290 if (pdevice->vk.supported_extensions.EXT_sample_locations) { in tu_GetPhysicalDeviceProperties2() 2979 if (samples <= VK_SAMPLE_COUNT_4_BIT && pdevice->vk.supported_extensions.EXT_sample_locations) in tu_GetPhysicalDeviceMultisamplePropertiesEXT()
|
H A D | tu_formats.c | 189 if (physical_device->vk.supported_extensions.EXT_filter_cubic) in tu_physical_device_get_format_properties()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 1434 physical_device->vk.supported_extensions.ANDROID_external_memory_android_hardware_buffer; in anv_GetPhysicalDeviceImageFormatProperties2() 1648 if (physical_device->vk.supported_extensions.ANDROID_external_memory_android_hardware_buffer) { in anv_GetPhysicalDeviceExternalBufferProperties()
|