HomeSort by relevance Sort by last modified time
    Searched refs:IN (Results 76 - 100 of 2453) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/
frag-mul.sh 3 DCL IN[0], COLOR, LINEAR
8 MUL OUT[0], IN[0], IMM[0]
frag-srcmod-swz.sh 3 DCL IN[0], COLOR, LINEAR
6 MOV OUT[0], IN[0].yxzw
frag-sge.sh 3 DCL IN[0], COLOR, LINEAR
10 SGE TEMP[0], IN[0], IMM[0]
11 MUL OUT[0], IN[0], TEMP[0]
  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-lit.sh 3 DCL IN[0], COLOR, LINEAR
6 LIT OUT[0], IN[0]
frag-mad-immx.sh 3 DCL IN[0], COLOR, LINEAR
8 MAD OUT[0], IN[0], IMMX[0], IMMX[1]
frag-max.sh 3 DCL IN[0], COLOR, LINEAR
8 MAX OUT[0], IN[0], IMM[0]
frag-min.sh 3 DCL IN[0], COLOR, LINEAR
8 MIN OUT[0], IN[0], IMM[0]
frag-mov.sh 3 DCL IN[0], COLOR, LINEAR
6 MOV OUT[0], IN[0]
frag-mul.sh 3 DCL IN[0], COLOR, LINEAR
8 MUL OUT[0], IN[0], IMM[0]
frag-srcmod-swz.sh 3 DCL IN[0], COLOR, LINEAR
6 MOV OUT[0], IN[0].yxzw
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
pfhook.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
46 IN unsigned char *PacketHeader,
47 IN unsigned char *Packet,
48 IN unsigned int PacketLength,
49 IN unsigned int RecvInterfaceIndex,
50 IN unsigned int SendInterfaceIndex,
51 IN IPAddr RecvLinkNextHop,
52 IN IPAddr SendLinkNextHop);
drmk.h 38 IN ULONG ContentId,
39 IN PVOID *paHandlers,
40 IN ULONG NumHandlers);
45 IN PULONG paContentId,
46 IN ULONG cContentId,
52 IN ULONG ContentId);
57 IN ULONG ContentId,
58 IN PVOID Reserved,
59 IN PCDRMFORWARD DrmForward);
64 IN ULONG ContentId
    [all...]
oprghdlr.h 23 RegisterOpRegionHandler (IN PDEVICE_OBJECT DeviceObject,
24 IN ULONG AccessType,
25 IN ULONG RegionSpace,
26 IN PACPI_OP_REGION_HANDLER Handler,
27 IN PVOID Context, IN ULONG Flags,
28 IN OUT PVOID *OperationRegionObject);
31 DeRegisterOpRegionHandler (IN PDEVICE_OBJECT DeviceObject,
32 IN PVOID OperationRegionObject);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
vert-ex2.sh 3 DCL IN[0]
4 DCL IN[1]
12 EX2 TEMP[0], IN[0]
13 EX2 TEMP[1], IN[1].yyyy
15 MOV OUT[0], IN[0]
vert-srcmod-absneg.sh 3 DCL IN[0]
4 DCL IN[1]
11 ADD TEMP[0], IN[0], IMM[0]
13 MOV OUT[0].zw, IN[0]
14 MOV OUT[1], IN[1]
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-ex2.sh 3 DCL IN[0]
4 DCL IN[1]
12 EX2 TEMP[0], IN[0]
13 EX2 TEMP[1], IN[1].yyyy
15 MOV OUT[0], IN[0]
vert-srcmod-absneg.sh 3 DCL IN[0]
4 DCL IN[1]
11 ADD TEMP[0], IN[0], IMM[0]
13 MOV OUT[0].zw, IN[0]
14 MOV OUT[1], IN[1]
  /hardware/ti/omap3/dspbridge/inc/
mem.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
99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes,
146 IN ULONG ulAlign,
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
213 extern VOID MEM_Free(IN PVOID pMemBuf);
232 extern VOID MEM_VFree(IN PVOID pMemBuf)
    [all...]
