/external/clang/test/Sema/ |
D | ext_vector_components.c | 14 float16 vec16; in test() local 38 vec4.x = vec16.sf; in test() 39 vec4.x = vec16.sF; in test()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp_blit.cpp | 773 retype(vec16(brw_vec8_grf(reg, 0)), key->texture_data_type); in alloc_regs() 780 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW)); in alloc_regs() 782 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW)); in alloc_regs() 786 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW)); in alloc_regs() 787 this->t1 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW)); in alloc_regs() 788 this->t2 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW)); in alloc_regs() 1180 struct brw_reg null16 = vec16(retype(brw_null_reg(), BRW_REGISTER_TYPE_UW)); in kill_if_outside_dst_rect() 1316 brw_CMP(&func, vec16(brw_null_reg()), BRW_CONDITIONAL_NZ, in manual_blend() 1444 texture_lookup(vec16(mcs_data), GEN7_SAMPLER_MESSAGE_SAMPLE_LD_MCS, in mcs_fetch() 1465 retype(vec16(brw_message_reg(base_mrf)), BRW_REGISTER_TYPE_UD); in texture_lookup() [all …]
|
D | brw_wm_emit.c | 128 dst0_uw = vec16(retype(dst[0], BRW_REGISTER_TYPE_UW)); in emit_pixel_xy() 129 dst1_uw = vec16(retype(dst[1], BRW_REGISTER_TYPE_UW)); in emit_pixel_xy() 1058 dst_retyped = retype(vec16(dst[0]), BRW_REGISTER_TYPE_UW); in emit_tex() 1194 dst_retyped = retype(vec16(dst[0]), BRW_REGISTER_TYPE_UW); in emit_txb() 1602 brw_oword_block_read(p, vec16(reg), brw_message_reg(1), 2, slot); in emit_unspill()
|
D | brw_fs_emit.cpp | 137 dst = vec16(dst); in generate_pixel_xy() 388 dst = vec16(dst); in generate_tex()
|
D | brw_eu_emit.c | 1902 src_header = vec16(src_header); in brw_oword_block_write_scratch() 1918 dest = retype(vec16(brw_null_reg()), BRW_REGISTER_TYPE_UW); in brw_oword_block_write_scratch() 2252 dest = retype(vec16(brw_null_reg()), BRW_REGISTER_TYPE_UW); in brw_fb_WRITE()
|
D | brw_eu.h | 625 static INLINE struct brw_reg vec16( struct brw_reg reg ) in vec16() function
|
/external/libyuv/files/source/ |
D | scale_neon.cc | 281 static vec16 kMult38_Div6 = 284 static vec16 kMult38_Div9 =
|
D | scale_neon64.cc | 280 static vec16 kMult38_Div6 = 283 static vec16 kMult38_Div9 =
|
D | scale_gcc.cc | 60 static vec16 kRound34 =
|
D | scale_win.cc | 59 static vec16 kRound34 =
|
D | row_gcc.cc | 98 static vec16 kAddYJ64 = {
|
D | row_win.cc | 205 static const vec16 kAddYJ64 = {
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_neon.cc | 289 static vec16 kMult38_Div6 = 292 static vec16 kMult38_Div9 =
|
D | scale_neon64.cc | 280 static vec16 kMult38_Div6 = 283 static vec16 kMult38_Div9 =
|
D | scale_gcc.cc | 58 static vec16 kRound34 =
|
D | row_neon.cc | 157 static vec16 kUVBiasBGR = { BB, BG, BR, 0, 0, 0, 0, 0 };
|
D | row_neon64.cc | 148 static vec16 kUVBiasBGR = { BB, BG, BR, 0, 0, 0, 0, 0 };
|
D | scale_win.cc | 60 static vec16 kRound34 =
|
D | row_gcc.cc | 97 static vec16 kAddYJ64 = {
|
D | row_win.cc | 281 static const vec16 kAddYJ64 = {
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 378 typedef __declspec(align(16)) int16 vec16[8]; typedef 394 typedef int16 __attribute__((vector_size(16))) vec16; 409 typedef int16 vec16[8]; 430 vec16 kUVBiasBGR; 438 vec16 kUVBiasBGR;
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 371 typedef __declspec(align(16)) int16 vec16[8]; typedef 387 typedef int16 __attribute__((vector_size(16))) vec16; 402 typedef int16 vec16[8];
|