Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h59 , fByte_Type(new Type("byte", Type::kSigned_NumberKind, 0)) in Context()
60 , fByte2_Type(new Type("byte2", *fByte_Type, 2)) in Context()
61 , fByte3_Type(new Type("byte3", *fByte_Type, 3)) in Context()
62 , fByte4_Type(new Type("byte4", *fByte_Type, 4)) in Context()
256 const std::unique_ptr<Type> fByte_Type; variable
DSkSLHCodeGenerator.cpp50 type == *context.fByte_Type) { in ParameterCType()
DSkSLSPIRVCodeGenerator.cpp158 type == *context.fByte_Type; in is_signed()
454 type.componentType() == *fContext.fByte_Type) { in getActualType()
1360 src == *fContext.fByte_Type) { in writeVectorConstructor()
1371 dst == *fContext.fByte_Type) { in writeVectorConstructor()
1376 src == *fContext.fByte_Type) { in writeVectorConstructor()
1394 src == *fContext.fByte_Type) { in writeVectorConstructor()
1469 c.fType == *fContext.fByte_Type) { in writeConstructor()
DSkSLGLSLCodeGenerator.cpp145 else if (type == *fContext.fByte_Type) { in getTypeName()
1206 type == *fContext.fByte_Type || type == *fContext.fUByte_Type) { in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp106 } else if (type == *fContext.fByte_Type) { in writeType()
/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()
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()
DSkSLHCodeGenerator.cpp48 type == *context.fByte_Type) { in ParameterCType()
DSkSLMetalCodeGenerator.cpp104 } else if (type == *fContext.fByte_Type) { in writeType()
/external/skia/src/sksl/ir/
DSkSLType.cpp173 } else if (*this == *context.fByte_Type) { in toCompound()
DSkSLSwizzle.h65 } else if (base == *context.fByte_Type) { in get_type()
/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()