Home
last modified time | relevance | path

Searched refs:vector1 (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSerialQueueTests.cpp63 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
67 queue.Enqueue(vector1, 0); in TEST()
84 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
88 queue.Enqueue(vector1, 0); in TEST()
106 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
110 queue.Enqueue(vector1, 0); in TEST()
130 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
134 queue.Enqueue(vector1, 0); in TEST()
144 queue.Enqueue(vector1, 6); in TEST()
DSerialMapTests.cpp84 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
88 map.Enqueue(vector1, 0); in TEST()
105 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
109 map.Enqueue(vector1, 0); in TEST()
126 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
130 map.Enqueue(vector1, 0); in TEST()
149 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
153 map.Enqueue(vector1, 0); in TEST()
163 map.Enqueue(vector1, 6); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle() argument
34 message_.set_vector1(vector1); in TransformationVectorShuffle()
55 ir_context->get_def_use_mgr()->GetDef(message_.vector1()); in IsApplicable()
120 {SPV_OPERAND_TYPE_ID, {message_.vector1()}}, in Apply()
129 *GetVectorType(ir_context, message_.vector1())->element_type()); in Apply()
203 GetVectorType(ir_context, message_.vector1())->element_count()) { in AddDataSynonymFacts()
207 *ir_context->get_def_use_mgr()->GetDef(message_.vector1()))) { in AddDataSynonymFacts()
211 MakeDataDescriptor(message_.vector1(), {component}); in AddDataSynonymFacts()
221 GetVectorType(ir_context, message_.vector1())->element_count(); in AddDataSynonymFacts()
Dtransformation_vector_shuffle.h34 uint32_t fresh_id, uint32_t vector1, uint32_t vector2,
/third_party/spirv-tools/source/fuzz/
Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle() argument
34 message_.set_vector1(vector1); in TransformationVectorShuffle()
55 ir_context->get_def_use_mgr()->GetDef(message_.vector1()); in IsApplicable()
120 {SPV_OPERAND_TYPE_ID, {message_.vector1()}}, in Apply()
129 *GetVectorType(ir_context, message_.vector1())->element_type()); in Apply()
203 GetVectorType(ir_context, message_.vector1())->element_count()) { in AddDataSynonymFacts()
207 *ir_context->get_def_use_mgr()->GetDef(message_.vector1()))) { in AddDataSynonymFacts()
211 MakeDataDescriptor(message_.vector1(), {component}); in AddDataSynonymFacts()
221 GetVectorType(ir_context, message_.vector1())->element_count(); in AddDataSynonymFacts()
Dtransformation_vector_shuffle.h34 uint32_t fresh_id, uint32_t vector1, uint32_t vector2,
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle() argument
34 message_.set_vector1(vector1); in TransformationVectorShuffle()
55 ir_context->get_def_use_mgr()->GetDef(message_.vector1()); in IsApplicable()
120 {SPV_OPERAND_TYPE_ID, {message_.vector1()}}, in Apply()
129 *GetVectorType(ir_context, message_.vector1())->element_type()); in Apply()
203 GetVectorType(ir_context, message_.vector1())->element_count()) { in AddDataSynonymFacts()
207 *ir_context->get_def_use_mgr()->GetDef(message_.vector1()))) { in AddDataSynonymFacts()
211 MakeDataDescriptor(message_.vector1(), {component}); in AddDataSynonymFacts()
221 GetVectorType(ir_context, message_.vector1())->element_count(); in AddDataSynonymFacts()
Dtransformation_vector_shuffle.h34 uint32_t fresh_id, uint32_t vector1, uint32_t vector2,
/third_party/glslang/glslang/Include/
DTypes.h1541 …uint32_t>(mc) & 0b1111), matrixRows(static_cast<uint32_t>(mr) & 0b1111), vector1(isVector && vs ==… in POOL_ALLOCATOR_NEW_DELETE()
1557 …uint32_t>(mc) & 0b1111), matrixRows(static_cast<uint32_t>(mr) & 0b1111), vector1(isVector && vs ==… in basicType()
1575 …rSize(p.vectorSize), matrixCols(p.matrixCols), matrixRows(p.matrixRows), vector1(false), coopmatNV… in TType()
1626 …basicType(EbtSampler), vectorSize(1u), matrixCols(0u), matrixRows(0u), vector1(false), coopmatNV(f… in basicType()
1664 vector1 = true;
1668 vector1 = false;
1680 …basicType(EbtStruct), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), coopmatNV(false… in TType()
1690 …basicType(EbtBlock), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), coopmatNV(false)… in TType()
1699 …basicType(t), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), coopmatNV(false), coopm… in TType()
1723 vector1 = copyOf.vector1; in shallowCopy()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPIC.java460 private static boolean compare(List vector1, List vector2) { in compare() argument
461 return vector1.size() == vector2.size() && vector1.containsAll(vector2); in compare()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDecimalFormatAPIC.java463 private static boolean compare(List vector1, List vector2) { in compare() argument
464 return vector1.size() == vector2.size() && vector1.containsAll(vector2); in compare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt120 vector1.C
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.h216 IdRef *vector1,
511 IdRef *vector1,
516 IdRef *vector1,
Dspirv_instruction_builder_autogen.h184 IdRef vector1,
431 IdRef vector1,
436 IdRef vector1,
Dspirv_instruction_builder_autogen.cpp773 IdRef vector1, in WriteVectorShuffle() argument
781 blob->push_back(vector1); in WriteVectorShuffle()
1616 IdRef vector1, in WriteOuterProduct() argument
1623 blob->push_back(vector1); in WriteOuterProduct()
1630 IdRef vector1, in WriteDot() argument
1637 blob->push_back(vector1); in WriteDot()
Dspirv_instruction_parser_autogen.cpp892 IdRef *vector1, in ParseVectorShuffle() argument
903 *vector1 = IdRef(_instruction[_o++]); in ParseVectorShuffle()
1947 IdRef *vector1, in ParseOuterProduct() argument
1957 *vector1 = IdRef(_instruction[_o++]); in ParseOuterProduct()
1963 IdRef *vector1, in ParseDot() argument
1973 *vector1 = IdRef(_instruction[_o++]); in ParseDot()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp397 Vector3 vector1{-1.0f, -1.0f, 0.0f}; in TEST_P() local
399 vertices.emplace_back(vector1); in TEST_P()
/third_party/python/Doc/library/
Ditertools.rst32 ``sum(map(operator.mul, vector1, vector2))``.
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2334 uint32 vector1 = 3; field
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2334 uint32 vector1 = 3; field
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2334 uint32 vector1 = 3; field