Home
last modified time | relevance | path

Searched refs:Concatenate (Results 1 – 25 of 115) sorted by relevance

12345

/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.constant_test.cpp30 using spvtest::Concatenate;
122 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
125 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
128 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
131 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
134 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
137 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
140 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
143 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
146 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
[all …]
Dbinary_parse_test.cpp41 using ::spvtest::Concatenate;
493 const auto words = Concatenate({ExpectedHeaderForBound(100), instruction}); in TEST_F()
605 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}),
607 {Concatenate(
612 {Concatenate({ExpectedHeaderForBound(1),
617 {Concatenate({ExpectedHeaderForBound(1),
621 {Concatenate({ExpectedHeaderForBound(1),
625 {Concatenate({ExpectedHeaderForBound(1),
629 {Concatenate({ExpectedHeaderForBound(1),
633 {Concatenate({ExpectedHeaderForBound(1),
[all …]
Dtext_to_binary.extension_test.cpp32 using spvtest::Concatenate;
373 Concatenate( in TEST_F()
393 Concatenate( in TEST_F()
398 Concatenate( in TEST_F()
403 Concatenate( in TEST_F()
408 Concatenate( in TEST_F()
413 Concatenate( in TEST_F()
418 Concatenate( in TEST_F()
423 Concatenate( in TEST_F()
428 Concatenate( in TEST_F()
[all …]
Dtext_to_binary.control_flow_test.cpp30 using spvtest::Concatenate;
147 Eq(Concatenate({MakeInstruction(SpvOpTypeInt, {1, 32, 0}), in TEST_F()
157 Eq(Concatenate({ in TEST_F()
245 {Concatenate( in MakeSwitchTestCase()
249 Concatenate({{1, 2}, encoded_constant})), in MakeSwitchTestCase()
251 Concatenate({{2, 3}, encoded_case_value, {4}}))})}}; in MakeSwitchTestCase()
Dcomment_test.cpp25 using spvtest::Concatenate;
43 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel, in TEST_F()
Dtext_to_binary_test.cpp32 using spvtest::Concatenate;
184 Eq(Concatenate({MakeInstruction(SpvOpTypeInt, {1, 32, 1}), in TEST_F()
195 Eq(Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}), in TEST_P()
225 Eq(Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 16}), in TEST_P()
Dassembly_context_test.cpp27 using spvtest::Concatenate;
44 EXPECT_THAT(inst.words, Eq(Concatenate({GetParam().initial_contents, in TEST_P()
/external/angle/third_party/spirv-tools/src/test/
Dtext_to_binary.constant_test.cpp30 using spvtest::Concatenate;
122 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
125 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
128 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
131 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
134 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
137 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
140 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
143 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
146 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
[all …]
Dbinary_parse_test.cpp41 using ::spvtest::Concatenate;
493 const auto words = Concatenate({ExpectedHeaderForBound(100), instruction}); in TEST_F()
605 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}),
607 {Concatenate(
612 {Concatenate({ExpectedHeaderForBound(1),
617 {Concatenate({ExpectedHeaderForBound(1),
621 {Concatenate({ExpectedHeaderForBound(1),
625 {Concatenate({ExpectedHeaderForBound(1),
629 {Concatenate({ExpectedHeaderForBound(1),
633 {Concatenate({ExpectedHeaderForBound(1),
[all …]
Dtext_to_binary.extension_test.cpp32 using spvtest::Concatenate;
373 Concatenate( in TEST_F()
393 Concatenate( in TEST_F()
398 Concatenate( in TEST_F()
403 Concatenate( in TEST_F()
408 Concatenate( in TEST_F()
413 Concatenate( in TEST_F()
418 Concatenate( in TEST_F()
423 Concatenate( in TEST_F()
428 Concatenate( in TEST_F()
[all …]
Dtext_to_binary.control_flow_test.cpp30 using spvtest::Concatenate;
147 Eq(Concatenate({MakeInstruction(SpvOpTypeInt, {1, 32, 0}), in TEST_F()
157 Eq(Concatenate({ in TEST_F()
245 {Concatenate( in MakeSwitchTestCase()
249 Concatenate({{1, 2}, encoded_constant})), in MakeSwitchTestCase()
251 Concatenate({{2, 3}, encoded_case_value, {4}}))})}}; in MakeSwitchTestCase()
Dcomment_test.cpp25 using spvtest::Concatenate;
43 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel, in TEST_F()
Dtext_to_binary_test.cpp32 using spvtest::Concatenate;
184 Eq(Concatenate({MakeInstruction(SpvOpTypeInt, {1, 32, 1}), in TEST_F()
195 Eq(Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}), in TEST_P()
225 Eq(Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 16}), in TEST_P()
Dassembly_context_test.cpp27 using spvtest::Concatenate;
44 EXPECT_THAT(inst.words, Eq(Concatenate({GetParam().initial_contents, in TEST_P()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.constant_test.cpp30 using spvtest::Concatenate;
122 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
125 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
128 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
131 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
134 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 0}),
137 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
140 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
143 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
146 Concatenate({MakeInstruction(SpvOpTypeInt, {1, 16, 1}),
[all …]
Dbinary_parse_test.cpp41 using ::spvtest::Concatenate;
493 const auto words = Concatenate({ExpectedHeaderForBound(100), instruction}); in TEST_F()
605 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}),
607 {Concatenate(
612 {Concatenate({ExpectedHeaderForBound(1),
617 {Concatenate({ExpectedHeaderForBound(1),
621 {Concatenate({ExpectedHeaderForBound(1),
625 {Concatenate({ExpectedHeaderForBound(1),
629 {Concatenate({ExpectedHeaderForBound(1),
633 {Concatenate({ExpectedHeaderForBound(1),
[all …]
Dtext_to_binary.extension_test.cpp32 using spvtest::Concatenate;
373 Concatenate( in TEST_F()
393 Concatenate( in TEST_F()
398 Concatenate( in TEST_F()
403 Concatenate( in TEST_F()
408 Concatenate( in TEST_F()
413 Concatenate( in TEST_F()
418 Concatenate( in TEST_F()
423 Concatenate( in TEST_F()
428 Concatenate( in TEST_F()
[all …]
Dtext_to_binary.control_flow_test.cpp30 using spvtest::Concatenate;
147 Eq(Concatenate({MakeInstruction(SpvOpTypeInt, {1, 32, 0}), in TEST_F()
157 Eq(Concatenate({ in TEST_F()
245 {Concatenate( in MakeSwitchTestCase()
249 Concatenate({{1, 2}, encoded_constant})), in MakeSwitchTestCase()
251 Concatenate({{2, 3}, encoded_case_value, {4}}))})}}; in MakeSwitchTestCase()
Dcomment_test.cpp25 using spvtest::Concatenate;
43 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel, in TEST_F()
Dtext_to_binary_test.cpp32 using spvtest::Concatenate;
184 Eq(Concatenate({MakeInstruction(SpvOpTypeInt, {1, 32, 1}), in TEST_F()
195 Eq(Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 32}), in TEST_P()
225 Eq(Concatenate({MakeInstruction(SpvOpTypeFloat, {1, 16}), in TEST_P()
Dassembly_context_test.cpp27 using spvtest::Concatenate;
44 EXPECT_THAT(inst.words, Eq(Concatenate({GetParam().initial_contents, in TEST_P()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dvariadic_op_splitter_test.cc33 using match::Concatenate;
61 Concatenate().WithNumOperands(128).WithOperand( in TEST_F()
62 0, Concatenate().WithNumOperands(128)))); in TEST_F()
76 Concatenate(Concatenate().WithNumOperands(128), in TEST_F()
77 Concatenate().WithNumOperands(128)))); in TEST_F()
/external/tensorflow/tensorflow/core/ops/
Dlinalg_ops.cc39 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(d, d), out)); in MakeBatchSquareMatrix()
81 TF_RETURN_IF_ERROR(c->Concatenate(lhs_batch_shape, c->Vector(n), &out)); in MatrixSolveShapeFn()
82 TF_RETURN_IF_ERROR(c->Concatenate(out, c->Vector(c->Dim(rhs, -1)), &out)); in MatrixSolveShapeFn()
110 c->Concatenate(output_batch_shape, c->Matrix(m, c->Dim(rhs, -1)), &out)); in MatrixTriangularSolveShapeFn()
126 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Vector(n), &e_shape)); in SelfAdjointEigV2ShapeFn()
132 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(n, n), &v_shape)); in SelfAdjointEigV2ShapeFn()
156 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(n, n), &lu_shape)); in LuShapeFn()
157 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Vector(n), &p_shape)); in LuShapeFn()
183 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(m, m), &q_shape)); in QrShapeFn()
184 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Matrix(m, n), &r_shape)); in QrShapeFn()
[all …]
Ddecode_proto_ops.cc42 c->Concatenate(input, c->Vector(output_types.size()), &sizes)); in __anonc52216550102()
54 c->Concatenate(input, c->Vector(c->UnknownDim()), &values)); in __anonc52216550102()
Drandom_ops.cc136 TF_RETURN_IF_ERROR(c->Concatenate(out, c->input(1), &out)); in __anon492053ff0402()
160 TF_RETURN_IF_ERROR(c->Concatenate(out, c->input(1), &out)); in __anon492053ff0502()
179 TF_RETURN_IF_ERROR(c->Concatenate(out, c->input(1), &out)); in __anon492053ff0602()

12345