HomeSort by relevance Sort by last modified time
    Searched refs:IN (Results 1 - 25 of 2448) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-dst.sh 3 DCL IN[0]
4 DCL IN[1]
8 MOV OUT[0], IN[0]
9 DST OUT[1], IN[1], IN[0]
vert-xpd.sh 3 DCL IN[0]
4 DCL IN[1]
8 MOV OUT[0], IN[0]
9 XPD OUT[1], IN[0], IN[1]
vert-lrp.sh 3 DCL IN[0]
4 DCL IN[1]
10 ABS TEMP[0], IN[0]
11 MOV OUT[0], IN[0]
12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
vert-lit.sh 3 DCL IN[0]
4 DCL IN[1]
8 MOV OUT[0], IN[0]
9 LIT OUT[1], IN[1]
vert-mov.sh 3 DCL IN[0]
4 DCL IN[1]
8 MOV OUT[0], IN[0]
9 MOV OUT[1], IN[1]
vert-srcmod-swz.sh 3 DCL IN[0]
4 DCL IN[1]
8 MOV OUT[0], IN[0].yxzw
9 MOV OUT[1], IN[1]
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]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dxapi.h 6 IN ULONG dwFunctionNum,
7 IN PVOID lpvInBuffer,
8 IN ULONG cbInBuffer,
9 IN PVOID lpvOutBuffer,
10 IN ULONG cbOutBuffer);
storport.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
81 IN PVOID Argument1,
82 IN PVOID Argument2,
83 IN PHW_INITIALIZATION_DATA HwInitializationData,
84 IN PVOID Unused);
90 IN PVOID HwDeviceExtension,
91 IN PVOID MappedAddress);
97 IN PVOID DeviceExtension,
98 IN ULONG BusDataType
    [all...]
videoagp.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
44 IN PVOID HwDeviceExtension,
45 IN PVOID PhysicalReserveContext,
46 IN ULONG Pages,
47 IN ULONG Offset);
51 IN PVOID HwDeviceExtension,
52 IN PVOID VirtualReserveContext,
53 IN ULONG Pages,
54 IN ULONG Offset)
    [all...]
scsiwmi.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
65 IN PVOID DeviceContext,
66 IN PSCSIWMI_REQUEST_CONTEXT RequestContext,
71 IN PVOID Context,
72 IN PSCSIWMI_REQUEST_CONTEXT DispatchContext,
73 IN ULONG GuidIndex,
74 IN ULONG InstanceIndex,
75 IN ULONG InstanceCount,
76 IN OUT PULONG InstanceLengthArray
    [all...]
ws2san.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
88 IN WORD wVersionRequested,
90 IN LPWSAPROTOCOL_INFOW lpProtocolInfo,
91 IN LPWSPUPCALLTABLEEX lpUpcallTable,
96 IN SOCKET s,
97 IN PVOID lpBuffer,
98 IN DWORD dwBufferLength,
99 IN DWORD dwFlags,
104 IN SOCKET s
    [all...]
wmilib.h 27 IN OUT PDEVICE_OBJECT DeviceObject,
28 IN OUT PULONG RegFlags,
29 IN OUT PUNICODE_STRING InstanceName,
31 IN OUT PUNICODE_STRING MofResourceName,
36 IN OUT PDEVICE_OBJECT DeviceObject,
37 IN OUT PIRP Irp,
38 IN ULONG GuidIndex,
39 IN WMIENABLEDISABLECONTROL Function,
40 IN BOOLEAN Enable);
44 IN OUT PDEVICE_OBJECT DeviceObject
    [all...]
  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-add.sh 3 DCL IN[0], COLOR, LINEAR
6 ADD OUT[0], IN[0], IN[0]
frag-dp3.sh 3 DCL IN[0], COLOR, LINEAR
6 DP3 OUT[0], IN[0], IN[0]
frag-dp4.sh 3 DCL IN[0], COLOR, LINEAR
6 DP4 OUT[0], IN[0].xyzx, IN[0].xyzx
frag-dst.sh 3 DCL IN[0], COLOR, LINEAR
6 DST OUT[0], IN[0], IN[0]
frag-sub.sh 3 DCL IN[0], COLOR, LINEAR
6 SUB OUT[0], IN[0], IN[0].yzxw
frag-xpd.sh 3 DCL IN[0], COLOR, LINEAR
6 XPD OUT[0], IN[0], IN[0].yzxw
  /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...]

Completed in 394 milliseconds

1 2 3 4 5 6 7 8 91011>>