Searched refs:fUByte_Type (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLContext.h | 52 , 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
|
D | SkSLGLSLCodeGenerator.cpp | 100 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()
|
D | SkSLSPIRVCodeGenerator.cpp | 167 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()
|
D | SkSLMetalCodeGenerator.cpp | 106 } else if (type == *fContext.fUByte_Type) { in writeType()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 77 } else if (base == *context.fUByte_Type) { in get_type()
|
D | SkSLType.cpp | 205 } else if (*this == *context.fUByte_Type) { in toCompound()
|