Home
last modified time | relevance | path

Searched refs:SpvOpTypeMatrix (Results 1 – 25 of 148) sorted by relevance

123456

/third_party/skia/third_party/externals/spirv-tools/test/
Dimmediate_int_test.cpp60 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 3}))); in TEST_F()
62 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 1, 2}))); in TEST_F()
64 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 2}))); in TEST_F()
66 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 123}))); in TEST_F()
68 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 2}))); in TEST_F()
70 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 1, 123}))); in TEST_F()
72 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 123}))); in TEST_F()
/third_party/spirv-tools/test/
Dimmediate_int_test.cpp60 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 3}))); in TEST_F()
62 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 1, 2}))); in TEST_F()
64 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 2}))); in TEST_F()
66 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 123}))); in TEST_F()
68 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 2}))); in TEST_F()
70 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 1, 123}))); in TEST_F()
72 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 123}))); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dimmediate_int_test.cpp60 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 3}))); in TEST_F()
62 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 1, 2}))); in TEST_F()
64 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 2}))); in TEST_F()
66 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 123}))); in TEST_F()
68 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 2}))); in TEST_F()
70 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 1, 123}))); in TEST_F()
72 Eq(MakeInstruction(SpvOpTypeMatrix, {1, 2, 123}))); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_access_chains.cpp118 case SpvOpTypeMatrix: in Apply()
144 case SpvOpTypeMatrix: in Apply()
Dfuzzer_pass_add_composite_extract.cpp105 case SpvOpTypeMatrix: in Apply()
127 case SpvOpTypeMatrix: in Apply()
Dfuzzer_pass_construct_composites.cpp128 case SpvOpTypeMatrix: in Apply()
194 assert(matrix_type_instruction.opcode() == SpvOpTypeMatrix && in FindComponentsToConstructMatrix()
Dtransformation_add_type_matrix.cpp56 ir_context, SpvOpTypeMatrix, 0, message_.fresh_id(), in_operands); in Apply()
Dfuzzer_pass_add_composite_types.cpp121 case SpvOpTypeMatrix: in ChooseScalarOrCompositeType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_composite_extract.cpp105 case SpvOpTypeMatrix: in Apply()
127 case SpvOpTypeMatrix: in Apply()
Dfuzzer_pass_add_access_chains.cpp118 case SpvOpTypeMatrix: in Apply()
144 case SpvOpTypeMatrix: in Apply()
Dfuzzer_pass_construct_composites.cpp128 case SpvOpTypeMatrix: in Apply()
194 assert(matrix_type_instruction.opcode() == SpvOpTypeMatrix && in FindComponentsToConstructMatrix()
Dtransformation_add_type_matrix.cpp56 ir_context, SpvOpTypeMatrix, 0, message_.fresh_id(), in_operands); in Apply()
Dfuzzer_pass_add_composite_types.cpp121 case SpvOpTypeMatrix: in ChooseScalarOrCompositeType()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_access_chains.cpp118 case SpvOpTypeMatrix: in Apply()
144 case SpvOpTypeMatrix: in Apply()
Dfuzzer_pass_add_composite_extract.cpp105 case SpvOpTypeMatrix: in Apply()
127 case SpvOpTypeMatrix: in Apply()
Dfuzzer_pass_construct_composites.cpp128 case SpvOpTypeMatrix: in Apply()
194 assert(matrix_type_instruction.opcode() == SpvOpTypeMatrix && in FindComponentsToConstructMatrix()
Dtransformation_add_type_matrix.cpp56 ir_context, SpvOpTypeMatrix, 0, message_.fresh_id(), in_operands); in Apply()
Dfuzzer_pass_push_ids_through_variables.cpp134 case SpvOpTypeMatrix: in Apply()
Dfuzzer_pass_add_composite_types.cpp121 case SpvOpTypeMatrix: in ChooseScalarOrCompositeType()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Deliminate_dead_members_pass.cpp202 case SpvOpTypeMatrix: in MarkMembersAsLiveForExtract()
248 case SpvOpTypeMatrix: in MarkMembersAsLiveForAccessChain()
507 case SpvOpTypeMatrix: in UpdateAccessChain()
580 case SpvOpTypeMatrix: in UpdateCompsiteExtract()
641 case SpvOpTypeMatrix: in UpdateCompositeInsert()
/third_party/spirv-tools/source/opt/
Deliminate_dead_members_pass.cpp202 case SpvOpTypeMatrix: in MarkMembersAsLiveForExtract()
248 case SpvOpTypeMatrix: in MarkMembersAsLiveForAccessChain()
507 case SpvOpTypeMatrix: in UpdateAccessChain()
580 case SpvOpTypeMatrix: in UpdateCompsiteExtract()
641 case SpvOpTypeMatrix: in UpdateCompositeInsert()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp202 case SpvOpTypeMatrix: in MarkMembersAsLiveForExtract()
248 case SpvOpTypeMatrix: in MarkMembersAsLiveForAccessChain()
507 case SpvOpTypeMatrix: in UpdateAccessChain()
580 case SpvOpTypeMatrix: in UpdateCompsiteExtract()
641 case SpvOpTypeMatrix: in UpdateCompositeInsert()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_type_matrix_test.cpp75 ASSERT_EQ(SpvOpTypeMatrix, in TEST()
/third_party/spirv-tools/test/fuzz/
Dtransformation_add_type_matrix_test.cpp75 ASSERT_EQ(SpvOpTypeMatrix, in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_type_matrix_test.cpp75 ASSERT_EQ(SpvOpTypeMatrix, in TEST()

123456