Home
last modified time | relevance | path

Searched refs:supported_extensions (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/generator/
Dopengl_loader_generator.py114 def compute_params(root, supported_extensions): argument
180 for extension in supported_extensions:
252 supported_extensions = []
253 with open(args.supported_extensions) as f:
255 supported_extensions = supported_extensions_json[
259 etree.parse(args.gl_xml).getroot(), supported_extensions)
277 os.path.abspath(args.supported_extensions)
/third_party/skia/third_party/externals/angle2/scripts/
Dregistry_xml.py266 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): argument
506 if not extension_name in supported_extensions:
Dgen_gl_enum_utils.py172 for extension in registry_xml.supported_extensions:
Dgen_proc_table.py148 glesxml.AddExtensionCommands(registry_xml.supported_extensions, ['gles2', 'gles1'])
Dgenerate_loader.py154 xml.AddExtensionCommands(registry_xml.supported_extensions, ['gles2', 'gles1'])
/third_party/mesa3d/src/vulkan/runtime/
Dvk_physical_device.c32 const struct vk_device_extension_table *supported_extensions, in vk_physical_device_init() argument
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()
Dvk_physical_device.h57 struct vk_device_extension_table supported_extensions; member
106 const struct vk_device_extension_table *supported_extensions,
Dvk_instance.c40 const struct vk_instance_extension_table *supported_extensions, in vk_instance_init() argument
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() argument
221 if (!supported_extensions->extensions[i]) in vk_enumerate_instance_extension_properties()
Dvk_instance.h129 const struct vk_instance_extension_table *supported_extensions,
144 const struct vk_instance_extension_table *supported_extensions,
/third_party/mesa3d/src/virtio/vulkan/
Dvn_common.h267 const struct vk_instance_extension_table *supported_extensions, in vn_instance_base_init() argument
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() argument
293 supported_extensions, dispatch_table); in vn_physical_device_base_init()
Dvn_wsi.c88 if (physical_dev->base.base.supported_extensions in vn_wsi_init()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dplatform.cpp49 platform::supported_extensions() const { in supported_extensions() function in platform
63 const auto extension_list = supported_extensions(); in supported_extensions_as_string()
Ddevice.cpp59 [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()
Dplatform.hpp44 std::vector<cl_name_version> supported_extensions() const;
Ddevice.hpp100 std::vector<cl_name_version> supported_extensions() const;
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.hpp67 std::unordered_set<std::string> supported_extensions();
Dinvocation.cpp622 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() { in supported_extensions() function in clover::spirv
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dgen_spirv_builder_and_parser.py184 self.supported_extensions = set([])
254 return any([ext not in self.supported_extensions for ext in extensions])
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp98 buf.as_vector<cl_name_version>() = platform.supported_extensions(); in GetPlatformInfo()
Ddevice.cpp440 buf.as_vector<cl_name_version>() = dev.supported_extensions(); in clGetDeviceInfo()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c291 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/
Dtu_device.c285 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()
Dtu_formats.c189 if (physical_device->vk.supported_extensions.EXT_filter_cubic) in tu_physical_device_get_format_properties()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c121 const struct vk_device_extension_table *supported_extensions = in wsi_device_init() local
122 &vk_physical_device_from_handle(pdevice)->supported_extensions; in wsi_device_init()
124 supported_extensions->EXT_external_memory_host; in wsi_device_init()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp388 for (auto &ext : clover::spirv::supported_extensions()) { in get_spirv_translator_options()

12