Home
last modified time | relevance | path

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

12

/external/angle/scripts/
Dregistry_xml.py145 supported_extensions = sorted(angle_extensions + gles1_extensions + gles_extensions) variable
361 def AddExtensionCommands(self, supported_extensions, apis): argument
370 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'])
/external/mesa3d/src/gallium/frontends/clover/core/
Dplatform.hpp43 std::string supported_extensions() const;
Dplatform.cpp44 platform::supported_extensions() const { in supported_extensions() function in platform
Ddevice.hpp93 std::string supported_extensions() const;
Ddevice.cpp335 device::supported_extensions() const { in supported_extensions() function in device
/external/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.hpp58 std::unordered_set<std::string> supported_extensions();
Dinvocation.cpp548 const auto spirv_extensions = spirv::supported_extensions(); in check_extensions()
828 clover::spirv::supported_extensions() {
871 clover::spirv::supported_extensions() {
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs87 let supported_extensions = DeviceExtensions::supported_by_device(physical); in init() localVariable
98 let intersection = supported_extensions.intersection(&desired_extensions); in init()
/external/angle/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])
/external/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp80 buf.as_string() = platform.supported_extensions(); in GetPlatformInfo()
Ddevice.cpp328 buf.as_string() = dev.supported_extensions(); in clGetDeviceInfo()
/external/libepoxy/src/
Dgen_dispatch.py170 self.supported_extensions = set()
389 self.supported_extensions.add(extname)
447 for name in sorted(self.supported_extensions):
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c112 tu_physical_device_get_supported_extensions(device, &device->supported_extensions); in tu_physical_device_init()
822 if (pdevice->supported_extensions.EXT_sample_locations) { in tu_GetPhysicalDeviceProperties2()
1027 !physical_device->supported_extensions.extensions[index]) { in tu_CreateDevice()
1369 if (device->supported_extensions.extensions[i]) { in tu_EnumerateDeviceExtensionProperties()
2065 if (samples <= VK_SAMPLE_COUNT_4_BIT && pdevice->supported_extensions.EXT_sample_locations) in tu_GetPhysicalDeviceMultisamplePropertiesEXT()
Dtu_formats.c404 if (physical_device->supported_extensions.EXT_filter_cubic) in tu_physical_device_get_format_properties()
Dtu_private.h213 struct tu_device_extension_table supported_extensions; member
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c56 lvp_physical_device_get_supported_extensions(device, &device->supported_extensions); in lvp_physical_device_init()
885 if (index < 0 || !physical_device->supported_extensions.extensions[index]) { in lvp_CreateDevice()
943 if (device->supported_extensions.extensions[i]) { in lvp_EnumerateDeviceExtensionProperties()
Dlvp_private.h215 struct lvp_device_extension_table supported_extensions; member
/external/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp334 for (auto &ext : spirv::supported_extensions()) { in get_spirv_translator_options()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1370 if (!physical_device->supported_extensions.ANDROID_external_memory_android_hardware_buffer) in get_external_image_format_properties()
1455 …bool ahb_supported = physical_device->supported_extensions.ANDROID_external_memory_android_hardwar… in radv_GetPhysicalDeviceImageFormatProperties2()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c1158 physical_device->supported_extensions.ANDROID_external_memory_android_hardware_buffer; in anv_GetPhysicalDeviceImageFormatProperties2()
1280 if (physical_device->supported_extensions.ANDROID_external_memory_android_hardware_buffer) { in anv_GetPhysicalDeviceExternalBufferProperties()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c531 &device->supported_extensions); in physical_device_init()
1169 if (device->supported_extensions.extensions[i]) { in v3dv_EnumerateDeviceExtensionProperties()
1287 if (!physical_device->supported_extensions.extensions[idx]) in v3dv_CreateDevice()
Dv3dv_private.h135 struct v3dv_device_extension_table supported_extensions; member

12