Searched refs:common (Results 1 - 25 of 423) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dalgebraic_parser_test.py43 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((('iad
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dalgebraic_parser_test.py43 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((('iad
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/
H A DMakefile.sources2 common/gfx9d.h \
3 common/sid.h \
4 common/amd_family.h \
5 common/amd_kernel_code_t.h
37 common/ac_binary.c \
38 common/ac_binary.h \
39 common/ac_exp_param.h \
40 common/ac_llvm_build.c \
41 common/ac_llvm_build.h \
42 common/ac_llvm_helpe
[all...]
/xsrc/external/mit/MesaLib/dist/include/android_stub/nativebase/
H A Dnativebase.h70 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/
H A Dpixman-image.c45 switch (gradient->common.repeat)
104 gradient->common.property_changed = gradient_property_changed;
112 image_common_t *common = &image->common; local in function:_pixman_image_init
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
137 image_common_t *common = (image_common_t *)image; local in function:_pixman_image_fini
572 image_common_t *common = (image_common_t *)image; local in function:pixman_image_set_clip_region32
596 image_common_t *common = (image_common_t *)image; local in function:pixman_image_set_clip_region
620 image_common_t *common = (image_common_t *)image; local in function:pixman_image_set_clip_region64f
658 image_common_t *common = (image_common_t *)image; local in function:pixman_image_set_transform
752 image_common_t *common = (image_common_t *)image; local in function:pixman_image_set_filter
830 image_common_t *common = (image_common_t *)image; local in function:pixman_image_set_alpha_map
[all...]
H A Dpixman-linear-gradient.c47 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
[all...]
H A Dpixman-conical-gradient.c77 _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))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A DMakefile.sources56 rasterizer/common/formats.cpp \
57 rasterizer/common/formats.h \
58 rasterizer/common/intrin.h \
59 rasterizer/common/isa.hpp \
60 rasterizer/common/os.cpp \
61 rasterizer/common/os.h \
62 rasterizer/common/rdtsc_buckets.cpp \
63 rasterizer/common/rdtsc_buckets.h \
64 rasterizer/common/rdtsc_buckets_shared.h \
65 rasterizer/common/rdtsc_buckets_share
[all...]
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D45-latin.conf6 Mark common families with their generics so we'll get
H A D40-nonlatin.conf6 Mark common families with their generics so we'll get
/xsrc/external/mit/xcb-util/dist/
H A DMakefile.am6 EXTRA_DIST=xcb-util-common.h
/xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
H A Dhwvulkan.h33 struct hw_module_t common; member in struct:hwvulkan_module_t
61 struct hw_device_t common; member in struct:hwvulkan_device_t
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbparse.y176 { $$= (XkbFile *)AppendStmt(&$1->common,&$2->common); }
184 { $$= CreateXKBFile($2,$3,&$5->common,$1); }
193 { $$= (XkbFile *)AppendStmt(&$1->common,&$2->common); }
241 $2->merge= StmtSetMerge(&$2->common,$1);
242 $$= &$2->common;
246 $2->merge= StmtSetMerge(&$2->common,$1);
247 $$= &$2->common;
251 $2->merge= StmtSetMerge(&$2->common,
[all...]
H A Dparseutils.c64 .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
[all...]
H A Dxkbcomp.h120 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...]
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/
H A DMakefile.sources20 common/v3d_cpu_tiling.h \
21 common/v3d_debug.c \
22 common/v3d_debug.h \
23 common/v3d_device_info.h \
24 common/v3d_limits.h \
25 common/v3d_macros.h \
/xsrc/external/mit/mesa-demos/dist/src/perf/
H A DMakefile.am29 common.c \
30 common.h \
/xsrc/external/mit/libepoxy/dist/include/epoxy/
H A DMakefile.am25 common.h \
/xsrc/external/mit/MesaLib/dist/include/android_stub/system/
H A Dwindow.h105 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
424 struct android_native_base_t common; member in struct:ANativeWindow
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A DMakefile.sources14 src/mesa/drivers/dri/common \
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/
H A Dlava-submit.sh20 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/brotli/dist/c/enc/
H A Dhash.h15 #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:__anonadf62da50208
394 hasher->common
175 SearchInStaticDictionary(const BrotliEncoderDictionary * dictionary,HasherCommon * common,const uint8_t * data,size_t max_length,size_t max_backward,size_t max_distance,HasherSearchResult * out,BROTLI_BOOL shallow) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.h47 window->common.incRef(&window->common);
53 window->common.decRef(&window->common);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
H A DMakefile.am6 -I$(top_srcdir)/hw/xfree86/common \
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
H A DMakefile.am7 -I$(top_srcdir)/hw/xfree86/common \

Completed in 18 milliseconds

1234567891011>>