Searched refs:pr (Results 1 - 25 of 253) sorted by relevance

1234567891011

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/
H A Du_indices_gen.py184 def name(intype, outtype, inpv, outpv, pr, prim):
188 return 'translate_' + prim + '_' + intype + '2' + outtype + '_' + inpv + '2' + outpv + '_' + pr
190 def preamble(intype, outtype, inpv, outpv, pr, prim):
191 print('static void ' + name( intype, outtype, inpv, outpv, pr, prim ) + '(')
212 def points(intype, outtype, inpv, outpv, pr):
213 preamble(intype, outtype, inpv, outpv, pr, prim='points')
219 def lines(intype, outtype, inpv, outpv, pr):
220 preamble(intype, outtype, inpv, outpv, pr, prim='lines')
226 def linestrip(intype, outtype, inpv, outpv, pr):
227 preamble(intype, outtype, inpv, outpv, pr, pri
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/
H A Du_indices_gen.py182 def name(intype, outtype, inpv, outpv, pr, prim):
186 return 'translate_' + prim + '_' + intype + '2' + outtype + '_' + inpv + '2' + outpv + '_' + pr
188 def preamble(intype, outtype, inpv, outpv, pr, prim):
189 print('static void ' + name( intype, outtype, inpv, outpv, pr, prim ) + '(')
227 def points(intype, outtype, inpv, outpv, pr):
228 preamble(intype, outtype, inpv, outpv, pr, prim='points')
234 def lines(intype, outtype, inpv, outpv, pr):
235 preamble(intype, outtype, inpv, outpv, pr, prim='lines')
241 def linestrip(intype, outtype, inpv, outpv, pr):
242 preamble(intype, outtype, inpv, outpv, pr, pri
[all...]
/xsrc/external/mit/makedepend/dist/
H A DMakefile.am7 pr.c \
H A Dpr.c106 pr(struct inclist *ip, const char *file, const char *base) function in typeref:typename:void
146 pr(head, file, base);
H A DMakefile.in109 parse.$(OBJEXT) pr.$(OBJEXT) cppsetup.$(OBJEXT) \
130 ./$(DEPDIR)/parse.Po ./$(DEPDIR)/pr.Po
524 pr.c \
678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pr.Po@am__quote@ # am--include-marker
1177 -rm -f ./$(DEPDIR)/pr.Po
1230 -rm -f ./$(DEPDIR)/pr.Po
/xsrc/external/mit/libXrender/dist/src/
H A DPicture.c183 XRectangle *pr; local in function:XRenderSetPictureClipRegion
186 for (pr = xr, pb = r->rects, i = (int) r->numRects; --i >= 0; pr++, pb++) {
187 pr->x = pb->x1;
188 pr->y = pb->y1;
189 pr->width = (unsigned short) (pb->x2 - pb->x1);
190 pr->height = (unsigned short) (pb->y2 - pb->y1);
/xsrc/external/mit/freetype/dist/builds/atari/
H A Dgen-purec-patch.sh26 cp -pr orig purec
/xsrc/external/mit/libXmu/dist/src/
H A DClip.c1568 XmuScanline *pr, *at; local in function:XmuOptimizeArea
1580 pr = area->scanline;
1587 XmuDestroyScanline(pr);
1588 pr = area->scanline;
1589 if (pr)
1590 at = pr->next;
1593 for (; at; pr = at, at = at->next)
1595 if (XmuScanlineEqu(at, pr)
1596 || (!XmuValidScanline(at) && !XmuValidScanline(pr))
1599 pr
[all...]
/xsrc/external/mit/libXext/dist/src/
H A DXShape.c200 register XRectangle *xr, *pr; local in function:XShapeCombineRegion
209 for (pr = xr, pb = r->rects, i = r->numRects; --i >= 0; pr++, pb++) {
210 pr->x = pb->x1;
211 pr->y = pb->y1;
212 pr->width = pb->x2 - pb->x1;
213 pr->height = pb->y2 - pb->y1;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswaprep.c62 static void SwapFontInfo(xQueryFontReply *pr);
66 static void SwapFont(xQueryFontReply *pr, Bool hasGlyphs);
402 SwapFontInfo(xQueryFontReply *pr) argument
406 swaps(&pr->minCharOrByte2, n);
407 swaps(&pr->maxCharOrByte2, n);
408 swaps(&pr->defaultChar, n);
409 swaps(&pr->nFontProps, n);
410 swaps(&pr->fontAscent, n);
411 swaps(&pr->fontDescent, n);
412 SwapCharInfo( &pr
418 SwapFont(xQueryFontReply * pr,Bool hasGlyphs) argument
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswaprep.c60 static void SwapFontInfo(xQueryFontReply * pr);
64 static void SwapFont(xQueryFontReply * pr, Bool hasGlyphs);
362 SwapFontInfo(xQueryFontReply * pr) argument
364 swaps(&pr->minCharOrByte2);
365 swaps(&pr->maxCharOrByte2);
366 swaps(&pr->defaultChar);
367 swaps(&pr->nFontProps);
368 swaps(&pr->fontAscent);
369 swaps(&pr->fontDescent);
370 SwapCharInfo(&pr
376 SwapFont(xQueryFontReply * pr,Bool hasGlyphs) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_aux_info.c83 #define AUX(wb, c, fc, pr, fra, type) \
84 [ISL_AUX_USAGE_ ## type] = { WRITES_ ## wb, c, fc, pr, fra},
88 /* write_behavior c fc pr fra */
/xsrc/external/mit/libX11/dist/src/
H A DRegion.c261 register XRectangle *xr, *pr; local in function:XSetRegion
268 for (pr = xr, pb = r->rects, i = r->numRects; --i >= 0; pr++, pb++) {
269 pr->x = pb->x1;
270 pr->y = pb->y1;
271 pr->width = pb->x2 - pb->x1;
272 pr->height = pb->y2 - pb->y1;
/xsrc/external/mit/xterm/dist/
H A DTekproc.c1403 int pr; local in function:TekInitialize
1491 pr = XParseGeometry(xw->misc.T_geometry,
1497 pr = 0;
1511 if ((pr & XValue) && (pr & XNegative)) {
1515 if ((pr & YValue) && (pr & YNegative)) {
1531 if ((XValue & pr) || (YValue & pr)) {
1534 switch (pr
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_gpu_memcpy.c235 anv_batch_emit(&cmd_buffer->batch, GENX(3DSTATE_PRIMITIVE_REPLICATION), pr);
H A DgenX_pipeline.c2447 anv_batch_emit(&pipeline->base.batch, GENX(3DSTATE_PRIMITIVE_REPLICATION), pr);
2455 anv_batch_emit(&pipeline->base.batch, GENX(3DSTATE_PRIMITIVE_REPLICATION), pr) {
2456 pr.ReplicaMask = (1 << view_count) - 1;
2457 pr.ReplicationCount = view_count - 1;
2461 pr.RTAIOffset[i] = view_index;
/xsrc/external/mit/util-macros/dist/
H A Dconfigure844 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
848 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
936 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
938 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
942 | --program-pre | --program-pr | --program-p)
945 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/xsrc/external/mit/font-adobe-75dpi/dist/
H A Dconfigure923 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
927 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1015 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1017 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1021 | --program-pre | --program-pr | --program-p)
1024 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/xsrc/external/mit/font-adobe-utopia-100dpi/dist/
H A Dconfigure923 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
927 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1015 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1017 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1021 | --program-pre | --program-pr | --program-p)
1024 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/xsrc/external/mit/font-adobe-utopia-type1/dist/
H A Dconfigure885 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
889 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
977 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
979 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
983 | --program-pre | --program-pr | --program-p)
986 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/xsrc/external/mit/font-alias/dist/
H A Dconfigure880 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
884 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
972 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
974 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
978 | --program-pre | --program-pr | --program-p)
981 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/xsrc/external/mit/font-arabic-misc/dist/
H A Dconfigure889 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
893 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
981 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
983 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
987 | --program-pre | --program-pr | --program-p)
990 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/xsrc/external/mit/font-bh-100dpi/dist/
H A Dconfigure923 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
927 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1015 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1017 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1021 | --program-pre | --program-pr | --program-p)
1024 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/xsrc/external/mit/font-bh-75dpi/dist/
H A Dconfigure923 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
927 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1015 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1017 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1021 | --program-pre | --program-pr | --program-p)
1024 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/xsrc/external/mit/font-bh-lucidatypewriter-100dpi/dist/
H A Dconfigure923 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
927 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1015 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1017 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1021 | --program-pre | --program-pr | --program-p)
1024 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)

Completed in 61 milliseconds

1234567891011