| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_sensors_temp.c | 59 /* Combined chip and feature name, human readable. */ 71 const sensors_feature *feature; member in struct:sensors_temp_info 96 sf = sensors_get_subfeature(sti->chip, sti->feature, 102 sf = sensors_get_subfeature(sti->chip, sti->feature, 111 sf = sensors_get_subfeature(sti->chip, sti->feature, 117 sf = sensors_get_subfeature(sti->chip, sti->feature, 123 sf = sensors_get_subfeature(sti->chip, sti->feature, 126 sf = sensors_get_subfeature(sti->chip, sti->feature, 136 sf = sensors_get_subfeature(sti->chip, sti->feature, 141 sf = sensors_get_subfeature(sti->chip, sti->feature, 253 create_object(const char * chipname,const char * featurename,const sensors_chip_name * chip,const sensors_feature * feature,int mode) argument 276 const sensors_feature *feature; local in function:build_sensor_list [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_sensors_temp.c | 60 /* Combined chip and feature name, human readable. */ 72 const sensors_feature *feature; member in struct:sensors_temp_info 97 sf = sensors_get_subfeature(sti->chip, sti->feature, 103 sf = sensors_get_subfeature(sti->chip, sti->feature, 112 sf = sensors_get_subfeature(sti->chip, sti->feature, 118 sf = sensors_get_subfeature(sti->chip, sti->feature, 124 sf = sensors_get_subfeature(sti->chip, sti->feature, 127 sf = sensors_get_subfeature(sti->chip, sti->feature, 137 sf = sensors_get_subfeature(sti->chip, sti->feature, 142 sf = sensors_get_subfeature(sti->chip, sti->feature, 254 create_object(const char * chipname,const char * featurename,const sensors_chip_name * chip,const sensors_feature * feature,int mode) argument 277 const sensors_feature *feature; local in function:build_sensor_list [all...] |
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| H A D | gxvfeat.c | 54 FT_UShort feature; member in struct:GXV_feat_DataRec_ 82 gxv_feat_registry_validate( FT_UShort feature, argument 87 GXV_NAME_ENTER( "feature in registry" ); 89 GXV_TRACE(( " (feature = %u)\n", feature )); 91 if ( feature >= gxv_feat_registry_length ) 93 GXV_TRACE(( "feature number %d is out of range %d\n", 94 feature, gxv_feat_registry_length )); 99 if ( gxv_feat_registry[feature].existence == 0 ) 101 GXV_TRACE(( "feature numbe 198 FT_UShort feature; local in function:gxv_feat_name_validate [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/ |
| H A D | bios_reader.c | 428 struct bdb_driver_feature *feature; local in function:dump_driver_feature 432 printf("No Driver feature data block\n"); 435 feature = block->data; 437 printf("Driver feature Data Block:\n"); 438 printf("\tBoot Device Algorithm: %s\n", feature->boot_dev_algorithm ? 441 YESNO(feature->block_display_switch)); 443 YESNO(feature->allow_display_switch)); 444 printf("\tHot Plug DVO: %s\n", YESNO(feature->hotplug_dvo)); 445 printf("\tDual View Zoom: %s\n", YESNO(feature->dual_view_zoom)); 446 printf("\tDriver INT 15h hook: %s\n", YESNO(feature [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_screen.h | 44 /* Enum with indices for each of the feature words */ 60 #define VIV_FEATURE(screen, word, feature) \ 61 ((screen->features[viv_ ## word] & (word ## _ ## feature)) != 0)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_screen.h | 45 /* Enum with indices for each of the feature words */ 63 #define VIV_FEATURE(screen, word, feature) \ 64 ((screen->features[viv_ ## word] & (word ## _ ## feature)) != 0)
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | release-calendar.rst | 7 Mesa provides feature/development and stable releases. 13 next two feature releases are shown in the table. 17 feature release will be in constant rotation.
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-x86.c | 84 pixman_cpuid (uint32_t feature, argument 89 __get_cpuid(feature, a, b, c, d); 93 __cpuid (info, feature); 110 /* Get feature bits */ 157 have_feature (cpu_features_t feature) argument 168 return (features & feature) == feature;
|
| H A D | pixman-arm.c | 245 have_feature (arm_cpu_features_t feature) argument 256 return (features & feature) == feature;
|
| /xsrc/external/mit/libxcb/dist/m4/ |
| H A D | xcb.m4 | 1 dnl Detection and configuration of the visibility feature of gcc 5 dnl Check the visibility feature of gcc 25 [Defined if GCC supports the visibility feature]) 34 dnl Detection and configuration of the visibility feature of gcc
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | gl_enums.py | 252 for feature in xml.findall('feature'): 253 feature_name = feature.get('name') 269 for enum in feature.findall('require/enum'):
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | gl_enums.py | 250 for feature in xml.findall('feature'): 251 feature_name = feature.get('name') 267 for enum in feature.findall('require/enum'):
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| H A D | afshaper.c | 43 * auto-hinter `coverage' is represented by one `feature', and a 44 * feature consists of an arbitrary number of (font specific) `lookup's 192 /* get output coverage of GSUB feature */ 232 /* get input coverage of GPOS feature */ 250 * covered by the feature only. In case there is not a single zone 301 * agnostic of OpenType features after the feature analysis has been 305 * Consider the superscript feature of font `pala.ttf': Some of the 308 * position (this is, the `sups' feature is present in both the GSUB and 310 * feature's y offset so that the `real' glyphs get correct hints. But 312 * say, the small caps or superscript feature 451 const hb_feature_t* feature; local in function:af_shaper_get_cluster [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.1.rst | 36 - radv secure compile feature breaks compilation of RADV on armhf EABI 72 - radv: fix radv secure compile feature breaks compilation on armhf
|
| H A D | 6.4.2.rst | 24 - added OSMesaColorClamp() function/feature
|
| H A D | 7.5.1.rst | 7 The main new feature of Mesa 7.5.x is the
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_bios.c | 228 struct bdb_driver_feature *feature; local in function:parse_driver_feature 244 feature = find_section(bdb, BDB_DRIVER_FEATURES); 245 if (!feature) 248 if (feature->lvds_config != BDB_DRIVER_INT_LVDS)
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_entrypoints_gen.py | 398 for feature in doc.findall('./feature'): 399 assert feature.attrib['api'] == 'vulkan' 400 version = VkVersion(feature.attrib['number']) 404 for command in feature.findall('./require/command'):
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_entrypoints_gen.py | 398 for feature in doc.findall('./feature'): 399 assert feature.attrib['api'] == 'vulkan' 400 version = VkVersion(feature.attrib['number']) 404 for command in feature.findall('./require/command'):
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_entrypoints_gen.py | 551 for feature in doc.findall('./feature'): 552 assert feature.attrib['api'] == 'vulkan' 553 version = VkVersion(feature.attrib['number']) 557 for command in feature.findall('./require/command'):
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_dispatch_table_gen.py | 838 for feature in doc.findall('./feature'): 839 assert feature.attrib['api'] == 'vulkan' 840 version = VkVersion(feature.attrib['number']) 841 for command in feature.findall('./require/command'):
|
| /xsrc/external/mit/brotli/dist/c/include/brotli/ |
| H A D | port.h | 222 #define BROTLI_HAS_FEATURE(feature) __has_feature(feature) 224 #define BROTLI_HAS_FEATURE(feature) (0)
|
| /xsrc/external/mit/libXpm/dist/ |
| H A D | configure.ac | 59 # Optional feature: When a filename ending in .Z or .gz is requested, 90 # Optional feature: When ___.xpm is requested, also look for ___.xpm.Z & .gz
|
| /xsrc/external/mit/libepoxy/dist/src/ |
| H A D | gen_dispatch.py | 312 def process_require_statements(self, feature, condition, loader, human_name): 313 for command in feature.findall('require/command'): 328 for feature in reg.findall('feature'): 329 api = feature.get('api') # string gl, gles1, gles2, glx 330 m = re.match(r'([0-9])\.([0-9])', feature.get('number')) 333 self.supported_versions.add(feature.get('name')) 336 human_name = 'Desktop OpenGL {0}'.format(feature.get('number')) 343 human_name = 'OpenGL ES {0}'.format(feature.get('number')) 383 self.process_require_statements(feature, conditio [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | d3d12.rst | 25 Enable experimental shader models feature
|