Searched refs:fVoid (Results 1 – 6 of 6) sorted by relevance
39 if (type == *context.fTypes.fVoid ) { *outType = kVoid_GrSLType; return true; } in type_to_grsltype()
61 const std::unique_ptr<Type> fVoid; variable
58 , fVoid(Type::MakeSpecialType("void", "v", Type::TypeKind::kVoid)) in BuiltinTypes()
161 return context.fTypes.fVoid.get(); in get_type_from_type_constant()
716 return *context.fTypes.fVoid; in toCompound()
3415 /*returnType=*/fContext.fTypes.fVoid.get(), in writeEntrypointAdapter()