Home
last modified time | relevance | path

Searched refs:fByte_Type (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/sksl/
DSkSLContext.h56 , fByte_Type(new Type("byte", Type::kSigned_NumberKind, 0)) in Context()
57 , fByte2_Type(new Type("byte2", *fByte_Type, 2)) in Context()
58 , fByte3_Type(new Type("byte3", *fByte_Type, 3)) in Context()
59 , fByte4_Type(new Type("byte4", *fByte_Type, 4)) in Context()
250 const std::unique_ptr<Type> fByte_Type; variable
DSkSLGLSLCodeGenerator.cpp95 component == *fContext.fByte_Type) { in getTypeName()
149 else if (type == *fContext.fByte_Type) { in getTypeName()
1179 type == *fContext.fByte_Type || type == *fContext.fUByte_Type) { in writeFunctionCall()
DSkSLHCodeGenerator.cpp48 type == *context.fByte_Type) { in ParameterCType()
DSkSLSPIRVCodeGenerator.cpp159 type == *context.fByte_Type; in is_signed()
439 if (type == *fContext.fShort_Type || type == *fContext.fByte_Type) { in getActualType()
450 type.componentType() == *fContext.fByte_Type) { in getActualType()
1319 src == *fContext.fByte_Type) { in writeVectorConstructor()
1330 dst == *fContext.fByte_Type) { in writeVectorConstructor()
1335 src == *fContext.fByte_Type) { in writeVectorConstructor()
1353 src == *fContext.fByte_Type) { in writeVectorConstructor()
1428 c.fType == *fContext.fByte_Type) { in writeConstructor()
DSkSLMetalCodeGenerator.cpp104 } else if (type == *fContext.fByte_Type) { in writeType()
/external/skqp/src/sksl/ir/
DSkSLSwizzle.h59 } else if (base == *context.fByte_Type) { in get_type()
DSkSLType.cpp172 } else if (*this == *context.fByte_Type) { in toCompound()