/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test_tmp.h | 62 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()
|
D | sp_prim_vbuf.c | 90 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()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vbuf.h | 85 ushort vertex_size, 86 ushort nr_vertices ); 90 ushort min_index, 91 ushort max_index ); 106 const ushort *indices,
|
D | draw_pt_fetch_shade_emit.c | 203 (ushort)fse->key.output_stride, in fse_run_linear() 204 (ushort)count )) in fse_run_linear() 231 draw->render->unmap_vertices( draw->render, 0, (ushort)(count - 1) ); in fse_run_linear() 254 const ushort *draw_elts, in fse_run() 267 (ushort)fse->key.output_stride, in fse_run() 268 (ushort)fetch_count )) in fse_run() 292 draw->render->unmap_vertices( draw->render, 0, (ushort)(fetch_count - 1) ); in fse_run() 312 const ushort *draw_elts, in fse_run_linear_elts() 325 (ushort)fse->key.output_stride, in fse_run_linear_elts() 326 (ushort)count )) in fse_run_linear_elts() [all …]
|
D | draw_pt_vsplit.c | 48 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, in vsplit_add_cache_ushort() 189 #define ELT_TYPE ushort 254 ushort i; in draw_pt_vsplit()
|
D | draw_pt_fetch_emit.c | 193 const ushort *draw_elts, in fetch_emit_run() 206 (ushort)feme->translate->key.output_stride, in fetch_emit_run() 207 (ushort)fetch_count ); in fetch_emit_run() 235 (ushort)(fetch_count - 1) ); in fetch_emit_run() 265 (ushort)feme->translate->key.output_stride, in fetch_emit_run_linear() 266 (ushort)count )) in fetch_emit_run_linear() 312 const ushort *draw_elts, in fetch_emit_run_linear_elts() 325 (ushort)feme->translate->key.output_stride, in fetch_emit_run_linear_elts() 326 (ushort)count )) in fetch_emit_run_linear_elts() 342 draw->render->unmap_vertices( draw->render, 0, (ushort)(count - 1) ); in fetch_emit_run_linear_elts()
|
D | draw_pt_emit.c | 142 const ushort *elts = prim_info->elts; in draw_pt_emit() 162 (ushort)translate->key.output_stride, in draw_pt_emit() 163 (ushort)vertex_count); in draw_pt_emit() 233 (ushort)translate->key.output_stride, in draw_pt_emit_linear() 234 (ushort)count)) in draw_pt_emit_linear()
|
D | draw_pipe_vbuf.c | 73 ushort *indices; 130 static inline ushort 150 return (ushort)vertex->vertex_id; in emit_vertex() 386 (ushort) vbuf->vertex_size, in vbuf_alloc_vertices() 387 (ushort) vbuf->max_vertices); in vbuf_alloc_vertices() 453 vbuf->indices = (ushort *) align_malloc(vbuf->max_indices * in draw_vbuf_stage()
|
D | draw_pipe.h | 46 ushort flags; 47 ushort pad;
|
D | draw_pt_vsplit_tmp.h | 45 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()
|
D | draw_pt.h | 106 const ushort *draw_elts, 121 const ushort *draw_elts,
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_unfilled_indices.c | 44 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()
|
/external/mesa3d/docs/specs/OLD/ |
D | MESA_packed_depth_stencil.spec | 114 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 2 DEPTH_STENCIL_MESA
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 143 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_UNORM ) [all …]
|
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/ |
D | spirv_convert.h | 182 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort(half); 183 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_rtz(half); 184 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_rte(half); 185 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_rtp(half); 186 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_rtn(half); 187 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_sat(half); 188 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_sat_rtz(half); 189 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_sat_rte(half); 190 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_sat_rtp(half); 191 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_sat_rtn(half); [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_swtnl_private.h | 76 ushort min_index; 77 ushort max_index;
|
D | svga_resource_texture.h | 54 ushort *defined; 101 ushort *rendered_to; 106 ushort *dirty;
|
D | svga_swtnl_backend.c | 61 ushort vertex_size, in svga_vbuf_render_allocate_vertices() 62 ushort nr_vertices ) in svga_vbuf_render_allocate_vertices() 163 ushort min_index, in svga_vbuf_render_unmap_vertices() 164 ushort max_index ) in svga_vbuf_render_unmap_vertices() 314 const ushort *indices, in svga_vbuf_render_draw_elements()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 53 ushort us; 55 ushort h[4]; /* half float */ 225 ushort p = uc->us; in util_unpack_color_ub() 234 ushort p = uc->us; in util_unpack_color_ub() 243 ushort p = uc->us; in util_unpack_color_ub() 252 ushort p = uc->us; in util_unpack_color_ub()
|
D | u_tile.c | 100 z16_get_tile_rgba(const ushort *src, in z16_get_tile_rgba() 364 z16_get_tile_rgba((ushort *) src, w, h, dst, dst_stride); in pipe_tile_raw_to_rgba() 647 const ushort *ptrc in pipe_get_tile_z() 648 = (const ushort *)(map + y * pt->stride + x*2); in pipe_get_tile_z() 791 ushort *pDest = (ushort *) (map + y * pt->stride + x*2); in pipe_put_tile_z()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.php | 66 * @return ushort 119 * @param ushort
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_prim_vbuf.c | 225 ushort vertex_size, in i915_vbuf_render_allocate_vertices() 226 ushort nr_vertices) in i915_vbuf_render_allocate_vertices() 280 ushort min_index, in i915_vbuf_render_unmap_vertices() 281 ushort max_index) in i915_vbuf_render_unmap_vertices() 547 const ushort *indices, in draw_generate_indices() 615 const ushort *indices, in i915_vbuf_render_draw_elements()
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 35 typedef unsigned short ushort; typedef 93 typedef ushort ushort2 __attribute__((ext_vector_type(2))); 94 typedef ushort ushort3 __attribute__((ext_vector_type(3))); 95 typedef ushort ushort4 __attribute__((ext_vector_type(4))); 96 typedef ushort ushort8 __attribute__((ext_vector_type(8))); 97 typedef ushort ushort16 __attribute__((ext_vector_type(16))); 307 char __ovld __cnfn convert_char_rte(ushort); 308 char __ovld __cnfn convert_char_sat_rte(ushort); 309 char __ovld __cnfn convert_char_rtz(ushort); 310 char __ovld __cnfn convert_char_sat_rtz(ushort); [all …]
|
/external/flatbuffers/reflection/ |
D | reflection.fbs | 60 id:ushort; 61 offset:ushort; // Offset into the vtable for tables, or into the struct.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_vbuf.c | 76 ushort vertex_size, ushort nr_vertices) in lp_setup_allocate_vertices() 108 ushort min_index, in lp_setup_unmap_vertices() 109 ushort max_index ) in lp_setup_unmap_vertices() 136 lp_setup_draw_elements(struct vbuf_render *vbr, const ushort *indices, uint nr) in lp_setup_draw_elements()
|