Home
last modified time | relevance | path

Searched defs:vec1 (Results 1 - 25 of 72) sorted by relevance

123

/third_party/skia/modules/canvaskit/wasm_tools/SIMD/
H A Dsimd_float_capabilities.cpp34 auto vec1 = skvx::Vec<4, float>({11.f, -22.f, 33.f, -44.f}); in main() local
[all...]
H A Dsimd_int_capabilities.cpp34 auto vec1 = skvx::Vec<4, int>({3, 7, 11, 23}); in main() local
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Daudiodsp.c42 register vec_s16 vec1; in scalarproduct_int16_altivec() local
67 register vec_s16 vec1; in scalarproduct_int16_vsx() local
/third_party/gn/src/gn/
H A Dimmutable_vector_unittest.cc16 ImmutableVector<int> vec1 = {100, 42}; in TEST() local
56 ImmutableVector<int> vec1 = {1, 2, 3, 4}; TEST() local
69 ImmutableVector<int> vec1 = {1, 3, 5, 7}; TEST() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/util/
H A 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 in TEST() local
116 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; TEST() local
129 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; TEST() local
142 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; TEST() local
155 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/
H A 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 in TEST() local
116 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; TEST() local
129 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; TEST() local
142 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; TEST() local
155 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; TEST() local
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector_unittest.cpp228 FastVector<int, 3> vec1 = {1, 2, 3, 4, 5}; in TEST() local
/third_party/spirv-tools/test/util/
H A 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 in TEST() local
128 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; TEST() local
141 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; TEST() local
154 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; TEST() local
167 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; TEST() local
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A 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/mesa3d/src/gallium/auxiliary/gallivm/
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemAttachmentLoadTests.cpp312 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createAttachmentLoadTests() local
H A DvktProtectedMemAttachmentClearTests.cpp368 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createAttachmentClearTests() local
H A DvktProtectedMemBlitImageTests.cpp441 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createBlitImageTests() local
H A DvktProtectedMemClearColorImageTests.cpp334 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createClearColorImageTests() local
H A DvktProtectedMemCopyBufferToImageTests.cpp401 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createCopyBufferToImageTests() local
H A DvktProtectedMemCopyImageTests.cpp439 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createCopyImageTests() local
H A DvktProtectedMemCopyImageToBufferTests.cpp406 const tcu::IVec4 vec1 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createCopyImageToFloatBufferTests() local
H A DvktProtectedMemFillUpdateCopyBufferTests.cpp383 const tcu::IVec4 vec1 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A 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/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A 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/
H A Dtransformation_wrap_vector_synonym.cpp66 auto vec1 = ir_context->get_def_use_mgr()->GetDef(message_.vector_operand1()); in IsApplicable() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemAttachmentLoadTests.cpp311 const tcu::Vec4 vec1 = tcu::randomVec4(rnd); in createAttachmentLoadTests() local
/third_party/json/tests/src/
H A Dunit-cbor.cpp1907 auto vec1 = utils::read_binary_file(filename); in CAPTURE() local
/third_party/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp204 SkVector vec1 = pointsPtr[1] - pointsPtr[0]; in walk() local
233 SkVector vec1 = pointsPtr[1] - pointsPtr[0]; in walk() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c219 FT_Vector vec1, vec2; in FT_EXPORT_DEF() local

Completed in 23 milliseconds

123