Home
last modified time | relevance | path

Searched refs:AsMatrix (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_replace_linear_algebra_instruction.cpp123 ->AsMatrix() in GetRequiredFreshIdCount()
127 ->AsMatrix() in GetRequiredFreshIdCount()
151 return 2 * matrix_type->AsMatrix()->element_count() * in GetRequiredFreshIdCount()
152 (1 + matrix_type->AsMatrix() in GetRequiredFreshIdCount()
174 ->AsMatrix() in GetRequiredFreshIdCount()
189 ->AsMatrix() in GetRequiredFreshIdCount()
193 ->AsMatrix() in GetRequiredFreshIdCount()
211 ->AsMatrix() in GetRequiredFreshIdCount()
216 ->AsMatrix() in GetRequiredFreshIdCount()
226 ->AsMatrix() in GetRequiredFreshIdCount()
[all …]
Dtransformation_composite_construct.cpp72 if (composite_type->AsMatrix() && in IsApplicable()
74 *composite_type->AsMatrix())) { in IsApplicable()
Dfuzzer_pass_add_composite_inserts.cpp200 return ContainsPointer(*type.AsMatrix()->element_type()); in ContainsPointer()
Dtransformation_add_opphi_synonym.cpp179 type->AsVector() || type->AsMatrix() || type->AsArray() || in CheckTypeIsAllowed()
Dtransformation_add_copy_memory.cpp198 return CanUsePointeeWithCopyMemory(*type.AsMatrix()->element_type()); in CanUsePointeeWithCopyMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_linear_algebra_instruction.cpp123 ->AsMatrix() in GetRequiredFreshIdCount()
127 ->AsMatrix() in GetRequiredFreshIdCount()
151 return 2 * matrix_type->AsMatrix()->element_count() * in GetRequiredFreshIdCount()
152 (1 + matrix_type->AsMatrix() in GetRequiredFreshIdCount()
174 ->AsMatrix() in GetRequiredFreshIdCount()
189 ->AsMatrix() in GetRequiredFreshIdCount()
193 ->AsMatrix() in GetRequiredFreshIdCount()
211 ->AsMatrix() in GetRequiredFreshIdCount()
216 ->AsMatrix() in GetRequiredFreshIdCount()
226 ->AsMatrix() in GetRequiredFreshIdCount()
[all …]
Dtransformation_composite_construct.cpp72 if (composite_type->AsMatrix() && in IsApplicable()
74 *composite_type->AsMatrix())) { in IsApplicable()
Dtransformation_add_opphi_synonym.cpp179 type->AsVector() || type->AsMatrix() || type->AsArray() || in CheckTypeIsAllowed()
Dfuzzer_pass_add_composite_inserts.cpp200 return ContainsPointer(*type.AsMatrix()->element_type()); in ContainsPointer()
Dtransformation_add_copy_memory.cpp198 return CanUsePointeeWithCopyMemory(*type.AsMatrix()->element_type()); in CanUsePointeeWithCopyMemory()
/third_party/spirv-tools/source/fuzz/
Dtransformation_replace_linear_algebra_instruction.cpp123 ->AsMatrix() in GetRequiredFreshIdCount()
127 ->AsMatrix() in GetRequiredFreshIdCount()
151 return 2 * matrix_type->AsMatrix()->element_count() * in GetRequiredFreshIdCount()
152 (1 + matrix_type->AsMatrix() in GetRequiredFreshIdCount()
174 ->AsMatrix() in GetRequiredFreshIdCount()
189 ->AsMatrix() in GetRequiredFreshIdCount()
193 ->AsMatrix() in GetRequiredFreshIdCount()
211 ->AsMatrix() in GetRequiredFreshIdCount()
216 ->AsMatrix() in GetRequiredFreshIdCount()
226 ->AsMatrix() in GetRequiredFreshIdCount()
[all …]
Dtransformation_composite_construct.cpp72 if (composite_type->AsMatrix() && in IsApplicable()
74 *composite_type->AsMatrix())) { in IsApplicable()
Dfuzzer_pass_add_composite_inserts.cpp200 return ContainsPointer(*type.AsMatrix()->element_type()); in ContainsPointer()
Dtransformation_add_opphi_synonym.cpp179 type->AsVector() || type->AsMatrix() || type->AsArray() || in CheckTypeIsAllowed()
Dtransformation_add_copy_memory.cpp198 return CanUsePointeeWithCopyMemory(*type.AsMatrix()->element_type()); in CanUsePointeeWithCopyMemory()
/third_party/spirv-tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp374 } else if (type->AsMatrix()) { in ComputeCompositeDataSynonymFacts()
375 num_composite_elements = type->AsMatrix()->element_count(); in ComputeCompositeDataSynonymFacts()
639 } else if (composite_type->AsMatrix()) { in ComputeClosureOfFacts()
641 composite_type->AsMatrix()->element_count(); in ComputeClosureOfFacts()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp374 } else if (type->AsMatrix()) { in ComputeCompositeDataSynonymFacts()
375 num_composite_elements = type->AsMatrix()->element_count(); in ComputeCompositeDataSynonymFacts()
639 } else if (composite_type->AsMatrix()) { in ComputeClosureOfFacts()
641 composite_type->AsMatrix()->element_count(); in ComputeClosureOfFacts()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp374 } else if (type->AsMatrix()) { in ComputeCompositeDataSynonymFacts()
375 num_composite_elements = type->AsMatrix()->element_count(); in ComputeCompositeDataSynonymFacts()
639 } else if (composite_type->AsMatrix()) { in ComputeClosureOfFacts()
641 composite_type->AsMatrix()->element_count(); in ComputeClosureOfFacts()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_type_matrix_test.cpp77 ASSERT_NE(nullptr, context->get_type_mgr()->GetType(100)->AsMatrix()); in TEST()
/third_party/spirv-tools/test/fuzz/
Dtransformation_add_type_matrix_test.cpp77 ASSERT_NE(nullptr, context->get_type_mgr()->GetType(100)->AsMatrix()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_type_matrix_test.cpp77 ASSERT_NE(nullptr, context->get_type_mgr()->GetType(100)->AsMatrix()); in TEST()
/third_party/spirv-tools/source/opt/
Dtype_manager.cpp268 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction()
277 {type->AsMatrix()->element_count()}}}); in GetTypeInstruction()
541 const Matrix* mat_ty = type.AsMatrix(); in RebuildType()
932 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType()
Dtypes.h291 Matrix* AsMatrix() override { return this; } in AsMatrix() function
292 const Matrix* AsMatrix() const override { return this; } in AsMatrix() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtype_manager.cpp266 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction()
275 {type->AsMatrix()->element_count()}}}); in GetTypeInstruction()
541 const Matrix* mat_ty = type.AsMatrix(); in RebuildType()
933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp266 uint32_t subtype = GetTypeInstruction(type->AsMatrix()->element_type()); in GetTypeInstruction()
275 {type->AsMatrix()->element_count()}}}); in GetTypeInstruction()
541 const Matrix* mat_ty = type.AsMatrix(); in RebuildType()
933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType()

12