Searched refs:fByte_Type (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLContext.h | 56 , 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
|
D | SkSLGLSLCodeGenerator.cpp | 95 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()
|
D | SkSLHCodeGenerator.cpp | 48 type == *context.fByte_Type) { in ParameterCType()
|
D | SkSLSPIRVCodeGenerator.cpp | 159 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()
|
D | SkSLMetalCodeGenerator.cpp | 104 } else if (type == *fContext.fByte_Type) { in writeType()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 59 } else if (base == *context.fByte_Type) { in get_type()
|
D | SkSLType.cpp | 172 } else if (*this == *context.fByte_Type) { in toCompound()
|