/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/ |
vert-sge.sh | 3 DCL IN[0] 4 DCL IN[1] 12 SGE TEMP[0], IN[0], IMM[0] 13 MOV OUT[0], IN[0] 14 MUL OUT[1], IN[1], TEMP[0]
|
vert-slt.sh | 3 DCL IN[0] 4 DCL IN[1] 12 SLT TEMP[0], IN[0], IMM[0] 13 MOV OUT[0], IN[0] 14 MUL OUT[1], IN[1], TEMP[0]
|
vert-srcmod-neg.sh | 3 DCL IN[0] 4 DCL IN[1] 8 MOV OUT[0].xy, -IN[0] 9 MOV OUT[0].zw, IN[0] 10 MOV OUT[1], IN[1]
|
vert-dp3.sh | 3 DCL IN[0] 4 DCL IN[1] 11 DP3 TEMP[0].xy, IN[0], IN[0] 13 MUL OUT[0], IN[0], TEMP[0] 14 MOV OUT[1], IN[1]
|
vert-dp4.sh | 3 DCL IN[0] 4 DCL IN[1] 11 DP4 TEMP[0].xy, IN[0], IN[0] 13 MUL OUT[0], IN[0], TEMP[0] 14 MOV OUT[1], IN[1]
|
vert-abs.sh | 3 DCL IN[0] 4 DCL IN[1] 11 ADD TEMP[0], IN[0], IMM[0] 13 MOV OUT[1], IN[1]
|
vert-add.sh | 3 DCL IN[0] 4 DCL IN[1] 10 ADD OUT[0], IN[0], IMM[0] 11 MOV OUT[1], IN[1]
|
vert-cb-2d.sh | 3 DCL IN[0] 4 DCL IN[1] 9 MOV OUT[0], IN[0] 10 MAD OUT[1], IN[1], CONST[1][2], CONST[1][1]
|
vert-mad.sh | 3 DCL IN[0] 4 DCL IN[1] 11 MAD OUT[0], IN[0], IMM[0], IMM[1] 12 MOV OUT[1], IN[1]
|
vert-max.sh | 3 DCL IN[0] 4 DCL IN[1] 10 MOV OUT[0], IN[0] 11 MAX OUT[1], IN[1], IMM[0]
|
vert-min.sh | 3 DCL IN[0] 4 DCL IN[1] 10 MOV OUT[0], IN[0] 11 MIN OUT[1], IN[1], IMM[0]
|
/external/mesa3d/src/gallium/tests/graw/vertex-shader/ |
vert-sge.sh | 3 DCL IN[0] 4 DCL IN[1] 12 SGE TEMP[0], IN[0], IMM[0] 13 MOV OUT[0], IN[0] 14 MUL OUT[1], IN[1], TEMP[0]
|
vert-slt.sh | 3 DCL IN[0] 4 DCL IN[1] 12 SLT TEMP[0], IN[0], IMM[0] 13 MOV OUT[0], IN[0] 14 MUL OUT[1], IN[1], TEMP[0]
|
vert-srcmod-neg.sh | 3 DCL IN[0] 4 DCL IN[1] 8 MOV OUT[0].xy, -IN[0] 9 MOV OUT[0].zw, IN[0] 10 MOV OUT[1], IN[1]
|
vert-dp3.sh | 3 DCL IN[0] 4 DCL IN[1] 11 DP3 TEMP[0].xy, IN[0], IN[0] 13 MUL OUT[0], IN[0], TEMP[0] 14 MOV OUT[1], IN[1]
|
vert-dp4.sh | 3 DCL IN[0] 4 DCL IN[1] 11 DP4 TEMP[0].xy, IN[0], IN[0] 13 MUL OUT[0], IN[0], TEMP[0] 14 MOV OUT[1], IN[1]
|
/hardware/ti/omap3/dspbridge/inc/ |
dbdcd.h | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 55 * This function automatically registers DCD objects specified in a 75 extern DSP_STATUS DCD_AutoRegister(IN struct DCD_MANAGER* hDcdMgr, 76 IN CHAR * pszCoffPath); 81 * This function automatically unregisters DCD objects specified in a 101 extern DSP_STATUS DCD_AutoUnregister(IN struct DCD_MANAGER* hDcdMgr, 102 IN CHAR * pszCoffPath); 122 extern DSP_STATUS DCD_CreateManager(IN CHAR * pszZlDllName, 138 extern DSP_STATUS DCD_DestroyManager(IN struct DCD_MANAGER* hDcdMgr) [all...] |
csl.h | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 82 * uSize is the number of CHARACTERS in wpstrDest, NOT the number of BYTES 83 * in wpstrDest. with a WCHAR, the number of characters is bytes/2. 86 IN PSTR pstrSource, ULONG uSize); 102 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc); 118 extern VOID CSL_ByteSwap(IN PSTR pstrSrc, 119 OUT PSTR pstrDest, IN ULONG ulBytes); 130 * Resources acquired in CSL_Init() are freed. 160 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum) [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcd.h | 55 * This function automatically registers DCD objects specified in a 75 extern DSP_STATUS DCD_AutoRegister(IN struct DCD_MANAGER* hDcdMgr, 76 IN CHAR * pszCoffPath); 81 * This function automatically unregisters DCD objects specified in a 101 extern DSP_STATUS DCD_AutoUnregister(IN struct DCD_MANAGER* hDcdMgr, 102 IN CHAR * pszCoffPath); 122 extern DSP_STATUS DCD_CreateManager(IN CHAR * pszZlDllName, 138 extern DSP_STATUS DCD_DestroyManager(IN struct DCD_MANAGER* hDcdMgr); 158 * This function can be used in conjunction with DCD_GetObjectDef to 161 extern DSP_STATUS DCD_EnumerateObject(IN INT cIndex [all...] |
csl.h | 83 * uSize is the number of CHARACTERS in wpstrDest, NOT the number of BYTES 84 * in wpstrDest. with a WCHAR, the number of characters is bytes/2. 87 IN PSTR pstrSource, ULONG uSize); 103 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc); 119 extern VOID CSL_ByteSwap(IN PSTR pstrSrc, 120 OUT PSTR pstrDest, IN ULONG ulBytes); 131 * Resources acquired in CSL_Init() are freed. 161 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum); 181 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/ |
frag-ex2.sh | 3 DCL IN[0], COLOR, LINEAR 8 EX2 TEMP[0], IN[0].xxxx 9 MUL OUT[0], TEMP[0], IN[0]
|
frag-srcmod-neg.sh | 3 DCL IN[0], COLOR, LINEAR 8 SUB TEMP[0], IN[0], IN[0].yzxw
|
frag-lrp.sh | 3 DCL IN[0], COLOR, LINEAR 8 ABS TEMP[0], IN[0] 9 LRP OUT[0], TEMP[0], IN[0].xxxx, IN[0].yyyy
|
/external/mesa3d/src/gallium/tests/graw/fragment-shader/ |
frag-ex2.sh | 3 DCL IN[0], COLOR, LINEAR 8 EX2 TEMP[0], IN[0].xxxx 9 MUL OUT[0], TEMP[0], IN[0]
|
frag-srcmod-neg.sh | 3 DCL IN[0], COLOR, LINEAR 8 SUB TEMP[0], IN[0], IN[0].yzxw
|