Home
last modified time | relevance | path

Searched refs:kMatrix (Results 1 - 25 of 33) sorted by relevance

12

/third_party/skia/src/sksl/
H A DSkSLMemoryLayout.h56 case Type::TypeKind::kMatrix: in alignment()
82 case Type::TypeKind::kMatrix: { in stride()
119 case Type::TypeKind::kMatrix: // fall through in size()
149 case Type::TypeKind::kMatrix: in LayoutIsSupported()
/third_party/skia/modules/svg/src/
H A DSkSVGFeColorMatrix.cpp31 case SkSVGFeColorMatrixType::kMatrix: { in makeMatrixForType()
119 {"matrix", SkSVGFeColorMatrixType::kMatrix}, in parse()
/third_party/skia/modules/svg/include/
H A DSkSVGFeColorMatrix.h21 SVG_ATTR(Type, SkSVGFeColorMatrixType, SkSVGFeColorMatrixType(SkSVGFeColorMatrixType::kMatrix))
H A DSkSVGTypes.h631 kMatrix,
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_composite_inserts.cpp199 case opt::analysis::Type::kMatrix: in ContainsPointer()
H A Dtransformation_add_copy_memory.cpp197 case opt::analysis::Type::kMatrix: in CanUsePointeeWithCopyMemory()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dreduce_load_size.cpp69 composite_type->kind() == analysis::Type::kMatrix) { in ReplaceExtract()
H A Dtype_manager.cpp265 case Type::kMatrix: { in GetTypeInstruction()
540 case Type::kMatrix: { in RebuildType()
H A Dtypes.h79 kMatrix, enumerator
H A Dtypes.cpp309 : Type(kMatrix), element_type_(type), count_(count) { in Matrix()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_composite_inserts.cpp199 case opt::analysis::Type::kMatrix: in ContainsPointer()
H A Dtransformation_add_copy_memory.cpp197 case opt::analysis::Type::kMatrix: in CanUsePointeeWithCopyMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dreduce_load_size.cpp69 composite_type->kind() == analysis::Type::kMatrix) { in ReplaceExtract()
H A Dtype_manager.cpp265 case Type::kMatrix: { in GetTypeInstruction()
540 case Type::kMatrix: { in RebuildType()
H A Dtypes.h79 kMatrix, enumerator
H A Dtypes.cpp309 : Type(kMatrix), element_type_(type), count_(count) { in Matrix()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_composite_inserts.cpp200 case opt::analysis::Type::kMatrix: in ContainsPointer()
H A Dtransformation_add_copy_memory.cpp201 case opt::analysis::Type::kMatrix: in CanUsePointeeWithCopyMemory()
/third_party/spirv-tools/source/opt/
H A Dreduce_load_size.cpp66 composite_type->kind() == analysis::Type::kMatrix) { in ReplaceExtract()
H A Dtypes.cpp257 case kMatrix: in NumberOfComponents()
340 : Type(kMatrix), element_type_(type), count_(count) { in Matrix()
H A Dtype_manager.cpp266 case Type::kMatrix: { in GetTypeInstruction()
557 case Type::kMatrix: { in RebuildType()
H A Dtypes.h84 kMatrix, enumerator
/third_party/skia/gm/
H A Dimagemakewithfilter.cpp139 static const float kMatrix[20] = { in lighting_factory() local
146 SkColorFilters::Matrix(kMatrix), nullptr); in lighting_factory()
/third_party/skia/src/sksl/ir/
H A DSkSLType.h81 kMatrix, member in SkSL::Type::TypeKind
H A DSkSLType.cpp199 inline static constexpr TypeKind kTypeKind = TypeKind::kMatrix;

Completed in 23 milliseconds

12