Home
last modified time | relevance | path

Searched defs:scalarType (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLConstructorArrayCast.cpp21 const Type& scalarType = destType.componentType(); in cast_constant_array() local
DSkSLConstructorCompoundCast.cpp23 const Type& scalarType = destType.componentType(); in cast_constant_composite() local
DSkSLIndexExpression.cpp128 const Type& scalarType = baseType.componentType(); in Make() local
DSkSLSwizzle.cpp391 const Type* scalarType = &baseType.componentType(); in Convert() local
DSkSLType.cpp97 LiteralType(const char* name, const Type& scalarType, int8_t priority) in LiteralType()
432 std::unique_ptr<Type> Type::MakeLiteralType(const char* name, const Type& scalarType, in MakeLiteralType()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1290 const Type& scalarType = type.componentType(); in writeConstantVector() local