Searched defs:CheckSupportParams (Results 1 – 1 of 1) sorted by relevance
60 struct CheckSupportParams struct62 bool needsScalar;63 bool needsInt8;64 bool needsInt16;65 bool needsInt64;66 bool needsFloat16;67 bool needsFloat64;69 void useType(glu::DataType dt) in useType()