Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c33 #define COMP TGSI_OUTPUT_COMPONENTWISE macro
40 { 1, 1, 0, 0, 0, 0, 0, COMP, "ARL", TGSI_OPCODE_ARL },
41 { 1, 1, 0, 0, 0, 0, 0, COMP, "MOV", TGSI_OPCODE_MOV },
47 { 1, 2, 0, 0, 0, 0, 0, COMP, "MUL", TGSI_OPCODE_MUL },
48 { 1, 2, 0, 0, 0, 0, 0, COMP, "ADD", TGSI_OPCODE_ADD },
52 { 1, 2, 0, 0, 0, 0, 0, COMP, "MIN", TGSI_OPCODE_MIN },
53 { 1, 2, 0, 0, 0, 0, 0, COMP, "MAX", TGSI_OPCODE_MAX },
54 { 1, 2, 0, 0, 0, 0, 0, COMP, "SLT", TGSI_OPCODE_SLT },
55 { 1, 2, 0, 0, 0, 0, 0, COMP, "SGE", TGSI_OPCODE_SGE },
56 { 1, 3, 0, 0, 0, 0, 0, COMP, "MAD", TGSI_OPCODE_MAD },
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_triangle.c617 #define SPAN_NEAREST(DO_TEX,COMP) \ in fast_persp_span() argument
626 const GLchan *tex00 = info->texture + COMP * pos; \ in fast_persp_span()
638 #define SPAN_LINEAR(DO_TEX,COMP) \ in fast_persp_span() argument
651 const GLchan *tex00 = info->texture + COMP * pos; \ in fast_persp_span()
653 const GLchan *tex01 = tex00 + COMP; \ in fast_persp_span()
654 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-irix6/
DSV.py65 COMP = 0 variable
/external/python/cpython2/Lib/plat-irix5/
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 ] };
Dcomprehensive-plus-geom.xkb130 <COMP> = 135;
264 alias <MENU> = <COMP>;
1354 key <COMP> { [ 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 ] };
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/python/cpython3/Python/
Dast.c254 #define COMP(NAME) \ in validate_expr() macro
258 COMP(ListComp) in validate_expr()
259 COMP(SetComp) in validate_expr()
260 COMP(GeneratorExp) in validate_expr()
261 #undef COMP in validate_expr()