/external/skia/src/sksl/ir/ |
SkSLType.cpp | 49 const Type& Type::toCompound(const Context& context, int columns, int rows) const {
|
SkSLType.h | 334 const Type& toCompound(const Context& context, int columns, int rows) const;
|
/external/skqp/src/sksl/ir/ |
SkSLType.cpp | 49 const Type& Type::toCompound(const Context& context, int columns, int rows) const {
|
SkSLType.h | 334 const Type& toCompound(const Context& context, int columns, int rows) const;
|
/external/skia/src/sksl/ |
SkSLSPIRVCodeGenerator.cpp | 442 return fContext.fFloat_Type->toCompound(fContext, type.columns(), type.rows()); 445 return fContext.fInt_Type->toCompound(fContext, type.columns(), type.rows()); 448 return fContext.fUInt_Type->toCompound(fContext, type.columns(), type.rows()); [all...] |
SkSLIRGenerator.cpp | [all...] |
SkSLGLSLCodeGenerator.cpp | 414 String transposed = this->getTypeName(base.toCompound(fContext, [all...] |
/external/skqp/src/sksl/ |
SkSLSPIRVCodeGenerator.cpp | 442 return fContext.fFloat_Type->toCompound(fContext, type.columns(), type.rows()); 445 return fContext.fInt_Type->toCompound(fContext, type.columns(), type.rows()); 448 return fContext.fUInt_Type->toCompound(fContext, type.columns(), type.rows()); [all...] |
SkSLIRGenerator.cpp | [all...] |
SkSLGLSLCodeGenerator.cpp | 414 String transposed = this->getTypeName(base.toCompound(fContext, [all...] |