Searched refs:IN (Results 101 - 125 of 388) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/tests/graw/fragment-shader/
H A Dfrag-abs.sh3 DCL IN[0], COLOR, LINEAR
10 ADD TEMP[0], IN[0], IMM[0]
H A Dfrag-frc.sh3 DCL IN[0], COLOR, LINEAR
10 MUL TEMP[0], IN[0], IMM[0]
H A Dfrag-mad.sh3 DCL IN[0], COLOR, LINEAR
9 MAD OUT[0], IN[0], IMM[0], IMM[1]
H A Dfrag-srcmod-abs.sh3 DCL IN[0], COLOR, LINEAR
10 ADD TEMP[0], IN[0], IMM[0]
H A Dfrag-face.sh3 DCL IN[0], COLOR, LINEAR
4 DCL IN[1], FACE, CONSTANT
9 MUL TEMP[0], IN[1].xxxx, IMM[0].xxxx
H A Dfrag-kil.sh3 DCL IN[0], COLOR, LINEAR
12 SLT TEMP[0], IN[0], IMM[0]
13 MUL OUT[0], IN[0], TEMP[0]
H A Dfrag-cb-1d.sh3 DCL IN[0], COLOR, LINEAR
9 ADD TEMP[0], IN[0], CONST[1]
H A Dfrag-flr.sh3 DCL IN[0], COLOR, LINEAR
11 MUL TEMP[0], IN[0], IMM[0]
H A Dfrag-lg2.sh3 DCL IN[0], COLOR, LINEAR
11 ADD TEMP[0], IN[0], IMM[0]
/external/clang/utils/analyzer/
H A Dupdate_plist_test.pl18 open (IN, $testFile) or die "cannot open $testFile\n";
19 while (<IN>) {
23 close(IN);
26 open (IN, $plistFile) or die "cannot open $plistFile\n";
29 while (<IN>) {
47 close (IN);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusBitmap.h30 IN const WCHAR* filename
39 IN IStream* stream
48 IN const WCHAR* filename
56 IN IStream* stream
66 IN const WCHAR* filename,
67 IN BOOL useEmbeddedColorManagement
89 IN IStream* stream,
90 IN BOOL useEmbeddedColorManagement
112 IN const WCHAR* filename,
113 IN BOO
[all...]
H A DGdiPlusMatrix.h37 Matrix(IN REAL m11,
38 IN REAL m12,
39 IN REAL m21,
40 IN REAL m22,
41 IN REAL dx,
42 IN REAL dy)
52 Matrix(IN const RectF& rect,
53 IN const PointF* dstplg)
64 Matrix(IN const Rect& rect,
65 IN cons
[all...]
H A DGdiPlusimageAttributes.h70 IN ColorAdjustType type = ColorAdjustTypeDefault
81 IN ColorAdjustType type = ColorAdjustTypeDefault
91 IN const ColorMatrix *colorMatrix,
92 IN ColorMatrixFlags mode = ColorMatrixFlagsDefault,
93 IN ColorAdjustType type = ColorAdjustTypeDefault
106 IN ColorAdjustType type = ColorAdjustTypeDefault
120 IN const ColorMatrix *colorMatrix,
121 IN const ColorMatrix *grayMatrix,
122 IN ColorMatrixFlags mode = ColorMatrixFlagsDefault,
123 IN ColorAdjustTyp
[all...]
H A DGdiPlusPath.h29 GraphicsPath(IN FillMode fillMode = FillModeAlternate)
35 GraphicsPath(IN const PointF* points,
36 IN const BYTE* types,
37 IN INT count,
38 IN FillMode fillMode = FillModeAlternate)
48 GraphicsPath(IN const Point* points,
49 IN const BYTE* types,
50 IN INT count,
51 IN FillMode fillMode = FillModeAlternate)
101 Status SetFillMode(IN FillMod
[all...]
H A DGdiPlusImageCodec.h33 IN UINT numDecoders,
34 IN UINT size,
52 IN UINT numEncoders,
53 IN UINT size,
61 IN const ImageCodecInfo* codec)
68 IN const ImageCodecInfo* codec)
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/
H A Dfrag-face.sh3 DCL IN[0], COLOR, LINEAR
4 DCL IN[1], FACE, CONSTANT
9 MUL TEMP[0], IN[1].xxxx, IMM[0].xxxx
H A Dfrag-kil.sh3 DCL IN[0], COLOR, LINEAR
12 SLT TEMP[0], IN[0], IMM[0]
13 MUL OUT[0], IN[0], TEMP[0]
H A Dfrag-cb-1d.sh3 DCL IN[0], COLOR, LINEAR
9 ADD TEMP[0], IN[0], CONST[1]
H A Dfrag-flr.sh3 DCL IN[0], COLOR, LINEAR
11 MUL TEMP[0], IN[0], IMM[0]
H A Dfrag-lg2.sh3 DCL IN[0], COLOR, LINEAR
11 ADD TEMP[0], IN[0], IMM[0]
H A Dfrag-rcp.sh3 DCL IN[0], COLOR, LINEAR
11 ADD TEMP[0], IN[0], IMM[0]
H A Dfrag-rsq.sh3 DCL IN[0], COLOR, LINEAR
11 ADD TEMP[0], IN[0], IMM[0]
H A Dfrag-srcmod-absneg.sh3 DCL IN[0], COLOR, LINEAR
11 ADD TEMP[0], IN[0], IMM[0]
/external/pcre/dist/
H A DDetrail11 open(IN, "$file") || die "Can't open $file for input";
12 @lines = <IN>;
13 close(IN);
/external/chromium_org/third_party/lcov/bin/
H A Dupdateversion.pl66 local *IN;
70 open(IN, "<$filename") || die ("Error: cannot open $filename\n");
73 while (<IN>) {
79 close(IN);
89 local *IN;
92 open(IN, "<$filename") || die ("Error: cannot open $filename\n");
95 while (<IN>) {
100 close(IN);
110 local *IN;
113 open(IN, "<
[all...]

Completed in 433 milliseconds

1234567891011>>