Home
last modified time | relevance | path

Searched refs:uint32 (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h267 #define SVGA_GMR_NULL ((uint32) -1)
268 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) // Guest Framebuffer (GFB)
272 uint32 ppn;
273 uint32 numPages;
278 uint32 gmrId;
279 uint32 offset;
307 uint32 bitsPerPixel : 8;
308 uint32 colorDepth : 8;
309 uint32 reserved : 16; // Must be zero
312 uint32 value;
[all …]
Dsvga3d_shaderdefs.h69 uint32 minor : 8;
70 uint32 major : 8;
71 uint32 type : 16;
74 uint32 value;
353 uint32 comment_op : 16;
354 uint32 comment_size : 16;
358 uint32 op : 16;
359 uint32 control : 3;
360 uint32 reserved2 : 5;
361 uint32 size : 4;
[all …]
Dsvga3d_reg.h68 typedef uint32 SVGA3dBool; /* 32-bit Bool definition */
173 typedef uint32 SVGA3dColor; /* a, r, g, b */
290 uint32 value;
292 uint32 texture : 1;
293 uint32 volumeTexture : 1;
294 uint32 cubeTexture : 1;
295 uint32 offscreenRenderTarget : 1;
296 uint32 sameFormatRenderTarget : 1;
297 uint32 unknown1 : 1;
298 uint32 zStencil : 1;
[all …]
Dsvga_overlay.h67 uint32 cmdType;
68 uint32 streamId;
73 uint32 registerId;
74 uint32 value;
80 uint32 cmdType;
81 uint32 streamId;
91 uint32 command;
92 uint32 overlay;
104 uint32 regId;
105 uint32 value;
[all …]
/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.h51 uint32 scaleExpE;
54 uint32 scaleE;
63 uint32 effMaxScaleE;
66 uint32 currentWidthE;
69 uint32 currentHeightE;
72 uint32 workWidthE;
75 uint32 workHeightE;
107 uint32 intCountE;
110 uint32 outCountE;
118 uint32 bufferSizeE;
[all …]
DLocalScanner.h64 uint32 currentWidthE;
67 uint32 currentHeightE;
70 uint32 workWidthE;
73 uint32 workHeightE;
79 uint32 origWidthE;
82 uint32 origHeightE;
111 uint32 patchWidthE;
114 uint32 patchHeightE;
117 uint32 scaleExpE;
120 uint32 maxImageWidthE;
[all …]
DScanDetector.h52 uint32 minScaleE;
55 uint32 maxScaleE;
58 uint32 maxImageWidthE;
61 uint32 maxImageHeightE;
69 uint32 patchWidthE;
72 uint32 patchHeightE;
75 uint32 minDefScaleE;
78 uint32 maxDefScaleE;
81 uint32 scaleStepE;
84 uint32 overlapThrE;
[all …]
DScanner.c34 uint32 bbf_Scanner_scalePrd( uint32 scaleA, uint32 factorA /*0.32 */ )\ in bbf_Scanner_scalePrd()
55 uint32 proL = ptrA->maxRadiusE; in bbf_Scanner_alloc()
56 uint32 pwoL = ( proL << 1 ) + 1; in bbf_Scanner_alloc()
59 uint32 woL = ptrA->maxImageWidthE; in bbf_Scanner_alloc()
60 uint32 hoL = ptrA->maxImageHeightE; in bbf_Scanner_alloc()
63 uint32 xwoL = woL + ( ptrA->borderWidthE << 1 ); in bbf_Scanner_alloc()
64 uint32 xhoL = hoL + ( ptrA->borderHeightE << 1 ); in bbf_Scanner_alloc()
99 uint32 w0L = ptrA->workWidthE; in bbf_Scanner_downscale()
100 uint32 h0L = ptrA->workHeightE; in bbf_Scanner_downscale()
101 uint32 w1L = w0L >> 1; in bbf_Scanner_downscale()
[all …]
DLocalScanner.c43 uint32 proL = ptrA->maxRadiusE; in bbf_LocalScanner_alloc()
44 uint32 pwoL = ( proL << 1 ) + 1; in bbf_LocalScanner_alloc()
47 uint32 woL = ptrA->maxImageWidthE; in bbf_LocalScanner_alloc()
48 uint32 hoL = ptrA->maxImageHeightE; in bbf_LocalScanner_alloc()
96 oArrL[ kL++ ] = ( ( uint32 )iArrL[ idxL ] + in bbf_LocalScanner_downscale0()
124 arrL[ kL++ ] = ( ( uint32 )arrL[ idxL ] + in bbf_LocalScanner_downscale1()
140 uint32 iL; in bbf_LocalScanner_downscale()
152 uint32 iL, jL; in bbf_LocalScanner_createBitImage()
154 uint32 proL = ptrA->bitParamE.outerRadiusE; in bbf_LocalScanner_createBitImage()
155 uint32 priL = ptrA->bitParamE.innerRadiusE; in bbf_LocalScanner_createBitImage()
[all …]
/external/neven/Embedded/common/src/b_BasicEm/
DFunctions.c47 uint32 bbs_memWrite32( const void* ptrA, in bbs_memWrite32()
50 uint32 valL = *( uint32* )ptrA; in bbs_memWrite32()
61 return bbs_SIZEOF16( uint32 ); in bbs_memWrite32()
66 uint32 bbs_memRead32( void* ptrA, in bbs_memRead32()
69 uint32 valL = 0; in bbs_memRead32()
72 valL |= ( ( uint32 )bbs_swapBytes( *memPtrA++ ) << 0 ); in bbs_memRead32()
73 valL |= ( ( uint32 )bbs_swapBytes( *memPtrA++ ) << 16 ); in bbs_memRead32()
75 valL |= ( ( uint32 )*memPtrA++ << 0 ); in bbs_memRead32()
76 valL |= ( ( uint32 )*memPtrA++ << 16 ); in bbs_memRead32()
79 *( uint32* )ptrA = valL; in bbs_memRead32()
[all …]
DMath.h57 uint16 bbs_sqrt32( uint32 valA );
68 uint16 bbs_fastSqrt32( uint32 valA );
73 uint32 bbs_invSqrt32( uint32 valA );
83 uint32 bbs_intLog2( uint32 valA );
90 uint32 bbs_pow2M1( uint32 valA );
97 uint32 bbs_pow2( int32 valA );
108 uint32 bbs_exp( int32 valA );
122 int32 bbs_dotProductInt16( const int16* vec1A, const int16* vec2A, uint32 sizeA );
131 void bbs_uint32ReduceToNBits( uint32* argPtrA, int32* bbpPtrA, uint32 nBitsA );
134 void bbs_int32ReduceToNBits( int32* argPtrA, int32* bbpPtrA, uint32 nBitsA );
[all …]
DFunctions.h49 uint32 bbs_memWrite32( const void* ptrA,
53 uint32 bbs_memRead32( void* ptrA,
57 uint32 bbs_memPeek32( const uint16* memPtrA );
60 uint32 bbs_memWrite16( const void* ptrA,
64 uint32 bbs_memRead16( void* ptrA,
68 uint32 bbs_memWrite32Arr( struct bbs_Context* cpA,
70 uint32 sizeA, uint16* memPtrA );
73 uint32 bbs_memRead32Arr( struct bbs_Context* cpA,
75 uint32 sizeA, const uint16* memPtrA );
78 uint32 bbs_memWrite16Arr( struct bbs_Context* cpA,
[all …]
DMath.c37 extern int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA );
38 extern int32 bbs_dotProduct_u128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA );
42 int32 bbs_dotProduct_fr71( const int16* vec1A, const int16* vec2A, uint32 sizeA );
47 uint16 bbs_sqrt32( uint32 valA ) in bbs_sqrt32()
49 uint32 rootL = 0; in bbs_sqrt32()
50 uint32 expL = 0; in bbs_sqrt32()
97 const uint32 bbs_fastSqrt32_tableG[] =
125 uint16 bbs_fastSqrt32( uint32 valA ) in bbs_fastSqrt32()
127 uint32 expL = 0; in bbs_fastSqrt32()
128 uint32 valL; in bbs_fastSqrt32()
[all …]
DMemSeg.c83 uint32 bbs_MemSeg_availableSize( struct bbs_Context* cpA, in bbs_MemSeg_availableSize()
98 uint32 bbs_MemSeg_allocatedSize( struct bbs_Context* cpA, in bbs_MemSeg_allocatedSize()
113 uint32 bbs_MemSeg_usedSize( struct bbs_Context* cpA, in bbs_MemSeg_usedSize()
124 uint32 indexL = 0; in bbs_MemSeg_usedSize()
125 uint32 countL = 0; in bbs_MemSeg_usedSize()
128 uint32 sizeL = *( uint32* )( ptrA->memPtrE + indexL ); in bbs_MemSeg_usedSize()
146 uint32 bbs_MemSeg_blocks( struct bbs_Context* cpA, in bbs_MemSeg_blocks()
149 uint32 indexL = 0; in bbs_MemSeg_blocks()
150 uint32 countL = 0; in bbs_MemSeg_blocks()
156 uint32 sizeL = *( uint32* )( ptrA->memPtrE + indexL ); in bbs_MemSeg_blocks()
[all …]
DMemory.c52 void* bbs_memcpy16( void* dstA, const void* srcA, uint32 sizeA ) in bbs_memcpy16()
70 uint32 iL; in bbs_memcpy16()
102 void* bbs_memcpy32( void* dstA, const void* srcA, uint32 sizeA ) in bbs_memcpy32()
109 uint32* dstL = ( uint32* )dstA; in bbs_memcpy32()
110 const uint32* srcL = ( uint32* )srcA; in bbs_memcpy32()
120 uint32 iL; in bbs_memcpy32()
124 *( uint32* ) ( ( int32 ) dstA + iL ) = *( uint32* ) ( ( int32 ) srcA + iL ); in bbs_memcpy32()
155 uint32* dstL = ( uint32* )dstA; in bbs_memcpy32()
156 const uint32* srcL = ( uint32* )srcA; in bbs_memcpy32()
180 void* bbs_memset16( void* dstA, uint16 valA, uint32 sizeA ) in bbs_memset16()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h56 SVGA3D_FIFOReserve(struct svga_winsys_context *swc, uint32 cmd, uint32 cmdSize, uint32 nr_relocs);
84 uint32 numMipSizes);
88 uint32 width,
89 uint32 height,
105 uint32 numBoxes,
113 uint32 size,
114 uint32 guest_offset,
115 uint32 host_offset,
126 uint32 color, float depth, uint32 stencil,
127 SVGA3dRect **rects, uint32 numRects);
[all …]
/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c40 uint32 srcWidthA, in bim_downscaleBy2()
41 uint32 effWidthA, in bim_downscaleBy2()
42 uint32 effHeightA ) in bim_downscaleBy2()
44 uint32 wsL = srcWidthA; in bim_downscaleBy2()
45 uint32 w0L = effWidthA; in bim_downscaleBy2()
46 uint32 h0L = effHeightA; in bim_downscaleBy2()
47 uint32 w1L = w0L >> 1; in bim_downscaleBy2()
48 uint32 h1L = h0L >> 1; in bim_downscaleBy2()
53 uint32 iL, jL; in bim_downscaleBy2()
58 *dstL = ( ( uint32 )srcL[ 0 ] + srcL[ 1 ] + srcL[ wsL ] + srcL[ wsL + 1 ] + 2 ) >> 2; in bim_downscaleBy2()
[all …]
DUInt16BytePyrImage.h61 uint32 widthE;
64 uint32 heightE;
67 uint32 depthE;
70 uint32 typeE;
87 uint32 widthA, uint32 heightA,
88 uint32 depthA,
112 uint32 levelA );
115 uint32 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA,
117 uint32 widthA,
118 uint32 heightA,
[all …]
DUInt8PyramidalImage.h61 uint32 widthE;
64 uint32 heightE;
67 uint32 depthE;
70 uint32 typeE;
89 uint32 widthA, uint32 heightA,
90 uint32 depthA,
113 uint32 levelA );
116 uint32 bim_UInt8PyramidalImage_heapSize( struct bbs_Context* cpA,
118 uint32 widthA,
119 uint32 heightA,
[all …]
DFunctions.h57 uint32 srcImageWidthA,
58 uint32 srcImageHeightA,
61 uint32 dstWidthA,
62 uint32 dstHeightA,
64 uint32 scaleThresholdA );
77 uint32 srcImageWidthA,
78 uint32 srcImageHeightA,
81 uint32 dstWidthA,
82 uint32 dstHeightA,
84 uint32 scaleThresholdA );
[all …]
DUInt16BytePyrImage.c115 uint32 levelA ) in bim_UInt16BytePyrImage_arrPtr()
117 uint32 iL; in bim_UInt16BytePyrImage_arrPtr()
118 uint32 offsL = 0; in bim_UInt16BytePyrImage_arrPtr()
119 uint32 baseSizeL = ( ptrA->widthE * ptrA->heightE ) >> 1; in bim_UInt16BytePyrImage_arrPtr()
139 uint32 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA, in bim_UInt16BytePyrImage_heapSize()
141 uint32 widthA, uint32 heightA, in bim_UInt16BytePyrImage_heapSize()
142 uint32 depthA ) in bim_UInt16BytePyrImage_heapSize()
144 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_heapSize()
145 uint32 sizeL = 0; in bim_UInt16BytePyrImage_heapSize()
146 uint32 iL; in bim_UInt16BytePyrImage_heapSize()
[all …]
DUInt8PyramidalImage.c115 uint32 levelA ) in bim_UInt8PyramidalImage_arrPtr()
117 uint32 iL; in bim_UInt8PyramidalImage_arrPtr()
118 uint32 offsL = 0; in bim_UInt8PyramidalImage_arrPtr()
119 uint32 baseSizeL = ptrA->widthE * ptrA->heightE; in bim_UInt8PyramidalImage_arrPtr()
139 uint32 bim_UInt8PyramidalImage_heapSize( struct bbs_Context* cpA, in bim_UInt8PyramidalImage_heapSize()
141 uint32 widthA, in bim_UInt8PyramidalImage_heapSize()
142 uint32 heightA, in bim_UInt8PyramidalImage_heapSize()
143 uint32 depthA ) in bim_UInt8PyramidalImage_heapSize()
145 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_heapSize()
146 uint32 sizeL = 0; in bim_UInt8PyramidalImage_heapSize()
[all …]
/external/neven/Embedded/common/src/b_APIEm/
DBFFaceFinder.h48 uint32 detectedFacesE;
51 uint32 availableFacesE;
91 uint32 bpi_BFFaceFinder_getMinEyeDistance( const struct bpi_BFFaceFinder* ptrA );
94 uint32 bpi_BFFaceFinder_getMaxEyeDistance( const struct bpi_BFFaceFinder* ptrA );
101 uint32 distA );
106 uint32 distA );
111 uint32 bpi_BFFaceFinder_memSize( struct bbs_Context* cpA,
115 uint32 bpi_BFFaceFinder_memWrite( struct bbs_Context* cpA,
124 uint32 bpi_BFFaceFinder_memRead( struct bbs_Context* cpA,
149 uint32 imageWidthA,
[all …]
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h213 bool ReadLittleEndian32(uint32* value);
221 uint32* value);
229 bool ReadVarint32(uint32* value);
239 uint32 ReadTag() GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
249 inline std::pair<uint32, bool> ReadTagWithCutoff(uint32 cutoff)
259 bool ExpectTag(uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
270 uint32 expected) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
287 bool LastTagWas(uint32 expected);
484 uint32 last_tag_; // result of last ReadTag() or ReadTagWithCutoff().
552 bool ReadVarint32Fallback(uint32* value);
[all …]
/external/neven/Embedded/common/src/b_TensorEm/
DFunctions.c38 uint32 bts_absIntLog2( int32 vA ) in bts_absIntLog2()
45 uint32 bts_maxAbsIntLog2Of2( int32 v1A, int32 v2A ) in bts_maxAbsIntLog2Of2()
47 uint32 maxL = bbs_max( ( uint32 )bbs_abs( v1A ), ( uint32 )bbs_abs( v2A ) ); in bts_maxAbsIntLog2Of2()
53 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A ) in bts_maxAbsIntLog2Of3()
55 uint32 maxL = bbs_abs( v1A ); in bts_maxAbsIntLog2Of3()
56 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v2A ) ); in bts_maxAbsIntLog2Of3()
57 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v3A ) ); in bts_maxAbsIntLog2Of3()
63 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A ) in bts_maxAbsIntLog2Of4()
65 uint32 maxL = bbs_abs( v1A ); in bts_maxAbsIntLog2Of4()
66 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v2A ) ); in bts_maxAbsIntLog2Of4()
[all …]

12345678910>>...19