Home
last modified time | relevance | path

Searched refs:COMP (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info_opcodes.h1 OPCODE(1, 1, COMP, ARL)
2 OPCODE(1, 1, COMP, MOV)
8 OPCODE(1, 2, COMP, MUL)
9 OPCODE(1, 2, COMP, ADD)
13 OPCODE(1, 2, COMP, MIN)
14 OPCODE(1, 2, COMP, MAX)
15 OPCODE(1, 2, COMP, SLT)
16 OPCODE(1, 2, COMP, SGE)
17 OPCODE(1, 3, COMP, MAD)
19 OPCODE(1, 3, COMP, LRP)
[all …]
Dtgsi_info.c33 #define COMP TGSI_OUTPUT_COMPONENTWISE macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c33 #define COMP TGSI_OUTPUT_COMPONENTWISE macro
40 { 1, 1, 0, 0, 0, 0, COMP, "ARL", TGSI_OPCODE_ARL },
41 { 1, 1, 0, 0, 0, 0, COMP, "MOV", TGSI_OPCODE_MOV },
47 { 1, 2, 0, 0, 0, 0, COMP, "MUL", TGSI_OPCODE_MUL },
48 { 1, 2, 0, 0, 0, 0, COMP, "ADD", TGSI_OPCODE_ADD },
52 { 1, 2, 0, 0, 0, 0, COMP, "MIN", TGSI_OPCODE_MIN },
53 { 1, 2, 0, 0, 0, 0, COMP, "MAX", TGSI_OPCODE_MAX },
54 { 1, 2, 0, 0, 0, 0, COMP, "SLT", TGSI_OPCODE_SLT },
55 { 1, 2, 0, 0, 0, 0, COMP, "SGE", TGSI_OPCODE_SGE },
56 { 1, 3, 0, 0, 0, 0, COMP, "MAD", TGSI_OPCODE_MAD },
[all …]
/external/igt-gpu-tools/tests/
Dkms_setmode.c97 #define COMP(x) do { if (m1->x != m2->x) return false; } while (0) in drm_mode_equal() macro
98 COMP(vrefresh); in drm_mode_equal()
99 COMP(clock); in drm_mode_equal()
100 COMP(hdisplay); in drm_mode_equal()
101 COMP(hsync_start); in drm_mode_equal()
102 COMP(hsync_end); in drm_mode_equal()
103 COMP(htotal); in drm_mode_equal()
104 COMP(vdisplay); in drm_mode_equal()
105 COMP(vsync_start); in drm_mode_equal()
106 COMP(vsync_end); in drm_mode_equal()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_triangle.c618 #define SPAN_NEAREST(DO_TEX,COMP) \ in fast_persp_span() argument
627 const GLchan *tex00 = info->texture + COMP * pos; \ in fast_persp_span()
639 #define SPAN_LINEAR(DO_TEX,COMP) \ in fast_persp_span() argument
652 const GLchan *tex00 = info->texture + COMP * pos; \ in fast_persp_span()
654 const GLchan *tex01 = tex00 + COMP; \ in fast_persp_span()
655 const GLchan *tex11 = tex10 + COMP; \ in fast_persp_span()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c686 #define ALPHATEST( FUNC, COMP ) \ argument
701 if (aaaa[0] COMP ref) passMask |= (1 << 0); \
702 if (aaaa[1] COMP ref) passMask |= (1 << 1); \
703 if (aaaa[2] COMP ref) passMask |= (1 << 2); \
704 if (aaaa[3] COMP ref) passMask |= (1 << 3); \
/external/libxkbcommon/xkbcommon/test/data/keycodes/
Devdev76 <COMP> = 135;
77 alias <MENU> = <COMP>;
Dxfree86334 alias <COMP> = <MENU>;
Devdev-xkbcommon330 alias <COMP> = <COMPOSE>;
/external/python/cpython2/Lib/plat-irix5/
DSV.py65 COMP = 0 variable
/external/python/cpython2/Lib/plat-irix6/
DSV.py65 COMP = 0 variable
/external/libxkbcommon/xkbcommon/test/data/keymaps/
Dno-types.xkb130 <COMP> = 135;
264 alias <MENU> = <COMP>;
912 key <COMP> { [ Menu ] };
Dunbound-vmod.xkb130 <COMP> = 135;
264 alias <MENU> = <COMP>;
1420 key <COMP> { [ ISO_Next_Group, Menu ] };
Dhost.xkb130 <COMP> = 135;
264 alias <MENU> = <COMP>;
1568 key <COMP> { [ Menu ] };
Dsyntax-error.xkb130 <COMP> = 135;
264 alias <MENU> = <COMP>;
1355 key <COMP> { [ Menu ] };
Dcomprehensive-plus-geom.xkb130 <COMP> = 135;
264 alias <MENU> = <COMP>;
1354 key <COMP> { [ Menu ] };
Dno-aliases.xkb130 <COMP> = 135;
1222 key <COMP> { [ Menu ] };
Dstringcomp.data130 <COMP> = 135;
264 alias <MENU> = <COMP>;
1806 key <COMP> { [ Menu ] };
/external/libxkbcommon/xkbcommon/doc/
Dkeymap-format-text-v1.txt43 alias <MENU> = <COMP>;
45 Allows to refer to a previously defined key (here <COMP>) by another
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java1325 static final Comparator<String> COMP = (Comparator) CLDRConfig.getInstance().getCollator(); field in DtdData
1337 return COMP.compare(o1, o2);
/external/python/cpython3/Python/
Dast.c258 #define COMP(NAME) \ in validate_expr() macro
262 COMP(ListComp) in validate_expr()
263 COMP(SetComp) in validate_expr()
264 COMP(GeneratorExp) in validate_expr()
265 #undef COMP in validate_expr()
/external/cpuinfo/test/dmesg/
Dgalaxy-s5-global.log1646 <6>[ 3.305242] [c6] [@][COMP:D] fimc_is_companion_probe(0)
/external/one-true-awk/testdir/
Dfunstack.in158 @String{j-COMP-SURV = "Computing Surveys"}
26518 journal = j-COMP-SURV,