/third_party/skia/third_party/externals/dawn/generator/ |
D | opengl_loader_generator.py | 114 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/ |
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): argument 506 if not extension_name in supported_extensions:
|
D | gen_gl_enum_utils.py | 172 for extension in registry_xml.supported_extensions:
|
D | gen_proc_table.py | 148 glesxml.AddExtensionCommands(registry_xml.supported_extensions, ['gles2', 'gles1'])
|
D | generate_loader.py | 154 xml.AddExtensionCommands(registry_xml.supported_extensions, ['gles2', 'gles1'])
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_physical_device.c | 32 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()
|
D | vk_physical_device.h | 57 struct vk_device_extension_table supported_extensions; member 106 const struct vk_device_extension_table *supported_extensions,
|
D | vk_instance.c | 40 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()
|
D | vk_instance.h | 129 const struct vk_instance_extension_table *supported_extensions, 144 const struct vk_instance_extension_table *supported_extensions,
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_common.h | 267 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()
|
D | vn_wsi.c | 88 if (physical_dev->base.base.supported_extensions in vn_wsi_init()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
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()
|
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()
|
D | platform.hpp | 44 std::vector<cl_name_version> supported_extensions() const;
|
D | device.hpp | 100 std::vector<cl_name_version> supported_extensions() const;
|
/third_party/mesa3d/src/gallium/frontends/clover/spirv/ |
D | invocation.hpp | 67 std::unordered_set<std::string> supported_extensions();
|
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() { in supported_extensions() function in clover::spirv
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
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/mesa3d/src/gallium/frontends/clover/api/ |
D | platform.cpp | 98 buf.as_vector<cl_name_version>() = platform.supported_extensions(); in GetPlatformInfo()
|
D | device.cpp | 440 buf.as_vector<cl_name_version>() = dev.supported_extensions(); in clGetDeviceInfo()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
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/ |
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()
|
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/vulkan/wsi/ |
D | wsi_common.c | 121 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/ |
D | invocation.cpp | 388 for (auto &ext : clover::spirv::supported_extensions()) { in get_spirv_translator_options()
|