/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | SerialQueueTests.cpp | 63 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()
|
D | SerialMapTests.cpp | 84 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/ |
D | transformation_vector_shuffle.cpp | 29 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()
|
D | transformation_vector_shuffle.h | 34 uint32_t fresh_id, uint32_t vector1, uint32_t vector2,
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_vector_shuffle.cpp | 29 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()
|
D | transformation_vector_shuffle.h | 34 uint32_t fresh_id, uint32_t vector1, uint32_t vector2,
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_vector_shuffle.cpp | 29 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()
|
D | transformation_vector_shuffle.h | 34 uint32_t fresh_id, uint32_t vector1, uint32_t vector2,
|
/third_party/glslang/glslang/Include/ |
D | Types.h | 1541 …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/ |
D | IntlTestDecimalFormatAPIC.java | 460 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/ |
D | IntlTestDecimalFormatAPIC.java | 463 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/ |
D | known_gcc_test_failures.txt | 120 vector1.C
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
D | spirv_instruction_parser_autogen.h | 216 IdRef *vector1, 511 IdRef *vector1, 516 IdRef *vector1,
|
D | spirv_instruction_builder_autogen.h | 184 IdRef vector1, 431 IdRef vector1, 436 IdRef vector1,
|
D | spirv_instruction_builder_autogen.cpp | 773 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()
|
D | spirv_instruction_parser_autogen.cpp | 892 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/ |
D | SimpleOperationTest.cpp | 397 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/ |
D | itertools.rst | 32 ``sum(map(operator.mul, vector1, vector2))``.
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 2334 uint32 vector1 = 3; field
|
/third_party/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 2334 uint32 vector1 = 3; field
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 2334 uint32 vector1 = 3; field
|