/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | tilingtraits.h | 37 static UINT GetCu() { SWR_NOT_IMPL; return 0; } in GetCu() 38 static UINT GetCv() { SWR_NOT_IMPL; return 0; } in GetCv() 39 static UINT GetCr() { SWR_NOT_IMPL; return 0; } in GetCr() 40 static UINT GetTileIDShift() { SWR_NOT_IMPL; return 0; } in GetTileIDShift() 43 static UINT GetPdepX() { SWR_NOT_IMPL; return 0x37; } in GetPdepX() 44 static UINT GetPdepY() { SWR_NOT_IMPL; return 0xC8; } in GetPdepY() 50 static UINT GetCu() { return 0; } 51 static UINT GetCv() { return 0; } 52 static UINT GetCr() { return 0; } 53 static UINT GetTileIDShift() { return 0; } [all …]
|
/external/aac/libPCMutils/src/ |
D | pcm_utils.cpp | 110 const UINT channels, const UINT frameSize, in FDK_interleave() 111 const UINT length) { in FDK_interleave() 112 for (UINT sample = 0; sample < length; sample++) { in FDK_interleave() 114 for (UINT ch = 0; ch < channels; ch++) { in FDK_interleave() 122 const UINT channels, const UINT frameSize, in FDK_interleave() 123 const UINT length) { in FDK_interleave() 124 for (UINT sample = 0; sample < length; sample++) { in FDK_interleave() 126 for (UINT ch = 0; ch < channels; ch++) { in FDK_interleave() 134 const UINT channels, const UINT frameSize, in FDK_interleave() 135 const UINT length) { in FDK_interleave() [all …]
|
/external/aac/libFDK/src/ |
D | FDK_bitbuffer.cpp | 109 const UINT BitMask[32 + 1] = { 118 UINT bufSize) { in FDK_CreateBitBuffer() 126 void FDK_InitBitBuffer(HANDLE_FDK_BITBUF hBitBuf, UCHAR *pBuffer, UINT bufSize, in FDK_InitBitBuffer() 127 UINT validBits) { in FDK_InitBitBuffer() 140 UINT x = 0, n = bufSize; in FDK_InitBitBuffer() 143 if (bufSize != ((UINT)1 << (x - 1))) { in FDK_InitBitBuffer() 157 INT FDK_get(HANDLE_FDK_BITBUF hBitBuf, const UINT numberOfBits) { in FDK_get() 158 UINT byteOffset = hBitBuf->BitNdx >> 3; in FDK_get() 159 UINT bitOffset = hBitBuf->BitNdx & 0x07; in FDK_get() 164 UINT byteMask = hBitBuf->bufSize - 1; in FDK_get() [all …]
|
D | FDK_matrixCalloc.cpp | 107 void *fdkCallocMatrix1D_aligned(UINT dim1, UINT size) { in fdkCallocMatrix1D_aligned() 111 void *fdkCallocMatrix1D_int(UINT dim, UINT size, MEMORY_SECTION s) { in fdkCallocMatrix1D_int() 115 void *fdkCallocMatrix1D_int_aligned(UINT dim, UINT size, MEMORY_SECTION s) { in fdkCallocMatrix1D_int_aligned() 131 void *fdkCallocMatrix1D(UINT dim1, UINT size) { return FDKcalloc(dim1, size); } in fdkCallocMatrix1D() 134 void **fdkCallocMatrix2D(UINT dim1, UINT dim2, UINT size) { in fdkCallocMatrix2D() 136 UINT i; in fdkCallocMatrix2D() 155 void **fdkCallocMatrix2D_aligned(UINT dim1, UINT dim2, UINT size) { in fdkCallocMatrix2D_aligned() 157 UINT i; in fdkCallocMatrix2D_aligned() 188 void **fdkCallocMatrix2D_int(UINT dim1, UINT dim2, UINT size, in fdkCallocMatrix2D_int() 191 UINT i; in fdkCallocMatrix2D_int() [all …]
|
/external/aac/libPCMutils/include/ |
D | pcm_utils.h | 110 const UINT channels, const UINT frameSize, 111 const UINT length); 113 const UINT channels, const UINT frameSize, 114 const UINT length); 116 const UINT channels, const UINT frameSize, 117 const UINT length); 120 const UINT channels, const UINT frameSize, 121 const UINT length); 123 const UINT channels, const UINT frameSize, 124 const UINT length); [all …]
|
/external/aac/libFDK/include/ |
D | FDK_bitbuffer.h | 113 UINT ValidBits; 114 UINT ReadOffset; 115 UINT WriteOffset; 116 UINT BitNdx; 119 UINT bufSize; 120 UINT bufBits; 129 extern const UINT BitMask[32 + 1]; 136 UINT bufSize); 139 UINT bufSize, UINT validBits); 145 INT FDK_get(HANDLE_FDK_BITBUF hBitBuffer, const UINT numberOfBits); [all …]
|
D | FDK_matrixCalloc.h | 111 void* fdkCallocMatrix1D(UINT dim1, UINT size); 112 void* fdkCallocMatrix1D_aligned(UINT dim1, UINT size); 115 void* fdkCallocMatrix1D_int(UINT dim1, UINT size, MEMORY_SECTION s); 116 void* fdkCallocMatrix1D_int_aligned(UINT dim1, UINT size, MEMORY_SECTION s); 123 void** fdkCallocMatrix2D(UINT dim1, UINT dim2, UINT size); 124 void** fdkCallocMatrix2D_aligned(UINT dim1, UINT dim2, UINT size); 127 void** fdkCallocMatrix2D_int(UINT dim1, UINT dim2, UINT size, MEMORY_SECTION s); 130 void** fdkCallocMatrix2D_int_aligned(UINT dim1, UINT dim2, UINT size, 140 void*** fdkCallocMatrix3D(UINT dim1, UINT dim2, UINT dim3, UINT size); 143 void*** fdkCallocMatrix3D_int(UINT dim1, UINT dim2, UINT dim3, UINT size,
|
D | FDK_bitstream.h | 118 UINT CacheWord; 119 UINT BitsInCache; 121 UINT ConfigCache; 137 HANDLE_FDK_BITSTREAM FDKcreateBitStream(UCHAR *pBuffer, UINT bufSize, 165 UINT bufSize, UINT validBits, 210 FDK_INLINE UINT FDKreadBits(HANDLE_FDK_BITSTREAM hBitStream, in FDKreadBits() 211 const UINT numberOfBits) { in FDKreadBits() 212 UINT bits = 0; in FDKreadBits() 228 FDK_INLINE UINT FDKreadBit(HANDLE_FDK_BITSTREAM hBitStream) { in FDKreadBit() 248 FDK_INLINE UINT FDKread2Bits(HANDLE_FDK_BITSTREAM hBitStream) { in FDKread2Bits() [all …]
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | device9.h | 226 UINT NINE_WINAPI 242 UINT iSwapChain, 251 UINT XHotSpot, 252 UINT YHotSpot, 272 UINT iSwapChain, 275 UINT NINE_WINAPI 291 UINT iSwapChain, 292 UINT iBackBuffer, 298 UINT iSwapChain, 307 UINT iSwapChain, [all …]
|
D | nine_state.h | 208 UINT stream_freq[PIPE_MAX_ATTRIBS]; 275 UINT stream_freq[PIPE_MAX_ATTRIBS]; 371 UINT StreamNumber, 373 UINT OffsetInBytes, 374 UINT Stride); 378 UINT StreamNumber, 379 UINT Setting); 395 UINT StartRegister, 398 UINT Vector4fCount); 402 UINT StartRegister, [all …]
|
/external/aac/libAACdec/src/ |
D | aacdec_hcrs.cpp | 112 static UINT InitSegmentBitfield(UINT *pNumSegment, 114 UINT *pSegmentBitfield, 122 static void ClearBitFromBitfield(STATEFUNC *ptrState, UINT offset, 123 UINT *pBitfield); 131 UINT numValidSegment; in DecodeNonPCWs() 135 UINT trial; in DecodeNonPCWs() 137 UINT *pNumSegment; in DecodeNonPCWs() 139 UINT *pSegmentBitfield; in DecodeNonPCWs() 142 UINT *pCodewordBitfield; in DecodeNonPCWs() 145 UINT tempWord; in DecodeNonPCWs() [all …]
|
D | block.h | 139 const CIcsInfo *pIcsInfo, const UINT flags, 140 const UINT elFlags, const int fCommonWindow); 143 const CIcsInfo *pIcsInfo, const UINT flags); 149 const UCHAR igf_active, const UINT flags); 166 const UINT flags); 176 const SamplingRateInfo *pSamplingRateInfo, const UINT flags); 190 const SamplingRateInfo *pSamplingRateInfo, const UINT frame_length, 191 const UINT flags); 195 const SamplingRateInfo *pSamplingRateInfo, const UINT flags); 213 const SamplingRateInfo *pSamplingRateInfo, const UINT flags, [all …]
|
/external/OpenCL-CTS/test_conformance/d3d10/ |
D | harness.h | 87 UINT bytesPerPixel; 100 extern UINT formatCount; 107 UINT ByteWidth; 108 UINT BindFlags; 110 UINT CPUAccess; 118 UINT Width; 119 UINT Height; 120 UINT MipLevels; 121 UINT ArraySize; 122 UINT SubResourceCount; [all …]
|
/external/aac/libSYS/include/ |
D | genericStds.h | 163 UINT GetRequiredMem##name(void); 169 UINT GetRequiredMem##name(void); 183 UINT GetRequiredMem##name(void) { \ 199 UINT GetRequiredMem##name(void) { \ 217 UINT GetRequiredMem##name(void) { \ 236 UINT GetRequiredMem##name(void) { \ 254 UINT GetRequiredMem##name(void) { \ 270 UINT GetRequiredMem##name(void) { \ 288 UINT GetRequiredMem##name(void) { \ 307 UINT GetRequiredMem##name(void) { \ [all …]
|
/external/aac/libSYS/src/ |
D | genericStds.cpp | 184 char *FDKstrncpy(char *dest, const char *src, UINT n) { in FDKstrncpy() 192 void *FDKcalloc(const UINT n, const UINT size) { in FDKcalloc() 200 void *FDKmalloc(const UINT size) { in FDKmalloc() 210 void *FDKaalloc(const UINT size, const UINT alignment) { in FDKaalloc() 213 (UINT)sizeof(void *)); /* Malloc and clear memory. */ in FDKaalloc() 241 void *FDKcalloc_L(const UINT dim, const UINT size, MEMORY_SECTION s) { in FDKcalloc_L() 247 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s) { in FDKaalloc_L() 249 addr = FDKcalloc_L(1, size + alignment + (UINT)sizeof(void *), in FDKaalloc_L() 277 void FDKmemcpy(void *dst, const void *src, const UINT size) { in FDKmemcpy() 288 void FDKmemmove(void *dst, const void *src, const UINT size) { in FDKmemmove() [all …]
|
/external/aac/libMpegTPDec/include/ |
D | tpdec_lib.h | 201 UINT alignAnchor); 221 void CProgramConfig_GetDefault(CProgramConfig *pPce, const UINT channelConfig); 241 int CProgramConfig_LookupElement(CProgramConfig *pPce, UINT chConfig, 242 const UINT tag, const UINT channelIdx, 244 UCHAR chIndex[], const UINT chDescrLen, 259 const UINT pceChMapLen); 284 void CProgramConfig_GetChannelDescription(const UINT chConfig, 351 UCHAR *conf, const UINT length, 352 const UINT layer); 370 const HANDLE_TRANSPORTDEC hTp, UCHAR *newConfig, const UINT newConfigLength, [all …]
|
D | tp_data.h | 223 UINT m_frameLengthFlag; 224 UINT m_dependsOnCoreCoder; 225 UINT m_coreCoderDelay; 227 UINT m_extensionFlag; 228 UINT m_extensionFlag3; 230 UINT m_layer; 231 UINT m_numOfSubFrame; 232 UINT m_layerLength; 252 UINT m_downscaledSamplingFrequency; 282 UINT m_usacNumElements; [all …]
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_latm.h | 122 UINT m_frameLengthType; 123 UINT m_bufferFullness; 124 UINT m_streamID; 125 UINT m_frameLengthInBits; 130 UINT m_taraBufferFullness; 131 UINT m_otherDataLength; 132 UINT m_audioMuxLengthBytes; /* Length of LOAS payload */ 182 UINT CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux, const UINT prog, 183 const UINT layer); 184 UINT CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux); [all …]
|
/external/OpenCL-CTS/test_conformance/d3d11/ |
D | harness.h | 88 UINT bytesPerPixel; 101 extern UINT formatCount; 108 UINT ByteWidth; 109 UINT BindFlags; 111 UINT CPUAccess; 119 UINT Width; 120 UINT Height; 121 UINT MipLevels; 122 UINT ArraySize; 123 UINT SubResourceCount; [all …]
|
/external/lzma/CPP/Common/ |
D | StringConvert.h | 9 UString MultiByteToUnicodeString(const AString &src, UINT codePage = CP_ACP); 10 UString MultiByteToUnicodeString(const char *src, UINT codePage = CP_ACP); 13 void MultiByteToUnicodeString2(UString &dest, const AString &src, UINT codePage = CP_ACP); 15 void UnicodeStringToMultiByte2(AString &dest, const UString &src, UINT codePage); 17 AString UnicodeStringToMultiByte(const UString &src, UINT codePage, char defaultChar, bool &default… 18 AString UnicodeStringToMultiByte(const UString &src, UINT codePage = CP_ACP); 26 inline UString GetUnicodeString(const AString &a, UINT codePage) in GetUnicodeString() 28 inline UString GetUnicodeString(const char *a, UINT codePage) in GetUnicodeString() 31 inline const wchar_t* GetUnicodeString(const wchar_t *u, UINT) { return u; } in GetUnicodeString() argument 32 inline const UString& GetUnicodeString(const UString &u, UINT) { return u; } in GetUnicodeString() argument [all …]
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 86 virtual UINT WINAPI GetAdapterCount() = 0; 87 …virtual HRESULT WINAPI GetAdapterIdentifier(UINT Adapter, DWORD Flags, D3DADAPTER_IDENTIFIER9 *pId… 88 virtual UINT WINAPI GetAdapterModeCount(UINT Adapter, D3DFORMAT Format) = 0; 89 …virtual HRESULT WINAPI EnumAdapterModes(UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE … 90 virtual HRESULT WINAPI GetAdapterDisplayMode(UINT Adapter, D3DDISPLAYMODE *pMode) = 0; 91 …virtual HRESULT WINAPI CheckDeviceType(UINT Adapter, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, … 92 …virtual HRESULT WINAPI CheckDeviceFormat(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFor… 93 …virtual HRESULT WINAPI CheckDeviceMultiSampleType(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT S… 94 …virtual HRESULT WINAPI CheckDepthStencilMatch(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT Adapt… 95 …virtual HRESULT WINAPI CheckDeviceFormatConversion(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT … [all …]
|
/external/aac/libSBRenc/src/ |
D | ps_bitenc.cpp | 108 UINT value, in FDKsbrEnc_WriteBits_ps() 109 const UINT numberOfBits) { in FDKsbrEnc_WriteBits_ps() 129 static const UINT iidDeltaFreqCoarse_Length[] = { 132 static const UINT iidDeltaFreqCoarse_Code[] = { 140 static const UINT iidDeltaFreqFine_Length[] = { 145 static const UINT iidDeltaFreqFine_Code[] = { 159 static const UINT iidDeltaTimeCoarse_Length[] = { 162 static const UINT iidDeltaTimeCoarse_Code[] = { 170 static const UINT iidDeltaTimeFine_Length[] = { 175 static const UINT iidDeltaTimeFine_Code[] = { [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | intrin.h | 64 UINT pdep_u32(UINT a, UINT mask) in pdep_u32() 69 UINT result = 0; in pdep_u32() 77 const UINT lowest = 1 << maskIndex; in pdep_u32() 80 const UINT LSB = (UINT)((int)(a << 31) >> 31); in pdep_u32() 97 UINT pext_u32(UINT a, UINT mask) in pext_u32() 102 UINT result = 0; in pext_u32() 108 const UINT lowest = 1 << maskIndex; in pext_u32()
|
/external/aac/libMpegTPEnc/include/ |
D | tp_data.h | 223 UINT m_frameLengthFlag; 224 UINT m_dependsOnCoreCoder; 225 UINT m_coreCoderDelay; 227 UINT m_extensionFlag; 228 UINT m_extensionFlag3; 230 UINT m_layer; 231 UINT m_numOfSubFrame; 232 UINT m_layerLength; 252 UINT m_downscaledSamplingFrequency; 282 UINT m_usacNumElements; [all …]
|
/external/swiftshader/include/GL/ |
D | wglext.h | 59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 221 …TPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const … 222 …TPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const … 223 …c, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *n… 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 227 …c, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *n… 302 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState); 304 BOOL WINAPI wglSetStereoEmitterState3DL (HDC hDC, UINT uState); [all …]
|