Searched refs:fUShort_Type (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLContext.h | 44 , fUShort_Type(new Type("ushort", Type::kUnsigned_NumberKind, 0)) in Context() 45 , fUShort2_Type(new Type("ushort2", *fUShort_Type, 2)) in Context() 46 , fUShort3_Type(new Type("ushort3", *fUShort_Type, 3)) in Context() 47 , fUShort4_Type(new Type("ushort4", *fUShort_Type, 4)) in Context() 235 const std::unique_ptr<Type> fUShort_Type; variable
|
D | SkSLGLSLCodeGenerator.cpp | 99 component == *fContext.fUShort_Type || in getTypeName() 146 else if (type == *fContext.fUShort_Type) { in getTypeName() 1001 } else if (i.fType == *fContext.fUShort_Type) { in writeFunctionCall() 1178 if (type == *fContext.fShort_Type || type == *fContext.fUShort_Type || in writeFunctionCall()
|
D | SkSLSPIRVCodeGenerator.cpp | 166 return type == *context.fUInt_Type || type == *context.fUShort_Type || in is_unsigned() 442 if (type == *fContext.fUShort_Type || type == *fContext.fUByte_Type) { in getActualType() 453 if (type.componentType() == *fContext.fUShort_Type || in getActualType() 1322 src == *fContext.fUShort_Type || in writeVectorConstructor() 1340 src == *fContext.fUShort_Type || in writeVectorConstructor() 1347 dst == *fContext.fUShort_Type || in writeVectorConstructor() 1356 src == *fContext.fUShort_Type || in writeVectorConstructor() 1431 c.fType == *fContext.fUShort_Type || in writeConstructor()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 71 } else if (base == *context.fUShort_Type) { in get_type()
|
D | SkSLType.cpp | 194 } else if (*this == *context.fUShort_Type) { in toCompound()
|
D | SkSLConstructor.h | 43 fType == *irGenerator.fContext.fUShort_Type) { in constantPropagate()
|