Home
last modified time | relevance | path

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

/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/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()