HomeSort by: relevance | last modified time | path
    Searched refs:common (Results 1 - 25 of 121) sorted by relevancy

1 2 3 4 5

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
algebraic_parser_test.py 43 def common(self, pattern, message): member in class:ValidatorTests
50 self.common((('iadd', a), ('fadd', a, a)),
54 self.common((('iadd', 'a@32', 'a@64'), ('fadd', a, a)),
59 self.common((('iadd', a, 'a@32'), ('fadd', 'a@64', a)),
64 self.common((('iadd', 'a@32', 'b@64'), ('fadd', a, b)),
69 self.common((('iadd', a, ('b2i', b)), ('iadd', a, b)),
75 self.common((('ishl', a, 'b@64'), ('ishl', a, b)),
80 self.common((('iadd', a, b), ('ishl', a, b)),
85 self.common((('iadd@32', 'a@64', b), ('iadd', a, b)),
90 self.common((('iadd', a, b), ('iadd@32', a, b))
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
algebraic_parser_test.py 43 def common(self, pattern, message): member in class:ValidatorTests
50 self.common((('iadd', a), ('fadd', a, a)),
54 self.common((('iadd', 'a@32', 'a@64'), ('fadd', a, a)),
59 self.common((('iadd', a, 'a@32'), ('fadd', 'a@64', a)),
64 self.common((('iadd', 'a@32', 'b@64'), ('fadd', a, b)),
69 self.common((('iadd', a, ('b2i', b)), ('iadd', a, b)),
75 self.common((('ishl', a, 'b@64'), ('ishl', a, b)),
80 self.common((('iadd', a, b), ('ishl', a, b)),
85 self.common((('iadd@32', 'a@64', b), ('iadd', a, b)),
90 self.common((('iadd', a, b), ('iadd@32', a, b))
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/android_stub/nativebase/
nativebase.h 70 common.magic = ANDROID_NATIVE_BUFFER_MAGIC;
71 common.version = sizeof(ANativeWindowBuffer);
72 memset(common.reserved, 0, sizeof(common.reserved));
78 common.incRef(const_cast<android_native_base_t*>(&common));
81 common.decRef(const_cast<android_native_base_t*>(&common));
85 struct android_native_base_t common; member in struct:ANativeWindowBuffer
  /xsrc/external/mit/pixman/dist/pixman/
pixman-image.c 45 switch (gradient->common.repeat)
104 gradient->common.property_changed = gradient_property_changed;
112 image_common_t *common = &image->common; local
114 pixman_region32_init (&common->clip_region);
116 common->alpha_count = 0;
117 common->have_clip_region = FALSE;
118 common->clip_sources = FALSE;
119 common->transform = NULL;
120 common->repeat = PIXMAN_REPEAT_NONE
137 image_common_t *common = (image_common_t *)image; local
572 image_common_t *common = (image_common_t *)image; local
596 image_common_t *common = (image_common_t *)image; local
620 image_common_t *common = (image_common_t *)image; local
658 image_common_t *common = (image_common_t *)image; local
752 image_common_t *common = (image_common_t *)image; local
830 image_common_t *common = (image_common_t *)image; local
    [all...]
pixman-linear-gradient.c 47 if (image->common.transform)
50 if (image->common.transform->matrix[2][0] != 0 ||
51 image->common.transform->matrix[2][1] != 0 ||
52 image->common.transform->matrix[2][2] == 0)
57 v.vector[0] = image->common.transform->matrix[0][1];
58 v.vector[1] = image->common.transform->matrix[1][1];
59 v.vector[2] = image->common.transform->matrix[2][2];
112 _pixman_gradient_walker_init (&walker, gradient, image->common.repeat);
119 if (image->common.transform)
121 if (!pixman_transform_point_3d (image->common.transform, &v)
    [all...]
pixman-conical-gradient.c 77 _pixman_gradient_walker_init (&walker, gradient, image->common.repeat);
79 if (image->common.transform)
88 if (!pixman_transform_point_3d (image->common.transform, &v))
91 cx = image->common.transform->matrix[0][0] / 65536.;
92 cy = image->common.transform->matrix[1][0] / 65536.;
93 cz = image->common.transform->matrix[2][0] / 65536.;
100 image->common.transform->matrix[2][0] == 0 &&
205 if (!_pixman_init_gradient (&conical->common, stops, n_stops))
pixman.c 230 if (!image->common.clip_sources || !image->common.client_clip)
234 &image->common.clip_region,
279 if (dest_image->common.have_clip_region)
281 if (!clip_general_image (region, &dest_image->common.clip_region, 0, 0))
285 if (dest_image->common.alpha_map)
288 dest_image->common.alpha_origin_x,
289 dest_image->common.alpha_origin_y,
290 dest_image->common.alpha_map->width,
291 dest_image->common.alpha_map->height)
    [all...]
pixman-bits-image.c 83 if (image->common.repeat != PIXMAN_REPEAT_NONE)
85 repeat (image->common.repeat, &x0, image->width);
86 repeat (image->common.repeat, &y0, image->height);
103 pixman_repeat_t repeat_mode = image->common.repeat;
152 pixman_repeat_t repeat_mode = image->common.repeat;
266 pixman_fixed_t *params = image->common.filter_params;
272 pixman_repeat_t repeat_mode = image->common.repeat;
331 pixman_fixed_t *params = image->common.filter_params;
332 pixman_repeat_t repeat_mode = image->common.repeat;
420 switch (image->common.filter
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
hwvulkan.h 33 struct hw_module_t common; member in struct:hwvulkan_module_t
61 struct hw_device_t common; member in struct:hwvulkan_device_t
fb.h 40 * Common methods of the framebuffer device. This *must* be the first member of
45 struct hw_device_t common; member in struct:framebuffer_device_t
167 return device->common.close(&device->common);
  /xsrc/external/mit/fontconfig/dist/conf.d/
45-latin.conf 6 Mark common families with their generics so we'll get
40-nonlatin.conf 6 Mark common families with their generics so we'll get
  /xsrc/external/mit/xkbcomp/dist/
xkbparse.y 177 { $$= (XkbFile *)AppendStmt(&$1->common,&$2->common); }
185 { $$= CreateXKBFile($2,$3,&$5->common,$1); }
194 { $$= (XkbFile *)AppendStmt(&$1->common,&$2->common); }
242 $2->merge= StmtSetMerge(&$2->common,$1);
243 $$= &$2->common;
247 $2->merge= StmtSetMerge(&$2->common,$1);
248 $$= &$2->common;
252 $2->merge= StmtSetMerge(&$2->common,$1)
    [all...]
parseutils.c 64 .common.stmtType = StmtExpr,
65 .common.next = NULL,
86 .common.stmtType = StmtExpr,
87 .common.next = NULL,
109 .common.stmtType = StmtExpr,
110 .common.next = NULL,
139 .common.stmtType = StmtKeycodeDef,
140 .common.next = NULL,
163 .common.stmtType = StmtKeyAliasDef,
164 .common.next = NULL
    [all...]
xkbcomp.h 120 ParseCommon common; member in struct:_IncludeStmt
132 ParseCommon common; member in struct:_Expr
180 ParseCommon common; member in struct:_VarDef
188 ParseCommon common; member in struct:_VModDef
196 ParseCommon common; member in struct:_KeycodeDef
204 ParseCommon common; member in struct:_KeyAliasDef
212 ParseCommon common; member in struct:_KeyTypeDef
220 ParseCommon common; member in struct:_SymbolsDef
228 ParseCommon common; member in struct:_ModMapDef
236 ParseCommon common; member in struct:_GroupCompatDef
244 ParseCommon common; member in struct:_InterpDef
254 ParseCommon common; member in struct:_IndicatorNameDef
263 ParseCommon common; member in struct:_OutlineDef
271 ParseCommon common; member in struct:_ShapeDef
280 ParseCommon common; member in struct:_KeyDef
288 ParseCommon common; member in struct:_RowDef
295 ParseCommon common; member in struct:_SectionDef
304 ParseCommon common; member in struct:_OverlayKeyDef
311 ParseCommon common; member in struct:_OverlayDef
320 ParseCommon common; member in struct:_DoodadDef
334 ParseCommon common; member in struct:_XkbFile
    [all...]
xkbparse.c 1786 { (yyval.file)= (XkbFile *)AppendStmt(&(yyvsp[-1].file)->common,&(yyvsp[0].file)->common); }
1798 { (yyval.file)= CreateXKBFile((yyvsp[-5].uval),(yyvsp[-4].str),&(yyvsp[-2].file)->common,(yyvsp[-6].uval)); }
1822 { (yyval.file)= (XkbFile *)AppendStmt(&(yyvsp[-1].file)->common,&(yyvsp[0].file)->common); }
1961 (yyvsp[0].var)->merge= StmtSetMerge(&(yyvsp[0].var)->common,(yyvsp[-1].uval));
1962 (yyval.any)= &(yyvsp[0].var)->common;
1970 (yyvsp[0].vmod)->merge= StmtSetMerge(&(yyvsp[0].vmod)->common,(yyvsp[-1].uval));
1971 (yyval.any)= &(yyvsp[0].vmod)->common;
1979 (yyvsp[0].interp)->merge= StmtSetMerge(&(yyvsp[0].interp)->common,(yyvsp[-1].uval))
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/android_stub/system/
window.h 105 common.magic = ANDROID_NATIVE_BUFFER_MAGIC;
106 common.version = sizeof(ANativeWindowBuffer);
107 memset(common.reserved, 0, sizeof(common.reserved));
113 common.incRef(const_cast<android_native_base_t*>(&common));
116 common.decRef(const_cast<android_native_base_t*>(&common));
120 struct android_native_base_t common; member in struct:ANativeWindowBuffer
409 common.magic = ANDROID_NATIVE_WINDOW_MAGIC
424 struct android_native_base_t common; member in struct:ANativeWindow
    [all...]
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/
lava-submit.sh 20 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/
21 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/
22 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh
38 --first-stage-init artifacts/ci-common/init-stage1.sh \
  /xsrc/external/mit/MesaLib.old/dist/
SConstruct 28 import common
41 common.AddOptions(opts)
117 host_env['platform'] = common.host_platform
118 host_env['machine'] = common.host_machine
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/
Android.mk 26 include $(LOCAL_PATH)/common/Makefile.sources
29 # Variables common to all DRI drivers
68 SUBDIRS := common i915 i965
  /xsrc/external/mit/brotli/dist/c/enc/
hash.h 15 #include "../common/constants.h"
16 #include "../common/dictionary.h"
17 #include "../common/platform.h"
177 HasherCommon* common, const uint8_t* data, size_t max_length,
182 if (common->dict_num_matches < (common->dict_num_lookups >> 7)) {
187 common->dict_num_lookups++;
194 common->dict_num_matches++;
382 HasherCommon common; member in struct:__anon5335
394 hasher->common.extra = NULL
    [all...]
hash_composite_inc.h 37 HasherCommon* common; member in struct:HashComposite
43 static void FN(Initialize)(HasherCommon* common,
45 self->common = common;
46 self->extra = common->extra;
48 self->hb_common = *self->common;
65 FN_A(Initialize)(self->common, &self->ha, self->params);
  /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
platform_android.h 47 window->common.incRef(&window->common);
53 window->common.decRef(&window->common);
platform_android_mapper.cpp 29 #include <aidl/android/hardware/graphics/common/ChromaSiting.h>
30 #include <aidl/android/hardware/graphics/common/Dataspace.h>
31 #include <aidl/android/hardware/graphics/common/ExtendableType.h>
32 #include <aidl/android/hardware/graphics/common/PlaneLayoutComponent.h>
33 #include <aidl/android/hardware/graphics/common/PlaneLayoutComponentType.h>
36 using aidl::android::hardware::graphics::common::ChromaSiting;
37 using aidl::android::hardware::graphics::common::Dataspace;
38 using aidl::android::hardware::graphics::common::ExtendableType;
39 using aidl::android::hardware::graphics::common::PlaneLayout;
40 using aidl::android::hardware::graphics::common::PlaneLayoutComponent
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/
Android.common.mk 47 $(intermediates)/common/sid_tables.h: $(LOCAL_PATH)/common/sid_tables.py $(LOCAL_PATH)/common/sid.h $(LOCAL_PATH)/common/gfx9d.h
53 $(MESA_TOP)/src/amd/common \
59 $(intermediates)/common
62 $(LOCAL_PATH)/common

Completed in 55 milliseconds

1 2 3 4 5