cfg.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
58 *! OUT parameters in accessor function param. lists at end.
84 * Resources acquired in CFG_Init() are freed.
104 extern DSP_STATUS CFG_GetAutoStart(IN struct CFG_DEVNODE* hDevNode,
114 * DSP_SOK: Success. pdwVersion contains Class Driver version in
144 extern DSP_STATUS CFG_GetDevObject(IN struct CFG_DEVNODE* hDevNode,
165 extern DSP_STATUS CFG_GetDSPResources(IN struct CFG_DEVNODE* hDevNode,
189 extern DSP_STATUS CFG_GetExecFile(IN struct CFG_DEVNODE* hDevNode,
190 IN ULONG cBufSize
    [all...]
sync.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
93 * Close this event handle, freeing resources allocated in SYNC_OpenEvent
96 * hEvent: Handle to a synchronization event, created/opened in
107 extern DSP_STATUS SYNC_CloseEvent(IN struct SYNC_OBJECT* hEvent);
121 extern DSP_STATUS SYNC_DeleteCS(IN struct SYNC_CSOBJECT* hCSObj);
135 extern DSP_STATUS SYNC_EnterCS(IN struct SYNC_CSOBJECT* hCSObj);
204 extern DSP_STATUS SYNC_LeaveCS(IN struct SYNC_CSOBJECT* hCSObj);
210 * which is initially in the non-signalled state.
238 IN OPTIONAL struct SYNC_ATTRS * pAttrs)
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes,
146 IN ULONG ulAlign,
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
213 extern VOID MEM_Free(IN PVOID pMemBuf);
232 extern VOID MEM_VFree(IN PVOID pMemBuf);
278 * cBytes: Number of bytes in the buffer.
286 extern INT MEM_GetNumPages(IN PVOID pAddr, IN ULONG cBytes)
    [all...]
sync.h 93 * Close this event handle, freeing resources allocated in SYNC_OpenEvent
96 * hEvent: Handle to a synchronization event, created/opened in
107 extern DSP_STATUS SYNC_CloseEvent(IN struct SYNC_OBJECT* hEvent);
121 extern DSP_STATUS SYNC_DeleteCS(IN struct SYNC_CSOBJECT* hCSObj);
135 extern DSP_STATUS SYNC_EnterCS(IN struct SYNC_CSOBJECT* hCSObj);
204 extern DSP_STATUS SYNC_LeaveCS(IN struct SYNC_CSOBJECT* hCSObj);
210 * which is initially in the non-signalled state.
238 IN OPTIONAL struct SYNC_ATTRS * pAttrs);
255 extern DSP_STATUS SYNC_PostMessage(IN HANDLE hWindow, IN UINT uMsg)
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGraphics.h 35 static Graphics* FromHDC(IN HDC hdc)
40 static Graphics* FromHDC(IN HDC hdc,
41 IN HANDLE hdevice)
46 static Graphics* FromHWND(IN HWND hwnd,
47 IN BOOL icm = FALSE)
52 static Graphics* FromImage(IN Image *image)
57 Graphics(IN HDC hdc)
66 Graphics(IN HDC hdc,
67 IN HANDLE hdevice)
76 Graphics(IN HWND hwnd,
    [all...]
GdiPlusHeaders.h 23 // in separate file to avoid circular references.
31 Region(IN const RectF& rect);
32 Region(IN const Rect& rect);
33 Region(IN const GraphicsPath* path);
34 Region(IN const BYTE* regionData, IN INT size);
35 Region(IN HRGN hRgn);
36 static Region* FromHRGN(IN HRGN hRgn);
52 IN UINT bufferSize,
55 Status Intersect(IN const Rect& rect);
    [all...]
  /external/chromium_org/sandbox/win/src/
nt_internals.h 3 // found in the LICENSE file.
21 // It is now defined in Windows 2008 SDK.
140 IN ACCESS_MASK DesiredAccess,
141 IN POBJECT_ATTRIBUTES ObjectAttributes,
143 IN PLARGE_INTEGER AllocationSize OPTIONAL,
144 IN ULONG FileAttributes,
145 IN ULONG ShareAccess,
146 IN ULONG CreateDisposition,
147 IN ULONG CreateOptions,
148 IN PVOID EaBuffer OPTIONAL
    [all...]

Completed in 679 milliseconds

1 2 34 5 6 7 8 91011>>