| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | vector_utils_unittest.cpp | 40 Vector2 vec(1.0, 2.0); in TEST() local 54 Vector2 vec(3.0); in TEST() local 61 Vector2 vec(Vector2(1.0, 2.0)); in TEST() local 68 Vector4 vec(1.0, Vector2(2.0, 3.0), 4.0); in TEST() local 79 Vector2 vec(1.0, 2.0); in TEST() local 96 Vector2 vec = Vector2::Load(data); in TEST() local 127 Vector2 vec(1.0, 2.0); in TEST() local 132 Vector2 vec(1.0, 2.0); in TEST() local 137 Vector2 vec(1.0, 2.0); in TEST() local 142 Vector2 vec(3.0, 4.0); in TEST() local [all …]
|
| D | FixedVector_unittest.cpp | 53 FixedVector<int, 5> vec = {0, 1, 2, 3, 4}; in TEST() local 61 FixedVector<int, 5> vec; in TEST() local 74 FixedVector<int, 5> vec; in TEST() local 84 FixedVector<int, 5> vec; in TEST() local 93 FixedVector<int, 5> vec; in TEST() local 106 FixedVector<int, 5> vec = {0, 1, 2, 3, 4}; in TEST() local 114 FixedVector<int, 5> vec; in TEST() local 126 FixedVector<int, 5> vec = {0, 1, 2, 3}; in TEST() local 140 FixedVector<int, 2> vec; in TEST() local
|
| D | FastVector_unittest.cpp | 76 FastVector<int, 5> vec = {0, 1, 2, 3, 4}; in TEST() local 87 FastVector<int, 5> vec; in TEST() local 101 FastVector<size_t, kSize> vec; in TEST() local 122 FastVector<int, 5> vec; in TEST() local 132 FastVector<int, 5> vec; in TEST() local 141 FastVector<int, 5> vec; in TEST() local 150 FastVector<int, 5> vec; in TEST() local 162 FastVector<int, 5> vec = {0, 1, 2, 3, 4}; in TEST() local 170 FastVector<int, 3> vec = {0, 1, 2, 3, 4}; in TEST() local 178 FastVector<int, 5> vec; in TEST() local [all …]
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| D | ITypVectorTests.cpp | 32 Vector vec; in TEST_F() local 38 Vector vec(Key(10)); in TEST_F() local 48 Vector vec(Key(10), Val(7)); in TEST_F() local 58 Vector vec = {Val(2), Val(8), Val(1)}; in TEST_F() local 72 Vector vec(rhs); in TEST_F() local 88 Vector vec = rhs; in TEST_F() local 107 Vector vec(std::move(rhs)); in TEST_F() local 120 Vector vec = std::move(rhs); in TEST_F() local 132 Vector vec(Key(10)); in TEST_F() local 155 Vector vec(Key(10)); in TEST_F() local [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| D | inlined_vector_exception_safety_test.cc | 124 bool InlinedVectorInvariants(VecT* vec) { in InlinedVectorInvariants() 238 EXPECT_TRUE(tester.Test([](VecT* vec) { in TYPED_TEST() 242 EXPECT_TRUE(tester.Test([](VecT* vec) { in TYPED_TEST() 247 EXPECT_TRUE(tester.Test([](VecT* vec) { in TYPED_TEST() 252 EXPECT_TRUE(tester.Test([](VecT* vec) { in TYPED_TEST() 257 EXPECT_TRUE(tester.Test([](VecT* vec) { in TYPED_TEST() 261 EXPECT_TRUE(tester.Test([](VecT* vec) { in TYPED_TEST() 278 EXPECT_TRUE(tester.Test([](VecT* vec) { in TYPED_TEST() 282 EXPECT_TRUE(tester.Test([](VecT* vec) { in TYPED_TEST() 296 EXPECT_TRUE(tester.Test([](VecT* vec) { in TYPED_TEST() [all …]
|
| D | inlined_vector_benchmark.cc | 245 VecType vec; in BM_Sizeof() local 455 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSize() 472 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSizeRef() 489 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromRange() 506 [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromCopy() 523 [&](InlVec<T>* vec, size_t i) { in BM_ConstructFromMove() 565 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignSizeRef() 567 [&](InlVec<T>* vec, size_t) { in BM_AssignSizeRef() 581 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignRange() 583 [&](InlVec<T>* vec, size_t) { in BM_AssignRange() [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/util/ |
| D | small_vector_test.cpp | 28 SmallVector<uint32_t, 2> vec; in TEST() local 36 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 48 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 168 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 181 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 194 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 208 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 222 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 241 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 260 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/ |
| D | small_vector_test.cpp | 28 SmallVector<uint32_t, 2> vec; in TEST() local 36 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 48 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 168 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 181 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 194 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 208 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 222 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 241 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 260 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local [all …]
|
| /third_party/spirv-tools/test/util/ |
| D | small_vector_test.cpp | 28 SmallVector<uint32_t, 2> vec; in TEST() local 36 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 48 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 61 SmallVector<uint32_t, 6> vec(result.begin(), result.end()); in TEST() local 180 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 193 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 206 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local 220 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 234 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; in TEST() local 253 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| D | Types.hpp | 83 struct alignas(sizeof(T) * bit_ceil(N)) vec struct 87 constexpr explicit vec(T replicate) in vec() function 96 constexpr vec(T arg0, ARGS... args) in vec() function 104 T &operator[](int i) in operator []() 109 const T &operator[](int i) const in operator []() 114 T v[N]; 118 struct alignas(sizeof(T) * 4) vec<T, 4> struct 122 constexpr explicit vec(T replicate) in vec() argument 130 constexpr vec(T x, T y, T z, T w) in vec() argument 141 T &operator[](int i) in operator []() [all …]
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| D | fttrigon.c | 133 ft_trig_prenorm( FT_Vector* vec ) in ft_trig_prenorm() 163 ft_trig_pseudo_rotate( FT_Vector* vec, in ft_trig_pseudo_rotate() 218 ft_trig_pseudo_polarize( FT_Vector* vec ) in ft_trig_pseudo_polarize() 360 FT_Vector_Unit( FT_Vector* vec, in FT_Vector_Unit() 377 FT_Vector_Rotate( FT_Vector* vec, in FT_Vector_Rotate() 417 FT_Vector_Length( FT_Vector* vec ) in FT_Vector_Length() 454 FT_Vector_Polarize( FT_Vector* vec, in FT_Vector_Polarize() 484 FT_Vector_From_Polar( FT_Vector* vec, in FT_Vector_From_Polar()
|
| D | ftoutln.c | 148 FT_Vector vec; in FT_Outline_Decompose() local 169 FT_Vector vec; in FT_Outline_Decompose() local 237 FT_Vector vec; in FT_Outline_Decompose() local 474 FT_Vector* vec = outline->points; in FT_Outline_Get_CBox() local 512 FT_Vector* vec; in FT_Outline_Translate() local 709 FT_Vector* vec; in FT_Outline_Transform() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineSpecConstantUtil.hpp | 61 std::vector<T> vec; in makeVector() local 70 std::vector<T> vec; in makeVector() local 80 std::vector<T> vec; in makeVector() local 91 std::vector<T> vec; in makeVector() local
|
| D | vktPipelineMultisampleTestsUtil.hpp | 100 inline std::size_t sizeInBytes(const std::vector<T>& vec) in sizeInBytes() 106 inline const T* dataPointer(const std::vector<T>& vec) in dataPointer()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineSpecConstantUtil.hpp | 61 std::vector<T> vec; in makeVector() local 70 std::vector<T> vec; in makeVector() local 80 std::vector<T> vec; in makeVector() local 91 std::vector<T> vec; in makeVector() local
|
| D | vktPipelineMultisampleTestsUtil.hpp | 100 inline std::size_t sizeInBytes(const std::vector<T>& vec) in sizeInBytes() 106 inline const T* dataPointer(const std::vector<T>& vec) in dataPointer()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkTypeUtil.hpp | 44 inline VkClearValue makeClearValueColorVec4 (tcu::Vec4 vec) in makeClearValueColorVec4() 110 inline VkExtent3D makeExtent3D (const tcu::IVec3& vec) in makeExtent3D() 115 inline VkExtent3D makeExtent3D (const tcu::UVec3& vec) in makeExtent3D() 131 inline VkRect2D makeRect2D(const tcu::IVec2& vec) in makeRect2D() 136 inline VkRect2D makeRect2D(const tcu::IVec3& vec) in makeRect2D() 141 inline VkRect2D makeRect2D(const tcu::UVec2& vec) in makeRect2D() 161 inline VkViewport makeViewport(const tcu::IVec2& vec) in makeViewport() 166 inline VkViewport makeViewport(const tcu::IVec3& vec) in makeViewport() 171 inline VkViewport makeViewport(const tcu::UVec2& vec) in makeViewport()
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| D | nghttp3_vec.c | 29 uint64_t nghttp3_vec_len(const nghttp3_vec *vec, size_t n) { in nghttp3_vec_len() 40 int64_t nghttp3_vec_len_varint(const nghttp3_vec *vec, size_t n) { in nghttp3_vec_len_varint()
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| D | ngtcp2_vec.c | 32 ngtcp2_vec *ngtcp2_vec_init(ngtcp2_vec *vec, const uint8_t *base, size_t len) { in ngtcp2_vec_init() 60 void ngtcp2_vec_del(ngtcp2_vec *vec, const ngtcp2_mem *mem) { in ngtcp2_vec_del() 64 uint64_t ngtcp2_vec_len(const ngtcp2_vec *vec, size_t n) { in ngtcp2_vec_len() 75 int64_t ngtcp2_vec_len_varint(const ngtcp2_vec *vec, size_t n) { in ngtcp2_vec_len_varint()
|
| /third_party/musl/libc-test/src/functionalext/supplement/mman/ |
| D | mincore.c | 56 unsigned char vec[TEST_SIZE]; in mincore_0100() local 77 unsigned char vec[TEST_SIZE]; in mincore_0200() local
|
| /third_party/skia/src/effects/imagefilters/ |
| D | SkOffsetImageFilter.cpp | 79 SkVector vec = ctm.mapVector(offset.fX, offset.fY); in map_offset_vector() local 91 SkIPoint vec = map_offset_vector(ctx.ctm(), fOffset); in onFilterImage() local 137 SkIPoint vec = map_offset_vector(ctm, fOffset); in onFilterNodeBounds() local
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | type_ptr.inl | 16 tvec2<T, P> const & vec 27 tvec2<T, P> & vec 38 tvec3<T, P> const & vec 49 tvec3<T, P> & vec 60 tvec4<T, P> const & vec 71 tvec4<T, P> & vec
|
| /third_party/alsa-lib/src/ |
| D | socket.c | 50 struct iovec vec; in snd_send_fd() local 83 struct iovec vec; in snd_receive_fd() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_vec_to_movs.c | 62 insert_mov(nir_alu_instr *vec, unsigned start_idx, nir_shader *shader) in insert_mov() 131 try_coalesce(nir_alu_instr *vec, unsigned start_idx, void *_data) in try_coalesce() 242 nir_alu_instr *vec = nir_instr_as_alu(instr); in nir_lower_vec_to_movs_instr() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_v360.c | 1038 static void offset_vector(float *vec, float h_offset, float v_offset) in offset_vector() 1049 static void normalize_vector(float *vec) in normalize_vector() 1072 float *vec, float scalew, float scaleh) in cube_to_xyz() 1133 const float *vec, in xyz_to_cube() 1411 float *vec) in cube3x2_to_xyz() 1449 const float *vec, int width, int height, in xyz_to_cube3x2() 1539 float *vec) in cube1x6_to_xyz() 1572 float *vec) in cube6x1_to_xyz() 1606 const float *vec, int width, int height, in xyz_to_cube1x6() 1686 const float *vec, int width, int height, in xyz_to_cube6x1() [all …]
|