Home
last modified time | relevance | path

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

/external/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()
251 const std::unique_ptr<Type> fUByte_Type; variable
DSkSLGLSLCodeGenerator.cpp148 else if (type == *fContext.fUByte_Type) { in getTypeName()
1022 } else if (i.fType == *fContext.fUByte_Type) { in writeFunctionCall()
1206 type == *fContext.fByte_Type || type == *fContext.fUByte_Type) { in writeFunctionCall()
DSkSLSPIRVCodeGenerator.cpp166 type == *context.fUByte_Type; in is_unsigned()
458 type.componentType() == *fContext.fUByte_Type) { in getActualType()
1364 src == *fContext.fUByte_Type) { in writeVectorConstructor()
1382 src == *fContext.fUByte_Type) { in writeVectorConstructor()
1389 dst == *fContext.fUByte_Type) { in writeVectorConstructor()
1398 src == *fContext.fUByte_Type) { in writeVectorConstructor()
1473 c.fType == *fContext.fUByte_Type) { in writeConstructor()
DSkSLMetalCodeGenerator.cpp108 } else if (type == *fContext.fUByte_Type) { in writeType()
/external/skqp/src/sksl/
DSkSLContext.h52 , fUByte_Type(new Type("ubyte", Type::kUnsigned_NumberKind, 0)) in Context()
53 , fUByte2_Type(new Type("ubyte2", *fUByte_Type, 2)) in Context()
54 , fUByte3_Type(new Type("ubyte3", *fUByte_Type, 3)) in Context()
55 , fUByte4_Type(new Type("ubyte4", *fUByte_Type, 4)) in Context()
245 const std::unique_ptr<Type> fUByte_Type; variable
DSkSLGLSLCodeGenerator.cpp100 component == *fContext.fUByte_Type) { in getTypeName()
152 else if (type == *fContext.fUByte_Type) { in getTypeName()
1003 } else if (i.fType == *fContext.fUByte_Type) { in writeFunctionCall()
1179 type == *fContext.fByte_Type || type == *fContext.fUByte_Type) { in writeFunctionCall()
DSkSLSPIRVCodeGenerator.cpp167 type == *context.fUByte_Type; in is_unsigned()
442 if (type == *fContext.fUShort_Type || type == *fContext.fUByte_Type) { in getActualType()
454 type.componentType() == *fContext.fUByte_Type) { in getActualType()
1323 src == *fContext.fUByte_Type) { in writeVectorConstructor()
1341 src == *fContext.fUByte_Type) { in writeVectorConstructor()
1348 dst == *fContext.fUByte_Type) { in writeVectorConstructor()
1357 src == *fContext.fUByte_Type) { in writeVectorConstructor()
1432 c.fType == *fContext.fUByte_Type) { in writeConstructor()
DSkSLMetalCodeGenerator.cpp106 } else if (type == *fContext.fUByte_Type) { in writeType()
/external/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()
/external/skqp/src/sksl/ir/
DSkSLSwizzle.h77 } else if (base == *context.fUByte_Type) { in get_type()
DSkSLType.cpp205 } else if (*this == *context.fUByte_Type) { in toCompound()