Searched refs:origin (Results 1 - 25 of 142) sorted by relevance

123456

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_samples.c35 * reading back the origin when indexed by 32.
48 struct mali_sample_position origin; member in struct:mali_sample_positions
53 * at the origin. SAMPLE4/8 swap the units for legibility. */
68 .origin = SAMPLE4(0, 0)
78 .origin = SAMPLE4(0, 0)
88 .origin = SAMPLE8(0, 0)
102 .origin = SAMPLE16(0, 0)
125 .origin = SAMPLE16(0, 0)
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dget-extra-pick-list.sh13 latest_branchpoint=`git merge-base origin/master HEAD`
25 git log -n1 --pretty=oneline --grep=$sha $latest_branchpoint..origin/master |\
H A Dget-pick-list.sh95 latest_branchpoint=`git merge-base origin/master HEAD`
106 git log --reverse --pretty=%H -i --grep='^CC:.*mesa-stable\|^CC:.*mesa-dev\|\<fixes\>\|\<broken by\>\|This reverts commit' $latest_branchpoint..origin/master |\
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprScreen.c158 (int)frame.origin.x, (int)frame.origin.y);
162 frame.origin.x == 0 && frame.origin.y == 0) {
163 frame.origin.y += aquaMenuBarHeight;
169 (int)frame.origin.x, (int)frame.origin.y);
221 *x = unionRect.origin.x;
222 *y = unionRect.origin.y;
226 DEBUG_LOG(" screen union origin
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DxprScreen.c166 (int)frame.origin.x, (int)frame.origin.y);
181 (spacePerDisplay || (frame.origin.x == 0 && frame.origin.y == 0))) {
182 frame.origin.y += aquaMenuBarHeight;
188 (int)frame.origin.x, (int)frame.origin.y);
242 *x = unionRect.origin.x;
243 *y = unionRect.origin.y;
247 DEBUG_LOG(" screen union origin
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
H A Dtext.c16 VGfloat origin[2]; member in struct:glyph
26 glyph_string_add_path(VGPath path, const VGfloat origin[2], VGfloat escapement[2]) argument
36 path, VG_TRUE, origin, escapement);
44 g->origin[0] = origin[0];
45 g->origin[1] = origin[1];
53 glyph_string_add_image(VGImage image, const VGfloat origin[2], VGfloat escapement[2]) argument
63 image, origin, escapement);
71 g->origin[
314 VGfloat origin[2], escapement[2]; local in function:glyph_string_init
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dresource.hpp50 void copy(command_queue &q, const vector &origin, const vector &region,
53 void clear(command_queue &q, const vector &origin, const vector &region,
57 const vector &origin, const vector &region);
115 bool blocking, const resource::vector &origin,
H A Dresource.cpp36 box(const resource::vector &origin, const resource::vector &size) : argument
37 pipe({ (int)origin[0], (int16_t)origin[1],
38 (int16_t)origin[2], (int)size[0],
59 resource::copy(command_queue &q, const vector &origin, const vector &region, argument
61 auto p = offset + origin;
69 resource::clear(command_queue &q, const vector &origin, const vector &region, argument
71 auto from = offset + origin;
85 const vector &origin, const vector &region) {
86 maps.emplace_back(q, *this, flags, blocking, origin, regio
84 add_map(command_queue & q,cl_map_flags flags,bool blocking,const vector & origin,const vector & region) argument
225 mapping(command_queue & q,resource & r,cl_map_flags flags,bool blocking,const resource::vector & origin,const resource::vector & region) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dresource.cpp35 box(const resource::vector &origin, const resource::vector &size) : argument
36 pipe({ (int)origin[0], (int16_t)origin[1],
37 (int16_t)origin[2], (int)size[0],
58 resource::copy(command_queue &q, const vector &origin, const vector &region, argument
60 auto p = offset + origin;
69 const vector &origin, const vector &region) {
70 maps.emplace_back(q, *this, flags, blocking, origin, region);
191 const resource::vector &origin,
201 box(origin
68 add_map(command_queue & q,cl_map_flags flags,bool blocking,const vector & origin,const vector & region) argument
189 mapping(command_queue & q,resource & r,cl_map_flags flags,bool blocking,const resource::vector & origin,const resource::vector & region) argument
[all...]
H A Dresource.hpp50 void copy(command_queue &q, const vector &origin, const vector &region,
54 const vector &origin, const vector &region);
110 bool blocking, const resource::vector &origin,
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftrend1.c96 const FT_Vector* origin )
129 if ( ft_glyphslot_preset_bitmap( slot, mode, origin ) )
144 if ( origin )
146 x_shift += origin->x;
147 y_shift += origin->y;
93 ft_raster1_render(FT_Renderer render,FT_GlyphSlot slot,FT_Render_Mode mode,const FT_Vector * origin) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaFillPoly.c81 x += origin; \
123 int origin,
133 origin -= (origin & 0x8000) << 1;
134 vertex1 = extents->x1 - origin;
135 vertex2 = extents->x2 - origin /* - 0x00010001 */;
207 int origin, vertex1, vertex2; local in function:XAAFillPolygonSolid
222 for (origin = 1; origin < count; origin
119 XAAIsEasyPolygon(DDXPointPtr ptsIn,int count,BoxPtr extents,int origin,DDXPointPtr * topPoint,int * topY,int * bottomY,int shape) argument
347 XAAFillPolygonHelper(ScrnInfoPtr pScrn,DDXPointPtr ptsIn,int count,DDXPointPtr topPoint,int y,int maxy,int origin,RectFuncPtr RectFunc,TrapFuncPtr TrapFunc,int xorg,int yorg,XAACacheInfoPtr pCache) argument
672 int origin, type, patx, paty, fg, bg; local in function:XAAFillPolygonStippled
832 int origin, type, patx, paty; local in function:XAAFillPolygonTiled
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.h56 inline Node *getOrigin() const { return origin; }
63 Node *origin; member in class:nv50_ir::Graph::Edge
67 Edge *next[2]; // next edge outgoing/incident from/to origin/target
94 e->origin : e->target; }
191 return in->origin;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.h55 inline Node *getOrigin() const { return origin; }
62 Node *origin; member in class:nv50_ir::Graph::Edge
66 Edge *next[2]; // next edge outgoing/incident from/to origin/target
93 e->origin : e->target; }
190 return in->origin;
/xsrc/external/mit/freetype/dist/src/smooth/
H A Dftsmooth.c81 unsigned char* origin; /* pixmap origin at the bottom-left */ member in struct:TOrigin_
116 unsigned char* dst_line = target->origin - y * target->pitch;
153 target.origin = bitmap->buffer;
155 target.origin = bitmap->buffer
169 target.origin++;
179 target.origin++;
345 unsigned char* dst = target->origin - ( y / SCALE ) * target->pitch;
398 target.origin = bitmap->buffer;
400 target.origin
428 ft_smooth_render(FT_Renderer render,FT_GlyphSlot slot,FT_Render_Mode mode,const FT_Vector * origin) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DWindow.c116 pWin->origin.x -
118 pWin->origin.y -
128 xnestWindowPriv(pWin)->x = pWin->origin.x - wBorderWidth(pWin);
129 xnestWindowPriv(pWin)->y = pWin->origin.y - wBorderWidth(pWin);
186 pWin->origin.x - wBorderWidth(pWin),
187 pWin->origin.y - wBorderWidth(pWin));
189 xnestWindowPriv(pWin)->x = pWin->origin.x - wBorderWidth(pWin);
190 xnestWindowPriv(pWin)->y = pWin->origin.y - wBorderWidth(pWin);
199 xnestWindowPriv(pWin)->x != pWin->origin.x - wBorderWidth(pWin)) {
203 pWin->origin
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c121 pWin->origin.x -
123 pWin->origin.y -
132 xnestWindowPriv(pWin)->x = pWin->origin.x - wBorderWidth(pWin);
133 xnestWindowPriv(pWin)->y = pWin->origin.y - wBorderWidth(pWin);
186 pWin->origin.x - wBorderWidth(pWin),
187 pWin->origin.y - wBorderWidth(pWin));
189 xnestWindowPriv(pWin)->x = pWin->origin.x - wBorderWidth(pWin);
190 xnestWindowPriv(pWin)->y = pWin->origin.y - wBorderWidth(pWin);
199 xnestWindowPriv(pWin)->x != pWin->origin.x - wBorderWidth(pWin)) {
202 xnestWindowPriv(pWin)->x = pWin->origin
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftlcdfil.c84 FT_Byte* origin = bitmap->buffer; local in function:ft_lcd_filter_fir
90 origin += pitch * (FT_Int)( height - 1 );
95 FT_Byte* line = origin;
138 FT_Byte* column = origin;
190 FT_Byte* origin = bitmap->buffer; local in function:_ft_lcd_filter_legacy
205 origin += pitch * (FT_Int)( height - 1 );
210 FT_Byte* line = origin;
247 FT_Byte* column = origin;
H A Dftglyph.c538 FT_Vector* origin,
586 /* if `origin' is set, translate the glyph image */
587 if ( origin )
588 FT_Glyph_Transform( glyph, 0, origin );
590 FT_UNUSED( origin );
599 if ( !destroy && origin )
604 v.x = -origin->x;
605 v.y = -origin->y;
536 FT_Glyph_To_Bitmap(FT_Glyph * the_glyph,FT_Render_Mode render_mode,FT_Vector * origin,FT_Bool destroy) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dviewport.h98 _mesa_ClipControl_no_error(GLenum origin, GLenum depth);
101 _mesa_ClipControl(GLenum origin, GLenum depth);
H A Dviewport.c499 clip_control(struct gl_context *ctx, GLenum origin, GLenum depth, bool no_error) argument
501 if (ctx->Transform.ClipOrigin == origin &&
506 origin != GL_LOWER_LEFT && origin != GL_UPPER_LEFT) {
522 if (ctx->Transform.ClipOrigin != origin) {
523 ctx->Transform.ClipOrigin = origin;
545 _mesa_ClipControl_no_error(GLenum origin, GLenum depth) argument
548 clip_control(ctx, origin, depth, true);
553 _mesa_ClipControl(GLenum origin, GLenum depth) argument
559 _mesa_enum_to_string(origin),
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dviewport.h98 _mesa_ClipControl_no_error(GLenum origin, GLenum depth);
101 _mesa_ClipControl(GLenum origin, GLenum depth);
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftglyph.h420 * Coordinates are relative to the glyph origin, using the y~upwards
483 * origin ::
485 * rendering. Can be~0 (if no translation). The origin is expressed
498 * The glyph image is translated with the `origin` vector before
574 FT_Vector* origin,
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Ddmxprint.c295 if (p->origin) {
296 p->origin->x = p->rootXOrigin, p->origin->y = p->rootYOrigin;
297 p->origin->xsign = p->rootXSign, p->origin->ysign = p->rootYSign;
330 dmxConfigPrintPair(p->origin ? p->origin : &dummyOrigin, 1);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxwindow.c105 pWindow->origin.x - wBorderWidth(pWindow),
106 pWindow->origin.y - wBorderWidth(pWindow),
258 pWindow->origin.x - wBorderWidth(pWindow),
259 pWindow->origin.y - wBorderWidth(pWindow),
346 pWindow->origin.x = dmxScreen->rootX;
347 pWindow->origin.y = dmxScreen->rootY;
450 c.x = pWindow->origin.x - wBorderWidth(pWindow);
451 c.y = pWindow->origin.y - wBorderWidth(pWindow);
813 c.x = pWindow->origin.x - wBorderWidth(pWindow);
814 c.y = pWindow->origin
[all...]

Completed in 72 milliseconds

123456