/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/libyuv/files/source/ |
D | scale_neon.cc | 241 const vec16 kMult38_Div6 = 244 const vec16 kMult38_Div9 =
|
D | row_posix.cc | 1295 vec16 kUVBiasB; // 48 1296 vec16 kUVBiasG; // 64 1297 vec16 kUVBiasR; // 80 1298 vec16 kYSub16; // 96 1299 vec16 kYToRgb; // 112
|
D | row_win.cc | 1515 static const vec16 kYToRgb = { YG, YG, YG, YG, YG, YG, YG, YG }; 1516 static const vec16 kYSub16 = { 16, 16, 16, 16, 16, 16, 16, 16 }; 1517 static const vec16 kUVBiasB = { BB, BB, BB, BB, BB, BB, BB, BB }; 1518 static const vec16 kUVBiasG = { BG, BG, BG, BG, BG, BG, BG, BG }; 1519 static const vec16 kUVBiasR = { BR, BR, BR, BR, BR, BR, BR, BR };
|
D | scale.cc | 158 CONST vec16 kRound34 =
|
/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/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_neon.cc | 264 static vec16 kMult38_Div6 = 267 static vec16 kMult38_Div9 =
|
D | row_posix.cc | 95 static vec16 kAddYJ64 = { 2078 vec16 kUVBiasB; // 48 2079 vec16 kUVBiasG; // 64 2080 vec16 kUVBiasR; // 80 2081 vec16 kYSub16; // 96 2082 vec16 kYToRgb; // 112
|
D | scale_posix.cc | 58 static vec16 kRound34 =
|
D | row_win.cc | 65 static const vec16 kYToRgb = { YG, YG, YG, YG, YG, YG, YG, YG }; 66 static const vec16 kYSub16 = { 16, 16, 16, 16, 16, 16, 16, 16 }; 67 static const vec16 kUVBiasB = { BB, BB, BB, BB, BB, BB, BB, BB }; 68 static const vec16 kUVBiasG = { BG, BG, BG, BG, BG, BG, BG, BG }; 69 static const vec16 kUVBiasR = { BR, BR, BR, BR, BR, BR, BR, BR }; 267 static const vec16 kAddYJ64 = {
|
D | scale_win.cc | 58 static vec16 kRound34 =
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 151 typedef __declspec(align(16)) int16 vec16[8]; typedef 159 typedef int16 __attribute__((vector_size(16))) vec16; 167 typedef int16 vec16[8];
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 368 typedef __declspec(align(16)) int16 vec16[8]; typedef 384 typedef int16 __attribute__((vector_size(16))) vec16; 392 typedef int16 vec16[8];
|