Home
last modified time | relevance | path

Searched refs:fUByte_Type (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLContext.h55 , fUByte_Type(new Type("ubyte", Type::kUnsigned_NumberKind, 0)) in Context()
56 , fUByte2_Type(new Type("ubyte2", *fUByte_Type, 2)) in Context()
57 , fUByte3_Type(new Type("ubyte3", *fUByte_Type, 3)) in Context()
58 , fUByte4_Type(new Type("ubyte4", *fUByte_Type, 4)) in Context()
258 const std::unique_ptr<Type> fUByte_Type; variable
DSkSLGLSLCodeGenerator.cpp148 else if (type == *fContext.fUByte_Type) { in getTypeName()
1026 } else if (i.fType == *fContext.fUByte_Type) { in writeFunctionCall()
1213 type == *fContext.fByte_Type || type == *fContext.fUByte_Type) { in writeFunctionCall()
DSkSLSPIRVCodeGenerator.cpp172 type == *context.fUByte_Type; in is_unsigned()
465 type.componentType() == *fContext.fUByte_Type) { in getActualType()
1390 src == *fContext.fUByte_Type) { in writeVectorConstructor()
1408 src == *fContext.fUByte_Type) { in writeVectorConstructor()
1415 dst == *fContext.fUByte_Type) { in writeVectorConstructor()
1424 src == *fContext.fUByte_Type) { in writeVectorConstructor()
1499 c.fType == *fContext.fUByte_Type) { in writeConstructor()
DSkSLMetalCodeGenerator.cpp108 } else if (type == *fContext.fUByte_Type) { in writeType()
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.cpp206 } else if (*this == *context.fUByte_Type) { in toCompound()
DSkSLSwizzle.h83 } else if (base == *context.fUByte_Type) { in get_type()