| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| 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, 277 const sensors_feature *feature; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| 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, 276 const sensors_feature *feature; local [all...] |
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| gxvfeat.c | 54 FT_UShort feature; member in struct:GXV_feat_DataRec_ 82 gxv_feat_registry_validate( FT_UShort feature, 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 number %d is in defined range but doesn't exist\n" 198 FT_UShort feature; local [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/ |
| bios_reader.c | 428 struct bdb_driver_feature *feature; local 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->int15h_hook)) [all...] |
| /xsrc/external/mit/freetype/dist/ |
| meson_options.txt | 22 type: 'feature', 27 type: 'feature', 33 type: 'feature', 40 type: 'feature', 45 type: 'feature',
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| 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.old/dist/src/gallium/drivers/etnaviv/ |
| 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/pixman/dist/pixman/ |
| pixman-x86.c | 84 pixman_cpuid (uint32_t feature, 89 __get_cpuid(feature, a, b, c, d); 93 __cpuid (info, feature); 110 /* Get feature bits */ 157 have_feature (cpu_features_t feature) 168 return (features & feature) == feature;
|
| pixman-arm.c | 245 have_feature (arm_cpu_features_t feature) 256 return (features & feature) == feature;
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| 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/MesaLib.old/dist/src/mapi/glapi/gen/ |
| 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/freetype/dist/src/autofit/ |
| 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 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| 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/freedreno/vulkan/ |
| 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/xf86-video-intel-old/dist/src/ |
| i830_bios.c | 228 struct bdb_driver_feature *feature; local 244 feature = find_section(bdb, BDB_DRIVER_FEATURES); 245 if (!feature) 248 if (feature->lvds_config != BDB_DRIVER_INT_LVDS)
|
| /xsrc/external/mit/brotli/dist/c/include/brotli/ |
| port.h | 222 #define BROTLI_HAS_FEATURE(feature) __has_feature(feature) 224 #define BROTLI_HAS_FEATURE(feature) (0)
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| 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'):
|
| vk_device.c | 333 #define CORE_FEATURE(feature) features->feature = core->feature
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| 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/libepoxy/dist/src/ |
| 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, condition, loader, human_name [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| read.c | 83 int discard; /* flag used when reading an unavailable feature */ 1956 LispObj *feature = LispDoRead(info); local 1960 return (feature); 1962 if (INVALIDP(feature)) 1969 status = LispEvalFeature(feature); 2000 LispEvalFeature(LispObj *feature) 2006 if (CONSP(feature)) { 2007 LispObj *function = CAR(feature), *arguments = CDR(feature); 2010 READ_ERROR1("bad feature test function %s", STROBJ(function)) [all...] |
| /xsrc/external/mit/libdrm/dist/amdgpu/ |
| amdgpu_gpu_info.c | 116 uint32_t *version, uint32_t *feature) 136 *feature = firmware.feature;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| vc4_screen.c | 122 vc4_has_feature(struct vc4_screen *screen, uint32_t feature) 125 .param = feature,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| vc4_screen.c | 121 vc4_has_feature(struct vc4_screen *screen, uint32_t feature) 124 .param = feature,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| v3d_screen.c | 93 v3d_has_feature(struct v3d_screen *screen, enum drm_v3d_param feature) 96 .param = feature,
|