/external/angle/scripts/ |
D | registry_xml.py | 145 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:
|
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'])
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | platform.hpp | 43 std::string supported_extensions() const;
|
D | platform.cpp | 44 platform::supported_extensions() const { in supported_extensions() function in platform
|
D | device.hpp | 93 std::string supported_extensions() const;
|
D | device.cpp | 335 device::supported_extensions() const { in supported_extensions() function in device
|
/external/mesa3d/src/gallium/frontends/clover/spirv/ |
D | invocation.hpp | 58 std::unordered_set<std::string> supported_extensions();
|
D | invocation.cpp | 548 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/ |
D | vulkano_gralloc.rs | 87 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/ |
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])
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | platform.cpp | 80 buf.as_string() = platform.supported_extensions(); in GetPlatformInfo()
|
D | device.cpp | 328 buf.as_string() = dev.supported_extensions(); in clGetDeviceInfo()
|
/external/libepoxy/src/ |
D | gen_dispatch.py | 170 self.supported_extensions = set() 389 self.supported_extensions.add(extname) 447 for name in sorted(self.supported_extensions):
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 112 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()
|
D | tu_formats.c | 404 if (physical_device->supported_extensions.EXT_filter_cubic) in tu_physical_device_get_format_properties()
|
D | tu_private.h | 213 struct tu_device_extension_table supported_extensions; member
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 56 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()
|
D | lvp_private.h | 215 struct lvp_device_extension_table supported_extensions; member
|
/external/mesa3d/src/gallium/frontends/clover/llvm/ |
D | invocation.cpp | 334 for (auto &ext : spirv::supported_extensions()) { in get_spirv_translator_options()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 1370 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/ |
D | anv_formats.c | 1158 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/ |
D | v3dv_device.c | 531 &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()
|
D | v3dv_private.h | 135 struct v3dv_device_extension_table supported_extensions; member
|