Searched refs:ushort (Results 1 - 25 of 98) sorted by relevance

1234

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vbuf.h85 ushort vertex_size,
86 ushort nr_vertices );
90 ushort min_index,
91 ushort max_index );
102 * Draw indexed primitives. Note that indices are ushort. The driver
106 const ushort *indices,
H A Ddraw_pt_vsplit.c48 ushort segment_size;
52 ushort draw_elts[SEGMENT_SIZE];
53 ushort identity_draw_elts[SEGMENT_SIZE];
58 ushort draws[MAP_SIZE];
61 ushort num_fetch_elts;
62 ushort num_draw_elts;
144 vsplit_add_cache_ushort(struct vsplit_frontend *vsplit, const ushort *elts,
189 #define ELT_TYPE ushort
254 ushort i;
H A Ddraw_pt_fetch_shade_emit.c203 (ushort)fse->key.output_stride,
204 (ushort)count ))
231 draw->render->unmap_vertices( draw->render, 0, (ushort)(count - 1) );
254 const ushort *draw_elts,
267 (ushort)fse->key.output_stride,
268 (ushort)fetch_count ))
292 draw->render->unmap_vertices( draw->render, 0, (ushort)(fetch_count - 1) );
312 const ushort *draw_elts,
325 (ushort)fse->key.output_stride,
326 (ushort)coun
[all...]
H A Ddraw_pt_fetch_emit.c193 const ushort *draw_elts,
206 (ushort)feme->translate->key.output_stride,
207 (ushort)fetch_count );
235 (ushort)(fetch_count - 1) );
265 (ushort)feme->translate->key.output_stride,
266 (ushort)count ))
312 const ushort *draw_elts,
325 (ushort)feme->translate->key.output_stride,
326 (ushort)count ))
342 draw->render->unmap_vertices( draw->render, 0, (ushort)(coun
[all...]
H A Ddraw_pipe.h46 ushort flags;
47 ushort pad;
H A Ddraw_pt_emit.c142 const ushort *elts = prim_info->elts;
162 (ushort)translate->key.output_stride,
163 (ushort)vertex_count);
233 (ushort)translate->key.output_stride,
234 (ushort)count))
H A Ddraw_pipe_vbuf.c73 ushort *indices;
130 static inline ushort
150 return (ushort)vertex->vertex_id;
386 (ushort) vbuf->vertex_size,
387 (ushort) vbuf->max_vertices);
453 vbuf->indices = (ushort *) align_malloc(vbuf->max_indices *
H A Ddraw_pt.h106 const ushort *draw_elts,
121 const ushort *draw_elts,
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h62 ushort (*depth16)[TILE_SIZE];
63 ushort init_idepth[4], idepth[4], depth_step;
67 init_idepth[0] = (ushort)((z0) * scale);
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale);
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
72 depth_step = (ushort)(dzdx * scale);
87 depth16 = (ushort (*)[TILE_SIZE])
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2];
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_unfilled_indices.c44 ushort *out_us = (ushort *)out;
47 out_us[i] = (ushort) in_ub[i+start];
75 ushort *out_us = (ushort *)out;
78 out_us[i] = (ushort)(i + start);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_pxm.cpp280 ((ushort *)src)[x] = (ushort)code;
301 int v = ((ushort *)src)[x];
315 ushort *d = (ushort *)data, *s = (ushort *)src, *end = ((ushort *)src) + m_width;
332 icvCvt_RGB2BGR_16u_C3R( (ushort *)src, 0, (ushort *)data, 0, cvSize(m_width,1) );
337 icvCvt_BGR2Gray_16u_C3C1R( (ushort *)sr
[all...]
H A Dutils.cpp102 void icvCvt_BGR2Gray_16u_C3C1R( const ushort* rgb, int rgb_step,
103 ushort* gray, int gray_step,
113 gray[i] = (ushort)t;
211 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step,
212 ushort* rgb, int rgb_step, CvSize size )
219 ushort t0 = bgr[0], t1 = bgr[1], t2 = bgr[2];
228 typedef unsigned short ushort; typedef
238 int t = descale( ((((ushort*)bgr555)[i] << 3) & 0xf8)*cB +
239 ((((ushort*)bgr555)[i] >> 2) & 0xf8)*cG +
240 ((((ushort*)bgr55
[all...]
H A Dutils.h58 void icvCvt_BGR2Gray_16u_C3C1R( const ushort* bgr, int bgr_step,
59 ushort* gray, int gray_step,
75 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step,
76 ushort* rgb, int rgb_step, CvSize size );
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_private.h76 ushort min_index;
77 ushort max_index;
H A Dsvga_resource_texture.h54 ushort *defined;
101 ushort *rendered_to;
106 ushort *dirty;
/external/opencv/cvaux/src/
H A D_cvaux.h52 typedef unsigned short ushort; typedef
H A Dcvsegment.cpp46 ushort y;
47 ushort l;
48 ushort r;
49 ushort Prevl;
50 ushort Prevr;
58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \
59 stack[StIn].l=(ushort)(IL); \
60 stack[StIn].r=(ushort)(IR); \
61 stack[StIn].Prevl=(ushort)(IPL); \
62 stack[StIn].Prevr=(ushort)(IP
[all...]
/external/mesa3d/docs/specs/OLD/
H A DMESA_packed_depth_stencil.spec114 UNSIGNED_SHORT_5_6_5 ushort 3 RGB
115 UNSIGNED_SHORT_5_6_5_REV ushort 3 RGB
116 UNSIGNED_SHORT_4_4_4_4 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
117 UNSIGNED_SHORT_4_4_4_4_REV ushort 4 RGBA,BGRA
118 UNSIGNED_SHORT_5_5_5_1 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
119 UNSIGNED_SHORT_1_5_5_5_REV ushort 4 RGBA,BGRA
124 UNSIGNED_SHORT_15_1_MESA ushort 2 DEPTH_STENCIL_MESA
125 UNSIGNED_SHORT_1_15_REV_MESA ushort 2 DEPTH_STENCIL_MESA
126 UNSIGNED_SHORT_24_8_MESA ushort 2 DEPTH_STENCIL_MESA
127 UNSIGNED_SHORT_8_24_REV_MESA ushort
[all...]
/external/opencv/cv/src/
H A Dcvsmooth.cpp548 ushort coarse[16];
549 ushort fine[16][16];
558 *((ushort*) h.fine + x) op;
575 static inline void histogram_add( const ushort x[16], ushort y[16] )
583 static inline void histogram_add( const ushort x[16], ushort y[16] )
591 static inline void histogram_add( const ushort x[16], ushort y[16] )
593 *(vector ushort*)
[all...]
H A D_cv.h61 typedef unsigned short ushort; typedef
/external/flatbuffers/tests/MyGame/Example/
H A DStat.php66 * @return ushort
119 * @param ushort
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
H A Dtypes.h29 typedef unsigned short ushort; typedef
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c143 ATTRIB( R16G16B16A16_FLOAT, 4, float, ushort, TO_16_FLOAT )
144 ATTRIB( R16G16B16_FLOAT, 3, float, ushort, TO_16_FLOAT )
145 ATTRIB( R16G16_FLOAT, 2, float, ushort, TO_16_FLOAT )
146 ATTRIB( R16_FLOAT, 1, float, ushort, TO_16_FLOAT )
168 ATTRIB( R16G16B16A16_USCALED, 4, float, ushort, TO_16_USCALED )
169 ATTRIB( R16G16B16_USCALED, 3, float, ushort, TO_16_USCALED )
170 ATTRIB( R16G16_USCALED, 2, float, ushort, TO_16_USCALED )
171 ATTRIB( R16_USCALED, 1, float, ushort, TO_16_USCALED )
178 ATTRIB( R16G16B16A16_UNORM, 4, float, ushort, TO_16_UNORM )
179 ATTRIB( R16G16B16_UNORM, 3, float, ushort, TO_16_UNOR
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h79 typedef unsigned short ushort; typedef
/external/opencv/cxcore/include/
H A Dcvwimage.h156 typedef WImage<ushort> WImage_16u;
157 typedef WImageView<ushort> WImageView_16u;
158 typedef WImageBuffer<ushort> WImageBuffer_16u;
160 typedef WImageC<ushort, 1> WImage1_16u;
161 typedef WImageViewC<ushort, 1> WImageView1_16u;
162 typedef WImageBufferC<ushort, 1> WImageBuffer1_16u;
164 typedef WImageC<ushort, 3> WImage3_16u;
165 typedef WImageViewC<ushort, 3> WImageView3_16u;
166 typedef WImageBufferC<ushort, 3> WImageBuffer3_16u;
513 inline int WImage<ushort>
[all...]

Completed in 675 milliseconds

1234