Home
last modified time | relevance | path

Searched refs:supported_extensions (Results 1 - 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/generator/
H A Dopengl_loader_generator.py114 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 Dvk_physical_device.c32 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 Dvk_physical_device.h49 * 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 Dvk_instance.h119 * @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 Dvk_instance.c40 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 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):
506 if not extension_name in supported_extensions:
H A Dgen_gl_enum_utils.py172 for extension in registry_xml.supported_extensions:
H A Dgen_proc_table.py148 glesxml.AddExtensionCommands(registry_xml.supported_extensions, ['gles2', 'gles1'])
H A Dgenerate_loader.py154 xml.AddExtensionCommands(registry_xml.supported_extensions, ['gles2', 'gles1'])
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_common.h267 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 Dvn_wsi.c88 if (physical_dev->base.base.supported_extensions in vn_wsi_init()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dplatform.cpp49 platform::supported_extensions() const { in supported_extensions() function in platform
63 const auto extension_list = supported_extensions(); in supported_extensions_as_string()
H A Dplatform.hpp44 std::vector<cl_name_version> supported_extensions() const;
H A 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()
H A Ddevice.hpp100 std::vector<cl_name_version> supported_extensions() const;
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.hpp67 std::unordered_set<std::string> supported_extensions();
H A 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() {
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dplatform.cpp98 buf.as_vector<cl_name_version>() = platform.supported_extensions(); in GetPlatformInfo()
H A Ddevice.cpp440 buf.as_vector<cl_name_version>() = dev.supported_extensions(); in clGetDeviceInfo()
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A 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/spirv-tools/source/opt/
H A Dtrim_capabilities_pass.cpp570 const auto supported_extensions = in TrimUnrequiredExtensions() local
574 for (auto extension : supported_extensions) { in TrimUnrequiredExtensions()
/third_party/mesa3d/src/panfrost/vulkan/
H A 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/
H A 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()
H A Dtu_formats.c189 if (physical_device->vk.supported_extensions.EXT_filter_cubic) in tu_physical_device_get_format_properties()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c1434 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()

Completed in 21 milliseconds

12