Home
last modified time | relevance | path

Searched refs:fUInt3 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp39 , fUInt3(Type::MakeVectorType("uint3", "I3", *fUInt, /*columns=*/3)) in BuiltinTypes()
144 , fGenUType(Type::MakeGenericType("$genUType", {fUInt.get(), fUInt2.get(), fUInt3.get(),
165 , fUVec(Type::MakeGenericType("$uvec", {fInvalid.get(), fUInt2.get(), fUInt3.get(),
DSkSLUtil.cpp72 if (type == *context.fTypes.fUInt3 ) { *outType = kUInt3_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h41 const std::unique_ptr<Type> fUInt3; variable
DSkSLThreadContext.cpp111 symbols.addAlias("uint3", context.fTypes.fUInt3.get()); in setupSymbolTable()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp149 return context.fTypes.fUInt3.get(); in get_type_from_type_constant()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp684 case 3: return *context.fTypes.fUInt3; in toCompound()