Searched refs:COMP (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A 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, LR
[all...]
H A Dtgsi_info.c33 #define COMP TGSI_OUTPUT_COMPONENTWISE macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A 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, LR
[all...]
H A Dtgsi_info.c33 #define COMP TGSI_OUTPUT_COMPONENTWISE macro
/xsrc/external/mit/x11perf/dist/
H A Ddo_tests.c1292 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 Dx11perf.c851 if (test->testType == COMP)
1207 case COMP:
1427 case COMP:
H A Dx11perf.h119 COMP /* Graphics test, render op */ enumerator in enum:__anon7c34380c0103
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c686 #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 Dsp_quad_depth_test.c683 #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 Ds_triangle.c618 #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 Ds_triangle.c618 #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; \

Completed in 17 milliseconds