| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs_tmp.h | 28 #define TRIANGLE(flags,i0,i1,i2) gs_tri(gs,i0,i1,i2) 29 #define LINE_ADJ(flags,i0,i1,i2,i3) gs_line_adj(gs,i0,i1,i2,i3) 30 #define TRIANGLE_ADJ(flags,i0,i1,i2,i3,i4,i5) gs_tri_adj(gs,i0,i1,i2,i3,i4,i5) 31 #define QUAD(flags,i0,i1,i2,i3)
|
| H A D | draw_prim_assembler_tmp.h | 25 #define TRIANGLE(flags, i0, i1, i2) prim_tri(asmblr, i0, i1, i2) 26 #define QUAD(flags, i0, i1, i2, i3) prim_quad(asmblr, i0, i1, i2, i3)
|
| H A D | draw_so_emit_tmp.h | 29 #define TRIANGLE(flags,i0,i1,i2) so_tri(so,i0,i1,i2)
|
| H A D | draw_prim_assembler.c | 187 unsigned i0, unsigned i1, unsigned i2) 194 inject_primid(asmblr, i2, asmblr->primid++); 198 indices[2] = i2; 207 unsigned i2, unsigned i3) 214 inject_primid(asmblr, i2, asmblr->primid); 219 indices[2] = i2; 186 prim_tri(struct draw_assembler * asmblr,unsigned i0,unsigned i1,unsigned i2) argument 205 prim_quad(struct draw_assembler * asmblr,unsigned i0,unsigned i1,unsigned i2,unsigned i3) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs_tmp.h | 29 #define TRIANGLE(flags,i0,i1,i2) gs_tri(gs,i0,i1,i2) 30 #define LINE_ADJ(flags,i0,i1,i2,i3) gs_line_adj(gs,i0,i1,i2,i3) 31 #define TRIANGLE_ADJ(flags,i0,i1,i2,i3,i4,i5) gs_tri_adj(gs,i0,i1,i2,i3,i4,i5)
|
| H A D | draw_prim_assembler_tmp.h | 27 #define TRIANGLE(flags, i0, i1, i2) prim_tri(asmblr, i0, i1, i2)
|
| H A D | draw_so_emit_tmp.h | 29 #define TRIANGLE(flags,i0,i1,i2) so_tri(so,i0,i1,i2)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_util.h | 55 static inline float conv_i2_to_i(int i2) argument 58 val.x = i2; 96 static inline float conv_i2_to_norm_float(const struct gl_context *ctx, int i2) argument 99 val.x = i2;
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/ |
| H A D | 8bit_tab_to_h.c | 137 int i, i1, i2, i3; local in function:main 147 for (i2 = 0; i2 < 16; i2++) { 148 i = 16*i1+i2; 187 for (i2 = 0; i2 < 2; i2++) { 190 i = 16*i1+8*i2+i3; 208 for (i2 [all...] |
| H A D | cjk_tab_to_h.c | 71 int row, col, i, i1, i2, c, j; local in function:read_table 99 i2 = j & 0xff; 101 col = enc->byte_col(i2); 103 fprintf(stderr, "lost entry for %02x %02x\n", i1, i2); 112 for (i2 = 32; i2 < 132; i2++) { 121 if (enc->byte_row(i1) < 0 || enc->byte_col(i2) < 0) { 122 fprintf(stderr, "lost entry at %02x %02x\n", i1, i2); 125 enc->charset2uni[enc->byte_row(i1)][enc->byte_col(i2)] 765 int row, col, i, i1, i2, c, j; local in function:read_table_ksc5601 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_cse.c | 58 instrs_equal(const struct ir3_instruction *i1, const struct ir3_instruction *i2) argument 60 if (i1->opc != i2->opc) 63 if (i1->dsts_count != i2->dsts_count) 66 if (i1->srcs_count != i2->srcs_count) 69 if (i1->dsts[0]->flags != i2->dsts[0]->flags) 73 const struct ir3_register *i1_reg = i1->srcs[i], *i2_reg = i2->srcs[i];
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_opt_cse.c | 88 const bi_instr *i1 = _i1, *i2 = _i2; local in function:instrs_equal 90 if (i1->op != i2->op) 96 bi_index s1 = i1->src[s], s2 = i2->src[s]; 102 if (i1->dest_mod != i2->dest_mod) 105 if (i1->shift != i2->shift) 109 if (i1->flags[i] != i2->flags[i])
|
| /xsrc/external/mit/xorg-server/dist/miext/shadow/ |
| H A D | c2p_core.h | 35 static inline void _transp(CARD32 d[], unsigned int i1, unsigned int i2, argument 38 CARD32 t = (d[i1] ^ (d[i2] >> shift)) & mask; 41 d[i2] ^= t << shift;
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | getfctl.c | 154 xIntegerFeedbackState *i2; local in function:CopySwapIntegerFeedback 156 i2 = (xIntegerFeedbackState *) * buf; 157 i2->class = IntegerFeedbackClass; 158 i2->length = sizeof(xIntegerFeedbackState); 159 i2->id = i->ctrl.id; 160 i2->resolution = i->ctrl.resolution; 161 i2->min_value = i->ctrl.min_value; 162 i2->max_value = i->ctrl.max_value; 164 swaps(&i2->length, n); 165 swapl(&i2 [all...] |
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | getfctl.c | 149 xIntegerFeedbackState *i2; local in function:CopySwapIntegerFeedback 151 i2 = (xIntegerFeedbackState *) * buf; 152 i2->class = IntegerFeedbackClass; 153 i2->length = sizeof(xIntegerFeedbackState); 154 i2->id = i->ctrl.id; 155 i2->resolution = i->ctrl.resolution; 156 i2->min_value = i->ctrl.min_value; 157 i2->max_value = i->ctrl.max_value; 159 swaps(&i2->length); 160 swapl(&i2 [all...] |
| /xsrc/external/mit/xkbutils/dist/ |
| H A D | xkbbell.c | 165 int i1, i2, i3, i4, i5; local in function:main 197 i2 = XkbMinorVersion; 198 if (!XkbLibraryVersion(&i1, &i2)) { 200 i1, i2); 205 if (!XkbQueryExtension(dpy, &i1, &i2, &i3, &i4, &i5)) {
|
| /xsrc/external/mit/mesa-demos/dist/src/fp/ |
| H A D | fp-tri.c | 157 int i2 = i - height / 2; local in function:Init 161 if ( -h8 <= i2 && i2 <= h8 && -w8 <= j2 && j2 <= w8 ) { 163 } else if ( -2 * h8 <= i2 && i2 <= 2 * h8 && -2 * w8 <= j2 && j2 <= 2 * w8 ) { 165 } else if ( -3 * h8 <= i2 && i2 <= 3 * h8 && -3 * w8 <= j2 && j2 <= 3 * w8 ) {
|
| /xsrc/external/mit/mesa-demos/dist/src/fpglsl/ |
| H A D | fp-tri.c | 288 int i2 = i - height / 2; local in function:Init 292 if ( -h8 <= i2 && i2 <= h8 && -w8 <= j2 && j2 <= w8 ) { 294 } else if ( -2 * h8 <= i2 && i2 <= 2 * h8 && -2 * w8 <= j2 && j2 <= 2 * w8 ) { 296 } else if ( -3 * h8 <= i2 && i2 <= 3 * h8 && -3 * w8 <= j2 && j2 <= 3 * w8 ) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_noise.c | 353 unsigned int i2, j2, k2; /* Offsets for third corner of simplex in (i,j,k) coords */ local in function:_mesa_noise3 361 i2 = 1; 369 i2 = 1; 377 i2 = 1; 387 i2 = 0; 395 i2 = 0; 403 i2 = 1; 418 x2 = x0 - i2 + 2.0f * G3; /* Offsets for third corner in (x,y,z) coords */ 455 t2 * t2 * grad3(perm[ii + i2 + perm[jj + j2 + perm[kk + k2]]], x2, 526 unsigned int i2, j local in function:_mesa_noise4 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_noise.c | 353 unsigned int i2, j2, k2; /* Offsets for third corner of simplex in (i,j,k) coords */ local in function:_mesa_noise3 361 i2 = 1; 369 i2 = 1; 377 i2 = 1; 387 i2 = 0; 395 i2 = 0; 403 i2 = 1; 418 x2 = x0 - i2 + 2.0f * G3; /* Offsets for third corner in (x,y,z) coords */ 455 t2 * t2 * grad3(perm[ii + i2 + perm[jj + j2 + perm[kk + k2]]], x2, 526 unsigned int i2, j local in function:_mesa_noise4 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_pwr8.h | 52 vec_set_epi32 (int i3, int i2, int i1, int i0) argument 59 vdst.i[2] = i2; 64 vdst.i[1] = i2; 72 vec_setr_epi32 (int i0, int i1, int i2, int i3) argument 74 return vec_set_epi32 (i3, i2, i1, i0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_pwr8.h | 52 vec_set_epi32 (int i3, int i2, int i1, int i0) argument 59 vdst.i[2] = i2; 64 vdst.i[1] = i2; 72 vec_setr_epi32 (int i0, int i1, int i2, int i3) argument 74 return vec_set_epi32 (i3, i2, i1, i0);
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | gridWrap.cc | 232 Int gridBoundaryChain::lookfor(Real v, Int i1, Int i2) argument 235 while(i1 < i2-1) 237 mid = (i1+i2)/2; 240 i2 = mid;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | texgenmix.c | 218 int i2 = i - height / 2; local in function:loadTexture 222 if ( -h8 <= i2 && i2 <= h8 && -w8 <= j2 && j2 <= w8 ) { 224 } else if ( -2 * h8 <= i2 && i2 <= 2 * h8 && -2 * w8 <= j2 && j2 <= 2 * w8 ) { 226 } else if ( -3 * h8 <= i2 && i2 <= 3 * h8 && -3 * w8 <= j2 && j2 <= 3 * w8 ) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/sparc/ |
| H A D | sparc_clip.S | 102 * i2: clipMask 129 stb %g3, [%i2] ! LSU 152 add %i2, 1, %i2 ! IEU0 Group 191 * i2: clipMask 215 stb %g3, [%i2] ! LSU 222 add %i2, 1, %i2 ! IEU0 Group
|