Searched refs:pos2 (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c63 float *pos2 = v2->data[pos]; local in function:wideline_line
66 const float dx = fabsf(pos0[0] - pos2[0]);
67 const float dy = fabsf(pos0[1] - pos2[1]);
85 pos2[1] = pos2[1] - half_width - bias;
88 if (pos0[0] < pos2[0]) {
92 pos2[0] -= 0.5f;
99 pos2[0] += 0.5f;
108 pos2[0] = pos2[
[all...]
H A Ddraw_pipe_wide_point.c143 float *pos2 = v2->data[pos]; local in function:widepoint_point
166 pos2[0] += right_adj;
167 pos2[1] += top_adj;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c63 float *pos2 = v2->data[pos]; local in function:wideline_line
66 const float dx = fabsf(pos0[0] - pos2[0]);
67 const float dy = fabsf(pos0[1] - pos2[1]);
85 pos2[1] = pos2[1] - half_width - bias;
88 if (pos0[0] < pos2[0]) {
92 pos2[0] -= 0.5f;
99 pos2[0] += 0.5f;
108 pos2[0] = pos2[
[all...]
H A Ddraw_pipe_wide_point.c143 float *pos2 = v2->data[pos]; local in function:widepoint_point
166 pos2[0] += right_adj;
167 pos2[1] += top_adj;
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttpload.c200 FT_ULong pos1, pos2; local in function:tt_face_get_location
205 pos1 = pos2 = 0;
215 pos2 = pos1;
218 pos2 = FT_NEXT_ULONG( p );
226 pos2 = pos1;
229 pos2 = FT_NEXT_USHORT( p );
232 pos2 <<= 1;
248 if ( pos2 > face->glyf_len )
257 pos2 - pos1, gindex, face->glyf_len - pos1 ));
258 pos2
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSink.h102 * pos2 - ""
123 XawTextPosition pos2,
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlist.h263 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \
265 *pos2 = LIST_ENTRY(type, (head2)->next, member); \
266 &pos1->member != (head1) && &pos2->member != (head2); \
268 pos2 = LIST_ENTRY(type, pos2->member.next, member))
/xsrc/external/mit/xmh/dist/
H A Dtoc.c696 XawTextPosition pos1, pos2; local in function:TocCurMsgList
700 XawTextGetSelectionPos( toc->scrn[0]->tocwidget, &pos1, &pos2); /* %%% */
701 if (pos1 < pos2) {
703 pos2 = SrcScan(toc->source, pos2, XawstPositions, XawsdLeft, 1, TRUE);
704 pos2 = SrcScan(toc->source, pos2, XawstEOL, XawsdRight, 1, FALSE);
705 while (pos1 < pos2) {
/xsrc/external/mit/libXaw/dist/src/
H A DMultiSink.c336 XawTextPosition pos1, XawTextPosition pos2, Bool highlight)
365 for (j = 0; pos1 < pos2;) {
366 pos1 = XawTextSourceRead(source, pos1, &blk, (int) (pos2 - pos1));
335 DisplayText(Widget w,int x,int y,XawTextPosition pos1,XawTextPosition pos2,Bool highlight) argument
H A DTextSink.c369 * pos2 - ""
378 XawTextPosition pos1 _X_UNUSED, XawTextPosition pos2 _X_UNUSED, Bool highlight _X_UNUSED)
615 * pos2 - ""
626 XawTextPosition pos1, XawTextPosition pos2,
634 _XawTextSinkDisplayText(w, x, y, pos1, pos2, highlight);
639 XawTextPosition pos1, XawTextPosition pos2,
644 (*cclass->text_sink_class.DisplayText)(w, x, y, pos1, pos2, highlight);
620 XawTextSinkDisplayText(Widget w,int x,int y,XawTextPosition pos1,XawTextPosition pos2,int highlight) argument
638 _XawTextSinkDisplayText(Widget w,int x,int y,XawTextPosition pos1,XawTextPosition pos2,Bool highlight) argument
H A DAsciiSink.c577 XawTextPosition pos2 = XawTextSourceRead(ctx->text.source, tmp, &block, (int)length); local in function:AsciiPreparePaint
578 length = pos - pos2;
579 tmp = pos2;
1038 XawTextPosition pos1, XawTextPosition pos2, Bool highlight)
1066 for (j = 0; pos1 < pos2;) {
1067 pos1 = XawTextSourceRead(source, pos1, &blk, (int)(pos2 - pos1));
1037 DisplayText(Widget w,int x,int y,XawTextPosition pos1,XawTextPosition pos2,Bool highlight) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c930 static const float pos2[2][2] = { local in function:svga_get_sample_position
972 positions = pos2;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c918 static const float pos2[2][2] = { local in function:svga_get_sample_position
960 positions = pos2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1224 static const uint8_t pos2[2][2] = { local in function:fd_get_sample_position
1243 ptr = pos2;
/xsrc/external/mit/freetype/dist/src/autofit/
H A Daflatin.c2006 FT_Pos pos2 = seg2->pos; local in function:af_latin_hints_link_segments
2009 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 )
2042 FT_Pos dist = pos2 - pos1;
H A Daflatin2.c1025 FT_Pos pos2 = seg2->pos; local in function:af_latin2_hints_link_segments
1026 FT_Pos dist = pos2 - pos1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1651 static const uint8_t pos2[2][2] = {{0xc, 0xc}, {0x4, 0x4}}; local in function:fd_get_sample_position
1668 ptr = pos2;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7848 emit_interp_center(isel_context* ctx, Temp dst, Temp bary, Temp pos1, Temp pos2) argument
7880 /* res_k = p_k + ddx_k * pos1 + ddy_k * pos2 */
7885 tmp1 = bld.vop3(mad, bld.def(v1), ddy_1, pos2, tmp1);
7886 tmp2 = bld.vop3(mad, bld.def(v1), ddy_2, pos2, tmp2);
8032 Temp pos2 = bld.tmp(RegClass(sample_pos.type(), 1)); local in function:aco::__anon562fcc110110::visit_intrinsic
8033 bld.pseudo(aco_opcode::p_split_vector, Definition(pos1), Definition(pos2), sample_pos);
8035 pos2 = bld.vop2_e64(aco_opcode::v_sub_f32, bld.def(v1), pos2, Operand::c32(0x3f000000u));
8038 emit_interp_center(ctx, get_ssa_temp(ctx, &instr->dest.ssa), bary, pos1, pos2);
8044 Temp pos1 = bld.tmp(rc), pos2 local in function:aco::__anon562fcc110110::visit_intrinsic
[all...]

Completed in 42 milliseconds