HomeSort by relevance Sort by last modified time
    Searched refs:vec16 (Results 1 - 21 of 21) sorted by null

  /external/clang/test/Sema/
ext_vector_components.c 14 float16 vec16; local
38 vec4.x = vec16.sf;
39 vec4.x = vec16.sF;
65 vec4.r = vec16.sf;
66 vec4.g = vec16.sF;
  /external/clang/test/CodeGen/
ext-vector.c 307 float16 vec16, vec16_2; variable
337 vec4.b = vec16.sb;
339 vec4_2 = vec16.sabcd;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 536 /* Data read from texture (4 vec16's per array element) */
773 retype(vec16(brw_vec8_grf(reg, 0)), key->texture_data_type);
780 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW));
782 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW));
786 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW));
787 this->t1 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW));
788 this->t2 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW));
    [all...]
brw_wm_emit.c 128 dst0_uw = vec16(retype(dst[0], BRW_REGISTER_TYPE_UW));
129 dst1_uw = vec16(retype(dst[1], BRW_REGISTER_TYPE_UW));
1058 dst_retyped = retype(vec16(dst[0]), BRW_REGISTER_TYPE_UW);
1194 dst_retyped = retype(vec16(dst[0]), BRW_REGISTER_TYPE_UW);
    [all...]
brw_fs_emit.cpp 137 dst = vec16(dst);
388 dst = vec16(dst);
brw_eu_emit.c     [all...]
brw_eu.h 625 static INLINE struct brw_reg vec16( struct brw_reg reg )
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_neon.cc 281 static vec16 kMult38_Div6 =
284 static vec16 kMult38_Div9 =
    [all...]
scale_neon64.cc 280 static vec16 kMult38_Div6 =
283 static vec16 kMult38_Div9 =
    [all...]
scale_gcc.cc 60 static vec16 kRound34 =
    [all...]
scale_win.cc 59 static vec16 kRound34 =
    [all...]
row_gcc.cc 98 static vec16 kAddYJ64 = {
    [all...]
row_win.cc 205 static const vec16 kAddYJ64 = {
    [all...]
  /external/libyuv/files/source/
scale_neon.cc 297 static vec16 kMult38_Div6 = {65536 / 12, 65536 / 12, 65536 / 12, 65536 / 12,
299 static vec16 kMult38_Div9 = {65536 / 18, 65536 / 18, 65536 / 18, 65536 / 18,
    [all...]
scale_neon64.cc 296 static vec16 kMult38_Div6 = {65536 / 12, 65536 / 12, 65536 / 12, 65536 / 12,
298 static vec16 kMult38_Div9 = {65536 / 18, 65536 / 18, 65536 / 18, 65536 / 18,
    [all...]
scale_gcc.cc 55 static vec16 kRound34 = {2, 2, 2, 2, 2, 2, 2, 2};
    [all...]
scale_win.cc 54 static vec16 kRound34 = {2, 2, 2, 2, 2, 2, 2, 2};
    [all...]
row_gcc.cc 82 static vec16 kAddYJ64 = {64, 64, 64, 64, 64, 64, 64, 64};
    [all...]
row_win.cc 188 static const vec16 kAddYJ64 = {64, 64, 64, 64, 64, 64, 64, 64};
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 381 typedef __declspec(align(16)) int16 vec16[8]; variable
400 typedef int16 __attribute__((vector_size(16))) vec16;
414 typedef int16 vec16[8];
435 vec16 kUVBiasBGR;
443 vec16 kUVBiasBGR;
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 462 typedef __declspec(align(16)) int16 vec16[8]; variable
481 typedef int16 __attribute__((vector_size(16))) vec16;
495 typedef int16 vec16[8];
516 vec16 kUVBiasBGR;
524 vec16 kUVBiasBGR;
    [all...]

Completed in 507 milliseconds