Home
last modified time | relevance | path

Searched refs:vec16 (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/Sema/
Dext_vector_components.c14 float16 vec16; in test() local
38 vec4.x = vec16.sf; in test()
39 vec4.x = vec16.sF; in test()
/external/libyuv/files/source/
Dscale_neon.cc241 const vec16 kMult38_Div6 =
244 const vec16 kMult38_Div9 =
Drow_posix.cc1295 vec16 kUVBiasB; // 48
1296 vec16 kUVBiasG; // 64
1297 vec16 kUVBiasR; // 80
1298 vec16 kYSub16; // 96
1299 vec16 kYToRgb; // 112
Drow_win.cc1515 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 };
Dscale.cc158 CONST vec16 kRound34 =
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp_blit.cpp773 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 …]
Dbrw_wm_emit.c128 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()
Dbrw_fs_emit.cpp137 dst = vec16(dst); in generate_pixel_xy()
388 dst = vec16(dst); in generate_tex()
Dbrw_eu_emit.c1902 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()
Dbrw_eu.h625 static INLINE struct brw_reg vec16( struct brw_reg reg ) in vec16() function
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_neon.cc264 static vec16 kMult38_Div6 =
267 static vec16 kMult38_Div9 =
Drow_posix.cc95 static vec16 kAddYJ64 = {
2078 vec16 kUVBiasB; // 48
2079 vec16 kUVBiasG; // 64
2080 vec16 kUVBiasR; // 80
2081 vec16 kYSub16; // 96
2082 vec16 kYToRgb; // 112
Dscale_posix.cc58 static vec16 kRound34 =
Drow_win.cc65 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 = {
Dscale_win.cc58 static vec16 kRound34 =
/external/libyuv/files/include/libyuv/
Drow.h151 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/
Drow.h368 typedef __declspec(align(16)) int16 vec16[8]; typedef
384 typedef int16 __attribute__((vector_size(16))) vec16;
392 typedef int16 vec16[8];