Home
last modified time | relevance | path

Searched defs:ConstructorSplat (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLConstructorSplat.h28 ConstructorSplat(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorSplat() function
31 ConstructorSplat(const Expression& scalar, const Type& type) in ConstructorSplat() function
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h30 class ConstructorSplat; variable