| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info_opcodes.h | 1 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, LR [all...] |
| H A D | tgsi_info.c | 33 #define COMP TGSI_OUTPUT_COMPONENTWISE macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info_opcodes.h | 1 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, LR [all...] |
| H A D | tgsi_info.c | 33 #define COMP TGSI_OUTPUT_COMPONENTWISE macro
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_tests.c | 1292 V1_6FEATURE, COMP, 0, 1296 V1_6FEATURE, COMP, 0, 1300 V1_6FEATURE, COMP, 0, 1304 V1_6FEATURE, COMP, 0, 1308 V1_6FEATURE, COMP, 0, 1312 V1_6FEATURE, COMP, 0, 1316 V1_6FEATURE, COMP, 0, 1320 V1_6FEATURE, COMP, 0, 1324 V1_6FEATURE, COMP, 0, 1328 V1_6FEATURE, COMP, [all...] |
| H A D | x11perf.c | 851 if (test->testType == COMP) 1207 case COMP: 1427 case COMP:
|
| H A D | x11perf.h | 119 COMP /* Graphics test, render op */ enumerator in enum:__anon7c34380c0103
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test.c | 686 #define ALPHATEST( FUNC, COMP ) \ 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); \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test.c | 683 #define ALPHATEST( FUNC, COMP ) \ 698 if (aaaa[0] COMP ref) passMask |= (1 << 0); \ 699 if (aaaa[1] COMP ref) passMask |= (1 << 1); \ 700 if (aaaa[2] COMP ref) passMask |= (1 << 2); \ 701 if (aaaa[3] COMP ref) passMask |= (1 << 3); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_triangle.c | 618 #define SPAN_NEAREST(DO_TEX,COMP) \ 627 const GLchan *tex00 = info->texture + COMP * pos; \ 639 #define SPAN_LINEAR(DO_TEX,COMP) \ 652 const GLchan *tex00 = info->texture + COMP * pos; \ 654 const GLchan *tex01 = tex00 + COMP; \ 655 const GLchan *tex11 = tex10 + COMP; \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_triangle.c | 618 #define SPAN_NEAREST(DO_TEX,COMP) \ 627 const GLchan *tex00 = info->texture + COMP * pos; \ 639 #define SPAN_LINEAR(DO_TEX,COMP) \ 652 const GLchan *tex00 = info->texture + COMP * pos; \ 654 const GLchan *tex01 = tex00 + COMP; \ 655 const GLchan *tex11 = tex10 + COMP; \
|