/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 33 #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/ |
D | s_triangle.c | 617 #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/ |
D | sp_quad_depth_test.c | 686 #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/ |
D | evdev | 76 <COMP> = 135; 77 alias <MENU> = <COMP>;
|
D | xfree86 | 334 alias <COMP> = <MENU>;
|
D | evdev-xkbcommon | 330 alias <COMP> = <COMPOSE>;
|
/external/python/cpython2/Lib/plat-irix6/ |
D | SV.py | 65 COMP = 0 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | SV.py | 65 COMP = 0 variable
|
/external/libxkbcommon/xkbcommon/test/data/keymaps/ |
D | no-types.xkb | 130 <COMP> = 135; 264 alias <MENU> = <COMP>; 912 key <COMP> { [ Menu ] };
|
D | unbound-vmod.xkb | 130 <COMP> = 135; 264 alias <MENU> = <COMP>; 1420 key <COMP> { [ ISO_Next_Group, Menu ] };
|
D | comprehensive-plus-geom.xkb | 130 <COMP> = 135; 264 alias <MENU> = <COMP>; 1354 key <COMP> { [ Menu ] };
|
D | host.xkb | 130 <COMP> = 135; 264 alias <MENU> = <COMP>; 1568 key <COMP> { [ Menu ] };
|
D | syntax-error.xkb | 130 <COMP> = 135; 264 alias <MENU> = <COMP>; 1355 key <COMP> { [ Menu ] };
|
D | no-aliases.xkb | 130 <COMP> = 135; 1222 key <COMP> { [ Menu ] };
|
D | stringcomp.data | 130 <COMP> = 135; 264 alias <MENU> = <COMP>; 1806 key <COMP> { [ Menu ] };
|
/external/libxkbcommon/xkbcommon/doc/ |
D | keymap-format-text-v1.txt | 43 alias <MENU> = <COMP>; 45 Allows to refer to a previously defined key (here <COMP>) by another
|
/external/python/cpython3/Python/ |
D | ast.c | 254 #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()
|