Searched refs:fUByte_Type (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/sksl/ |
D | SkSLContext.h | 55 , 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
|
D | SkSLGLSLCodeGenerator.cpp | 148 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()
|
D | SkSLSPIRVCodeGenerator.cpp | 172 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()
|
D | SkSLMetalCodeGenerator.cpp | 108 } else if (type == *fContext.fUByte_Type) { in writeType()
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLType.cpp | 206 } else if (*this == *context.fUByte_Type) { in toCompound()
|
D | SkSLSwizzle.h | 83 } else if (base == *context.fUByte_Type) { in get_type()
|