/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 123 ->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 …]
|
D | transformation_composite_construct.cpp | 72 if (composite_type->AsMatrix() && in IsApplicable() 74 *composite_type->AsMatrix())) { in IsApplicable()
|
D | fuzzer_pass_add_composite_inserts.cpp | 200 return ContainsPointer(*type.AsMatrix()->element_type()); in ContainsPointer()
|
D | transformation_add_opphi_synonym.cpp | 179 type->AsVector() || type->AsMatrix() || type->AsArray() || in CheckTypeIsAllowed()
|
D | transformation_add_copy_memory.cpp | 198 return CanUsePointeeWithCopyMemory(*type.AsMatrix()->element_type()); in CanUsePointeeWithCopyMemory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 123 ->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 …]
|
D | transformation_composite_construct.cpp | 72 if (composite_type->AsMatrix() && in IsApplicable() 74 *composite_type->AsMatrix())) { in IsApplicable()
|
D | transformation_add_opphi_synonym.cpp | 179 type->AsVector() || type->AsMatrix() || type->AsArray() || in CheckTypeIsAllowed()
|
D | fuzzer_pass_add_composite_inserts.cpp | 200 return ContainsPointer(*type.AsMatrix()->element_type()); in ContainsPointer()
|
D | transformation_add_copy_memory.cpp | 198 return CanUsePointeeWithCopyMemory(*type.AsMatrix()->element_type()); in CanUsePointeeWithCopyMemory()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 123 ->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 …]
|
D | transformation_composite_construct.cpp | 72 if (composite_type->AsMatrix() && in IsApplicable() 74 *composite_type->AsMatrix())) { in IsApplicable()
|
D | fuzzer_pass_add_composite_inserts.cpp | 200 return ContainsPointer(*type.AsMatrix()->element_type()); in ContainsPointer()
|
D | transformation_add_opphi_synonym.cpp | 179 type->AsVector() || type->AsMatrix() || type->AsArray() || in CheckTypeIsAllowed()
|
D | transformation_add_copy_memory.cpp | 198 return CanUsePointeeWithCopyMemory(*type.AsMatrix()->element_type()); in CanUsePointeeWithCopyMemory()
|
/third_party/spirv-tools/source/fuzz/fact_manager/ |
D | data_synonym_and_id_equation_facts.cpp | 374 } 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/ |
D | data_synonym_and_id_equation_facts.cpp | 374 } 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/ |
D | data_synonym_and_id_equation_facts.cpp | 374 } 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/ |
D | transformation_add_type_matrix_test.cpp | 77 ASSERT_NE(nullptr, context->get_type_mgr()->GetType(100)->AsMatrix()); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_add_type_matrix_test.cpp | 77 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/ |
D | transformation_add_type_matrix_test.cpp | 77 ASSERT_NE(nullptr, context->get_type_mgr()->GetType(100)->AsMatrix()); in TEST()
|
/third_party/spirv-tools/source/opt/ |
D | type_manager.cpp | 268 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()
|
D | types.h | 291 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/ |
D | type_manager.cpp | 266 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/ |
D | type_manager.cpp | 266 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()
|