Home
last modified time | relevance | path

Searched refs:convertArraySize (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLVariable.cpp49 arraySizeValue = type->convertArraySize(context, std::move(arraySize)); in Make()
DSkSLIndexExpression.cpp59 SKSL_INT arraySize = baseType.convertArraySize(context, std::move(index)); in Convert()
DSkSLType.h522 SKSL_INT convertArraySize(const Context& context, std::unique_ptr<Expression> size) const;
DSkSLType.cpp851 SKSL_INT Type::convertArraySize(const Context& context, std::unique_ptr<Expression> size) const { in convertArraySize() function in SkSL::Type
/third_party/skia/src/sksl/dsl/
DDSLType.cpp253 count = base.skslType().convertArraySize(ThreadContext::Context(), in Array()