Home
last modified time | relevance | path

Searched defs:vec1 (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dvec1.hpp115 typedef highp_vec1 vec1; typedef
117 typedef mediump_vec1 vec1; typedef
119 typedef lowp_vec1 vec1; typedef
123 typedef highp_vec1 vec1; typedef
/third_party/gn/src/gn/
Dimmutable_vector_unittest.cc16 ImmutableVector<int> vec1 = {100, 42}; in TEST() local
56 ImmutableVector<int> vec1 = {1, 2, 3, 4}; in TEST() local
69 ImmutableVector<int> vec1 = {1, 3, 5, 7}; in TEST() local
/third_party/ffmpeg/libavcodec/ppc/
Daudiodsp.c42 register vec_s16 vec1; in scalarproduct_int16_altivec() local
67 register vec_s16 vec1; in scalarproduct_int16_vsx() local
/third_party/skia/modules/canvaskit/wasm_tools/SIMD/
Dsimd_float_capabilities.cpp34 auto vec1 = skvx::Vec<4, float>({11.f, -22.f, 33.f, -44.f}); in main() local
Dsimd_int_capabilities.cpp34 auto vec1 = skvx::Vec<4, int>({3, 7, 11, 23}); in main() local
/third_party/json/tests/src/
Dfuzzer-parse_bson.cpp34 std::vector<uint8_t> vec1(data, data + size); in LLVMFuzzerTestOneInput() local
Dfuzzer-parse_msgpack.cpp34 std::vector<uint8_t> vec1(data, data + size); in LLVMFuzzerTestOneInput() local
Dfuzzer-parse_cbor.cpp34 std::vector<uint8_t> vec1(data, data + size); in LLVMFuzzerTestOneInput() local
Dfuzzer-parse_bjdata.cpp40 std::vector<uint8_t> vec1(data, data + size); in LLVMFuzzerTestOneInput() local
Dfuzzer-parse_ubjson.cpp40 std::vector<uint8_t> vec1(data, data + size); in LLVMFuzzerTestOneInput() local
Dunit-regression1.cpp912 std::vector<uint8_t> vec1 {0xcb, 0x8f, 0x0a}; variable
937 std::vector<uint8_t> vec1 {0x87}; variable
979 std::vector<uint8_t> vec1 {0x7f}; variable
1019 std::vector<uint8_t> vec1 {0x7f, 0x61, 0x61}; variable
1052 std::vector<uint8_t> vec1 variable
1173 …std::vector<uint8_t> vec1 = {0xf9, 0xff, 0xff, 0x4a, 0x3a, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf… variable
/third_party/skia/third_party/externals/spirv-tools/test/util/
Dsmall_vector_test.cpp60 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
74 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
88 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
102 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
116 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
129 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
142 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
155 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/
Dsmall_vector_test.cpp60 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
74 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
88 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
102 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
116 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
129 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
142 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
155 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_quad.c93 LLVMValueRef vec1, vec2; in lp_build_packed_ddx_ddy_onecoord() local
130 LLVMValueRef vec1, vec2; in lp_build_packed_ddx_ddy_twocoord() local
/third_party/spirv-tools/test/util/
Dsmall_vector_test.cpp72 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
86 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
100 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
114 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
128 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
141 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
154 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
167 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
/third_party/skia/src/pathops/
DSkOpEdgeBuilder.cpp204 SkVector vec1 = pointsPtr[1] - pointsPtr[0]; in walk() local
233 SkVector vec1 = pointsPtr[1] - pointsPtr[0]; in walk() local
/third_party/ffmpeg/libavcodec/mips/
Dvp9_mc_msa.c52 #define FILT_8TAP_DPADD_S_H(vec0, vec1, vec2, vec3, \ argument
846 v16u8 mask0, mask1, mask2, mask3, vec0, vec1; in common_hv_8ht_8vt_8w_msa() local
1030 v8i16 filt, vec0, vec1, vec2, vec3; in common_hz_8t_and_aver_dst_4x8_msa() local
1132 v8i16 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7; in common_hz_8t_and_aver_dst_16w_msa() local
1190 v8i16 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7; in common_hz_8t_and_aver_dst_32w_msa() local
1249 v8i16 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7; in common_hz_8t_and_aver_dst_64w_msa() local
1562 v8i16 hz_out7, hz_out8, hz_out9, res0, res1, vec0, vec1, vec2, vec3, vec4; in common_hv_8ht_8vt_and_aver_dst_4w_msa() local
1800 v16u8 filt0, vec0, vec1, res0, res1; in common_hz_2t_4x4_msa() local
1822 v16u8 vec0, vec1, vec2, vec3, filt0; in common_hz_2t_4x8_msa() local
1866 v8u16 vec0, vec1, vec2, vec3, filt; in common_hz_2t_8x4_msa() local
[all …]
Dhevcpred_msa.c33 #define HEVC_PRED_PLANAR_16x2(src0_r, src0_l, tmp0, tmp1, vec0, vec1, \ argument
68 v8i16 vec0, vec1, vec2; in hevc_intra_pred_vert_4x4_msa() local
103 v8i16 vec0, vec1, vec2; in hevc_intra_pred_vert_8x8_msa() local
158 v8i16 vec0, vec1, vec2, vec3; in hevc_intra_pred_vert_16x16_msa() local
351 v8u16 sum, vec0, vec1; in hevc_intra_pred_dc_4x4_msa() local
412 v8u16 sum, vec0, vec1; in hevc_intra_pred_dc_8x8_msa() local
470 v8u16 vec0, vec1, vec2; in hevc_intra_pred_dc_16x16_msa() local
555 v8i16 vec0, vec1, vec2, vec3, res0, res1, res2, res3; in hevc_intra_pred_plane_4x4_msa() local
602 v8i16 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7; in hevc_intra_pred_plane_8x8_msa() local
669 v8i16 vec0, vec1; in hevc_intra_pred_plane_16x16_msa() local
[all …]
Dvp8_mc_msa.c107 #define FILT_4TAP_DPADD_S_H(vec0, vec1, filt0, filt1) \ argument
587 v16u8 mask0, mask1, mask2, vec0, vec1; in ff_put_vp8_epel8_h6v6_msa() local
1052 v8i16 filt, filt_vt0, filt_vt1, tmp0, tmp1, vec0, vec1, vec2; in ff_put_vp8_epel4_h4v4_msa() local
1113 v8i16 vec0, vec1, vec2, vec3, vec4; in ff_put_vp8_epel8_h4v4_msa() local
1194 v8i16 filt, filt_vt0, filt_vt1, tmp0, tmp1, vec0, vec1, vec2; in ff_put_vp8_epel4_h6v4_msa() local
1260 v8i16 tmp0, tmp1, tmp2, tmp3, vec0, vec1, vec2, vec3; in ff_put_vp8_epel8_h6v4_msa() local
1414 v16u8 vec0, vec1; in ff_put_vp8_epel8_h4v6_msa() local
1497 v16u8 filt0, vec0, vec1, res0, res1; in common_hz_2t_4x4_msa() local
1519 v16u8 vec0, vec1, vec2, vec3, filt0; in common_hz_2t_4x8_msa() local
1563 v8u16 vec0, vec1, vec2, vec3, filt; in common_hz_2t_8x4_msa() local
[all …]
Dhevcdsp_msa.c456 v16i8 vec0, vec1, vec2, vec3; in hevc_hz_8t_4w_msa() local
511 v16i8 vec0, vec1, vec2, vec3; in hevc_hz_8t_8w_msa() local
566 v16i8 vec0, vec1, vec2, vec3, vec4, vec5; in hevc_hz_8t_12w_msa() local
641 v16i8 vec0, vec1, vec2, vec3; in hevc_hz_8t_16w_msa() local
698 v16i8 vec0, vec1, vec2, vec3, vec4, vec5; in hevc_hz_8t_24w_msa() local
773 v16i8 vec0, vec1, vec2, vec3; in hevc_hz_8t_32w_msa() local
833 v16i8 vec0, vec1, vec2, vec3, vec4, vec5; in hevc_hz_8t_48w_msa() local
904 v16i8 vec0, vec1, vec2, vec3; in hevc_hz_8t_64w_msa() local
1371 v16i8 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7; in hevc_hv_8t_4w_msa() local
1483 v16i8 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7; in hevc_hv_8t_8multx1mult_msa() local
[all …]
Dhevc_mc_bi_msa.c31 #define HEVC_BI_RND_CLIP2(in0, in1, vec0, vec1, rnd_val, out0, out1) \ argument
39 vec0, vec1, vec2, vec3, rnd_val, \ argument
46 #define HEVC_BI_RND_CLIP2_MAX_SATU(in0, in1, vec0, vec1, rnd_val, \ argument
54 #define HEVC_BI_RND_CLIP4_MAX_SATU(in0, in1, in2, in3, vec0, vec1, vec2, \ argument
542 v16i8 vec0, vec1, vec2, vec3; in hevc_hz_bi_8t_4w_msa() local
615 v16i8 vec0, vec1, vec2, vec3; in hevc_hz_bi_8t_8w_msa() local
683 v16i8 vec0, vec1, vec2; in hevc_hz_bi_8t_12w_msa() local
771 v16i8 vec0, vec1, vec2, vec3; in hevc_hz_bi_8t_16w_msa() local
843 v16i8 vec0, vec1, vec2, vec3; in hevc_hz_bi_8t_24w_msa() local
914 v16i8 vec0, vec1, vec2, vec3; in hevc_hz_bi_8t_32w_msa() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_wrap_vector_synonym.cpp66 auto vec1 = ir_context->get_def_use_mgr()->GetDef(message_.vector_operand1()); in IsApplicable() local
/third_party/spirv-tools/source/fuzz/
Dtransformation_wrap_vector_synonym.cpp66 auto vec1 = ir_context->get_def_use_mgr()->GetDef(message_.vector_operand1()); in IsApplicable() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_wrap_vector_synonym.cpp66 auto vec1 = ir_context->get_def_use_mgr()->GetDef(message_.vector_operand1()); in IsApplicable() local
/third_party/ffmpeg/libavcodec/loongarch/
Dhevcdsp_lsx.c613 __m128i vec0, vec1, vec2, vec3; in hevc_hz_8t_4w_lsx() local
699 __m128i vec0, vec1, vec2, vec3; in hevc_hz_8t_8w_lsx() local
760 __m128i vec0, vec1, vec2, vec3, vec4, vec5; in hevc_hz_8t_12w_lsx() local
849 __m128i vec0, vec1, vec2, vec3; in hevc_hz_8t_16w_lsx() local
909 __m128i vec0, vec1, vec2, vec3, vec4, vec5; in hevc_hz_8t_24w_lsx() local
979 __m128i vec0, vec1, vec2, vec3; in hevc_hz_8t_32w_lsx() local
1039 __m128i vec0, vec1, vec2, vec3, vec4, vec5; in hevc_hz_8t_48w_lsx() local
1108 __m128i vec0, vec1, vec2, vec3; in hevc_hz_8t_64w_lsx() local
1670 __m128i vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7; in hevc_hv_8t_4w_lsx() local
1808 __m128i vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7; in hevc_hv_8t_8multx1mult_lsx() local
[all …]

1234