Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h62 ushort (*depth16)[TILE_SIZE]; in NAME()
63 ushort init_idepth[4], idepth[4], depth_step; in NAME()
67 init_idepth[0] = (ushort)((z0) * scale); in NAME()
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale); in NAME()
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale); in NAME()
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale); in NAME()
72 depth_step = (ushort)(dzdx * scale); in NAME()
87 depth16 = (ushort (*)[TILE_SIZE]) in NAME()
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2]; in NAME()
H A Dsp_prim_vbuf.c90 ushort vertex_size, ushort nr_vertices) in sp_vbuf_allocate_vertices()
125 ushort min_index, in sp_vbuf_unmap_vertices()
126 ushort max_index ) in sp_vbuf_unmap_vertices()
160 sp_vbuf_draw_elements(struct vbuf_render *vbr, const ushort *indices, uint nr) in sp_vbuf_draw_elements()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vbuf.h86 ushort vertex_size,
87 ushort nr_vertices);
91 ushort min_index,
92 ushort max_index);
108 * Draw indexed primitives. Note that indices are ushort. The driver
112 const ushort *indices,
H A Ddraw_pt_fetch_shade_emit.c202 (ushort) fse->key.output_stride, in fse_run_linear()
203 (ushort) count)) in fse_run_linear()
229 draw->render->unmap_vertices(draw->render, 0, (ushort) (count - 1)); in fse_run_linear()
250 const ushort *draw_elts, in fse_run()
263 (ushort) fse->key.output_stride, in fse_run()
264 (ushort) fetch_count)) in fse_run()
284 draw->render->unmap_vertices(draw->render, 0, (ushort)(fetch_count - 1)); in fse_run()
301 const ushort *draw_elts, in fse_run_linear_elts()
314 (ushort) fse->key.output_stride, in fse_run_linear_elts()
315 (ushort) coun in fse_run_linear_elts()
[all...]
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;
142 vsplit_add_cache_ushort(struct vsplit_frontend *vsplit, const ushort *elts, in vsplit_add_cache_ushort()
194 #define ELT_TYPE ushort
H A Ddraw_pipe_vbuf.c72 ushort *indices;
118 static inline ushort
137 return (ushort)vertex->vertex_id; in emit_vertex()
365 (ushort) vbuf->vertex_size, in vbuf_alloc_vertices()
366 (ushort) vbuf->max_vertices); in vbuf_alloc_vertices()
432 vbuf->indices = (ushort *) align_malloc(vbuf->max_indices * in draw_vbuf_stage()
H A Ddraw_pipe_stipple.c51 ushort pattern;
52 ushort factor;
113 stipple_test(unsigned counter, ushort pattern, ushort factor) in stipple_test()
H A Ddraw_pt_emit.c144 const ushort *elts = prim_info->elts; in draw_pt_emit()
167 (ushort)translate->key.output_stride, in draw_pt_emit()
168 (ushort)vertex_count); in draw_pt_emit()
241 (ushort)translate->key.output_stride, in draw_pt_emit_linear()
242 (ushort)count)) in draw_pt_emit_linear()
H A Ddraw_pipe.h46 ushort flags;
47 ushort pad;
H A Ddraw_pt_vsplit_tmp.h45 const ushort *draw_elts = NULL; in CONCAT()
67 draw_elts = (const ushort *) (ib + istart); in CONCAT()
103 vsplit->draw_elts[i] = (ushort) idx; in CONCAT()
113 vsplit->draw_elts[i] = (ushort) (idx - min_index); in CONCAT()
H A Ddraw_pt.h106 const ushort *draw_elts,
121 const ushort *draw_elts,
H A Ddraw_pipe.c139 ushort flags, in do_line()
160 ushort flags, in do_triangle()
213 const ushort *elts, \
/third_party/mesa3d/src/util/indices/
H A Du_unfilled_indices.c44 ushort *out_us = (ushort *)out; in translate_ubyte_ushort()
47 out_us[i] = (ushort) in_ub[i+start]; in translate_ubyte_ushort()
75 ushort *out_us = (ushort *)out; in generate_linear_ushort()
78 out_us[i] = (ushort)(i + start); in generate_linear_ushort()
H A Du_unfilled_gen.py27 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint'
51 intype_idx = dict(ubyte='IN_UBYTE', ushort='IN_USHORT', uint='IN_UINT')
52 outtype_idx = dict(ushort='OUT_USHORT', uint='OUT_UINT')
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dcast.c4 typedef unsigned short ushort; typedef
21 DEFINE_CAST(from, ushort) \
36 DEFINE_CASTS(ushort)
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c145 ATTRIB(R16G16B16A16_FLOAT, 4, float, ushort, TO_16_FLOAT)
146 ATTRIB(R16G16B16_FLOAT, 3, float, ushort, TO_16_FLOAT)
147 ATTRIB(R16G16_FLOAT, 2, float, ushort, TO_16_FLOAT)
148 ATTRIB(R16_FLOAT, 1, float, ushort, TO_16_FLOAT)
170 ATTRIB(R16G16B16A16_USCALED, 4, float, ushort, TO_16_USCALED)
171 ATTRIB(R16G16B16_USCALED, 3, float, ushort, TO_16_USCALED)
172 ATTRIB(R16G16_USCALED, 2, float, ushort, TO_16_USCALED)
173 ATTRIB(R16_USCALED, 1, float, ushort, TO_16_USCALED)
180 ATTRIB(R16G16B16A16_UNORM, 4, float, ushort, TO_16_UNORM)
181 ATTRIB(R16G16B16_UNORM, 3, float, ushort, TO_16_UNOR
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dutfdef.h16 #define ushort _utfushort macro
23 typedef unsigned short ushort; typedef
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_private.h76 ushort min_index;
77 ushort max_index;
H A Dsvga_swtnl_backend.c61 ushort vertex_size, in svga_vbuf_render_allocate_vertices()
62 ushort nr_vertices) in svga_vbuf_render_allocate_vertices()
168 ushort min_index, in svga_vbuf_render_unmap_vertices()
169 ushort max_index) in svga_vbuf_render_unmap_vertices()
316 const ushort *indices, in svga_vbuf_render_draw_elements()
H A Dsvga_resource_texture.h51 ushort *defined;
91 ushort *rendered_to;
96 ushort *dirty;
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_vbuf.c206 ushort vertex_size, ushort nr_vertices) in i915_vbuf_render_allocate_vertices()
255 i915_vbuf_render_unmap_vertices(struct vbuf_render *render, ushort min_index, in i915_vbuf_render_unmap_vertices()
256 ushort max_index) in i915_vbuf_render_unmap_vertices()
266 * Ensure that the given max_index given is not larger ushort max.
267 * If it is larger then ushort max it advanced the hw_offset to the
501 draw_generate_indices(struct vbuf_render *render, const ushort *indices, in draw_generate_indices()
568 const ushort *indices, uint32_t nr_indices) in i915_vbuf_render_draw_elements()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pack_color.h52 ushort us;
54 ushort h[4]; /* half float */
224 ushort p = uc->us; in util_unpack_color_ub()
233 ushort p = uc->us; in util_unpack_color_ub()
242 ushort p = uc->us; in util_unpack_color_ub()
251 ushort p = uc->us; in util_unpack_color_ub()
H A Du_threaded_context.h413 ushort num_slots;
414 ushort call_id;
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c69 ushort vertex_size, ushort nr_vertices) in nv30_render_allocate_vertices()
106 ushort min_index, ushort max_index) in nv30_render_unmap_vertices()
123 const ushort *indices, uint count) in nv30_render_draw_elements()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dgeneric-typename.c28 TEST(ushort, unsigned short)

Completed in 13 milliseconds

123