HomeSort by relevance Sort by last modified time
    Searched refs:OUT (Results 101 - 125 of 2415) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/
frag-srcmod-neg.sh 4 DCL OUT[0], COLOR
9 MOV OUT[0], -TEMP[0]
frag-kil.sh 4 DCL OUT[0], COLOR
13 MUL OUT[0], IN[0], TEMP[0]
14 MOV OUT[0].w, IMM[2].xxxx
frag-cb-1d.sh 4 DCL OUT[0], COLOR
11 MUL OUT[0], TEMP[0], TEMP[1]
frag-flr.sh 4 DCL OUT[0], COLOR
13 MUL OUT[0], TEMP[0], IMM[1]
frag-lg2.sh 4 DCL OUT[0], COLOR
13 ADD OUT[0], TEMP[0], IMM[1]
frag-lrp.sh 4 DCL OUT[0], COLOR
9 LRP OUT[0], TEMP[0], IN[0].xxxx, IN[0].yyyy
frag-rcp.sh 4 DCL OUT[0], COLOR
13 SUB OUT[0], TEMP[0], IMM[1]
frag-rsq.sh 4 DCL OUT[0], COLOR
13 SUB OUT[0], TEMP[0], IMM[1]
frag-sge.sh 4 DCL OUT[0], COLOR
11 MUL OUT[0], IN[0], TEMP[0]
frag-slt.sh 4 DCL OUT[0], COLOR
11 MUL OUT[0], IN[0], TEMP[0]
frag-srcmod-absneg.sh 4 DCL OUT[0], COLOR
13 MUL OUT[0], TEMP[0], IMM[1]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/python/tests/regress/fragment-shader/
frag-cmp.sh 4 DCL OUT[0], COLOR
10 CMP OUT[0], IMM[2], IMM[0], IMM[1]
  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-abs.sh 4 DCL OUT[0], COLOR
11 ABS OUT[0], TEMP[0]
frag-ex2.sh 4 DCL OUT[0], COLOR
9 MUL OUT[0], TEMP[0], IN[0]
frag-frc.sh 4 DCL OUT[0], COLOR
11 FRC OUT[0], TEMP[0]
frag-mad.sh 4 DCL OUT[0], COLOR
9 MAD OUT[0], IN[0], IMM[0], IMM[1]
frag-srcmod-abs.sh 4 DCL OUT[0], COLOR
11 MOV OUT[0], |TEMP[0]|
frag-srcmod-neg.sh 4 DCL OUT[0], COLOR
9 MOV OUT[0], -TEMP[0]
frag-kil.sh 4 DCL OUT[0], COLOR
13 MUL OUT[0], IN[0], TEMP[0]
14 MOV OUT[0].w, IMM[2].xxxx
  /external/mesa3d/src/gallium/tests/python/tests/regress/fragment-shader/
frag-cmp.sh 4 DCL OUT[0], COLOR
10 CMP OUT[0], IMM[2], IMM[0], IMM[1]
  /external/chromium_org/chrome/tools/test/
generate_mime_tests.pl 34 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
216 open OUT, "> $infile" or die "Failed to open file $infile";
217 print OUT "This HTML is used to test HTTP content-type \"$content_type\"".
220 print OUT "<script>\n if(window.testRunner)\n " .
222 print OUT "<html>\n<body>\n<br>Well here are the frames !<br>\n";
235 print OUT "<br><br>This frame tests loading of a $query_description when the ".
241 print OUT "</body>\n</html>\n";
242 print OUT "<script>\n if(window.testRunner)\n ".
244 close OUT;
269 open OUT, "> $infile" or die "Failed to open file $infile"
    [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_uuid.h 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
80 OUT S_UUID* pIdentifier);
95 OUT uint8_t* pIdentifierString);
111 OUT S_UUID* pIdentifier);
127 OUT S_UUID* pIdentifier);
145 OUT S_UUID* pIdentifier);
  /hardware/ti/omap3/dspbridge/inc/
cfg.h 58 *! OUT parameters in accessor function param. lists at end.
105 OUT DWORD * pdwAutoStart);
124 extern DSP_STATUS CFG_GetCDVersion(OUT DWORD * pdwVersion);
145 OUT DWORD * pdwValue);
166 OUT struct CFG_DSPRES * pDSPResTable);
191 OUT PSTR pstrExecFile);
213 OUT struct CFG_HOSTRES * pHostResTable);
230 extern DSP_STATUS CFG_GetObject(OUT DWORD * pdwValue, DWORD dwType);
246 extern VOID CFG_GetPerfValue(OUT bool * pfEnablePerf);
269 OUT PSTR pWMDFileName)
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusImageCodec.h 24 OUT UINT *numDecoders,
25 OUT UINT *size)
35 OUT ImageCodecInfo *decoders)
43 OUT UINT *numEncoders,
44 OUT UINT *size)
54 OUT ImageCodecInfo *encoders)
  /external/bzip2/
xmlproc.sh 43 OUT=output
76 xmllint $flags $dtd $xmlfmtfile 2> $OUT
77 egrep 'error' $OUT
78 rm $OUT
90 pdfxmltex $fofile >$OUT </dev/null
91 pdfxmltex $fofile >$OUT </dev/null
92 pdfxmltex $fofile >$OUT </dev/null
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
99 pdfxmltex $fofile >$OUT </dev/nul
    [all...]

Completed in 146 milliseconds

1 2 3 45 6 7 8 91011>>